OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "//third_party/WebKit/public:test_support", | 236 "//third_party/WebKit/public:test_support", |
237 ] | 237 ] |
238 deps = [ | 238 deps = [ |
239 ":content_test_mojo_bindings", | 239 ":content_test_mojo_bindings", |
240 "//base/third_party/dynamic_annotations", | 240 "//base/third_party/dynamic_annotations", |
241 "//cc:test_support", | 241 "//cc:test_support", |
242 "//cc/blink", | 242 "//cc/blink", |
243 "//cc/ipc", | 243 "//cc/ipc", |
244 "//cc/ipc:interfaces", | 244 "//cc/ipc:interfaces", |
245 "//cc/surfaces", | 245 "//cc/surfaces", |
246 "//components/display_compositor", | |
247 "//components/leveldb/public/interfaces", | 246 "//components/leveldb/public/interfaces", |
248 "//components/payments/mojom:mojom_payment_app", | 247 "//components/payments/mojom:mojom_payment_app", |
| 248 "//components/viz/display_compositor", |
249 "//content/app:both_for_content_tests", | 249 "//content/app:both_for_content_tests", |
250 "//content/browser:for_content_tests", | 250 "//content/browser:for_content_tests", |
251 "//content/browser/speech/proto", | 251 "//content/browser/speech/proto", |
252 "//content/child:for_content_tests", | 252 "//content/child:for_content_tests", |
253 "//content/gpu", | 253 "//content/gpu", |
254 "//content/public/browser", | 254 "//content/public/browser", |
255 "//content/public/child", | 255 "//content/public/child", |
256 "//content/public/common:interfaces", | 256 "//content/public/common:interfaces", |
257 "//content/public/common:service_names", | 257 "//content/public/common:service_names", |
258 "//content/public/renderer", | 258 "//content/public/renderer", |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 deps = [ | 1437 deps = [ |
1438 ":content_test_mojo_bindings", | 1438 ":content_test_mojo_bindings", |
1439 ":content_unittests_catalog_source", | 1439 ":content_unittests_catalog_source", |
1440 ":test_support", | 1440 ":test_support", |
1441 "//base/test:test_support", | 1441 "//base/test:test_support", |
1442 "//base/third_party/dynamic_annotations", | 1442 "//base/third_party/dynamic_annotations", |
1443 "//cc", | 1443 "//cc", |
1444 "//cc:test_support", | 1444 "//cc:test_support", |
1445 "//cc/ipc", | 1445 "//cc/ipc", |
1446 "//cc/surfaces", | 1446 "//cc/surfaces", |
1447 "//components/display_compositor", | |
1448 "//components/leveldb/public/cpp", | 1447 "//components/leveldb/public/cpp", |
1449 "//components/payments/mojom", | 1448 "//components/payments/mojom", |
1450 "//components/payments/mojom:mojom_payment_app", | 1449 "//components/payments/mojom:mojom_payment_app", |
1451 "//components/rappor:test_support", | 1450 "//components/rappor:test_support", |
| 1451 "//components/viz/display_compositor", |
1452 "//components/viz/frame_sinks", | 1452 "//components/viz/frame_sinks", |
1453 "//content:resources", | 1453 "//content:resources", |
1454 "//content/app:both_for_content_tests", | 1454 "//content/app:both_for_content_tests", |
1455 "//content/browser:for_content_tests", | 1455 "//content/browser:for_content_tests", |
1456 "//content/browser/cache_storage:cache_storage_proto", | 1456 "//content/browser/cache_storage:cache_storage_proto", |
1457 "//content/browser/dom_storage:local_storage_proto", | 1457 "//content/browser/dom_storage:local_storage_proto", |
1458 "//content/browser/notifications:notification_proto", | 1458 "//content/browser/notifications:notification_proto", |
1459 "//content/browser/service_worker:service_worker_proto", | 1459 "//content/browser/service_worker:service_worker_proto", |
1460 "//content/browser/speech/proto", | 1460 "//content/browser/speech/proto", |
1461 "//content/child:for_content_tests", | 1461 "//content/child:for_content_tests", |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1835 if (is_android) { | 1835 if (is_android) { |
1836 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1836 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1837 } | 1837 } |
1838 } | 1838 } |
1839 | 1839 |
1840 group("fuzzers") { | 1840 group("fuzzers") { |
1841 deps = [ | 1841 deps = [ |
1842 "//content/test/fuzzer", | 1842 "//content/test/fuzzer", |
1843 ] | 1843 ] |
1844 } | 1844 } |
OLD | NEW |