mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
23 lines
570 B
Plaintext
23 lines
570 B
Plaintext
# Copyright 2018 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
source_set("tests") {
|
|
testonly = true
|
|
|
|
sources = [
|
|
"struct_traits_unittest.cc",
|
|
]
|
|
|
|
deps = [
|
|
"//base/test:test_support",
|
|
"//components/viz/common:common",
|
|
"//components/viz/test:test_support",
|
|
"//mojo/public/cpp/test_support:test_utils",
|
|
"//services/viz/public/interfaces",
|
|
"//testing/gtest",
|
|
"//ui/gfx:test_support",
|
|
"//ui/gfx/geometry/mojo:struct_traits",
|
|
]
|
|
}
|