| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 ] | 230 ] |
| 231 deps = [ | 231 deps = [ |
| 232 ":content_test_mojo_bindings", | 232 ":content_test_mojo_bindings", |
| 233 "//base/third_party/dynamic_annotations", | 233 "//base/third_party/dynamic_annotations", |
| 234 "//cc:test_support", | 234 "//cc:test_support", |
| 235 "//cc/blink", | 235 "//cc/blink", |
| 236 "//cc/ipc", | 236 "//cc/ipc", |
| 237 "//cc/surfaces", | 237 "//cc/surfaces", |
| 238 "//components/display_compositor", | 238 "//components/display_compositor", |
| 239 "//components/leveldb/public/interfaces", | 239 "//components/leveldb/public/interfaces", |
| 240 "//components/payments:payment_app", | 240 "//components/payments/content:payment_app", |
| 241 "//content/app:both_for_content_tests", | 241 "//content/app:both_for_content_tests", |
| 242 "//content/browser:for_content_tests", | 242 "//content/browser:for_content_tests", |
| 243 "//content/browser/speech/proto", | 243 "//content/browser/speech/proto", |
| 244 "//content/child:for_content_tests", | 244 "//content/child:for_content_tests", |
| 245 "//content/gpu", | 245 "//content/gpu", |
| 246 "//content/public/browser", | 246 "//content/public/browser", |
| 247 "//content/public/child", | 247 "//content/public/child", |
| 248 "//content/public/renderer", | 248 "//content/public/renderer", |
| 249 "//content/public/utility", | 249 "//content/public/utility", |
| 250 "//content/renderer:for_content_tests", | 250 "//content/renderer:for_content_tests", |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 deps = [ | 691 deps = [ |
| 692 ":browsertest_support", | 692 ":browsertest_support", |
| 693 ":content_test_mojo_bindings", | 693 ":content_test_mojo_bindings", |
| 694 ":layouttest_support", | 694 ":layouttest_support", |
| 695 ":test_support", | 695 ":test_support", |
| 696 ":web_ui_test_mojo_bindings", | 696 ":web_ui_test_mojo_bindings", |
| 697 "//base/test:test_support", | 697 "//base/test:test_support", |
| 698 "//components/discardable_memory/client", | 698 "//components/discardable_memory/client", |
| 699 "//components/discardable_memory/common", | 699 "//components/discardable_memory/common", |
| 700 "//components/discardable_memory/service", | 700 "//components/discardable_memory/service", |
| 701 "//components/payments:payment_app", | 701 "//components/payments/content:payment_app", |
| 702 "//content:resources", | 702 "//content:resources", |
| 703 "//content/app:both_for_content_tests", | 703 "//content/app:both_for_content_tests", |
| 704 "//content/browser:for_content_tests", | 704 "//content/browser:for_content_tests", |
| 705 "//content/browser/background_sync:background_sync_proto", | 705 "//content/browser/background_sync:background_sync_proto", |
| 706 "//content/child:for_content_tests", | 706 "//content/child:for_content_tests", |
| 707 "//content/gpu", | 707 "//content/gpu", |
| 708 "//content/public/browser", | 708 "//content/public/browser", |
| 709 "//content/public/child", | 709 "//content/public/child", |
| 710 "//content/public/common", | 710 "//content/public/common", |
| 711 "//content/public/renderer", | 711 "//content/public/renderer", |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 ":content_unittests_catalog_source", | 1435 ":content_unittests_catalog_source", |
| 1436 ":test_support", | 1436 ":test_support", |
| 1437 "//base/test:test_support", | 1437 "//base/test:test_support", |
| 1438 "//base/third_party/dynamic_annotations", | 1438 "//base/third_party/dynamic_annotations", |
| 1439 "//cc", | 1439 "//cc", |
| 1440 "//cc:test_support", | 1440 "//cc:test_support", |
| 1441 "//cc/ipc", | 1441 "//cc/ipc", |
| 1442 "//cc/surfaces", | 1442 "//cc/surfaces", |
| 1443 "//components/display_compositor", | 1443 "//components/display_compositor", |
| 1444 "//components/leveldb/public/cpp", | 1444 "//components/leveldb/public/cpp", |
| 1445 "//components/payments:payment_app", | 1445 "//components/payments/content:payment_app", |
| 1446 "//components/payments:payment_request", | 1446 "//components/payments/content:payment_request", |
| 1447 "//components/rappor:test_support", | 1447 "//components/rappor:test_support", |
| 1448 "//content:resources", | 1448 "//content:resources", |
| 1449 "//content/app:both_for_content_tests", | 1449 "//content/app:both_for_content_tests", |
| 1450 "//content/browser:for_content_tests", | 1450 "//content/browser:for_content_tests", |
| 1451 "//content/browser/cache_storage:cache_storage_proto", | 1451 "//content/browser/cache_storage:cache_storage_proto", |
| 1452 "//content/browser/dom_storage:local_storage_proto", | 1452 "//content/browser/dom_storage:local_storage_proto", |
| 1453 "//content/browser/notifications:notification_proto", | 1453 "//content/browser/notifications:notification_proto", |
| 1454 "//content/browser/service_worker:service_worker_proto", | 1454 "//content/browser/service_worker:service_worker_proto", |
| 1455 "//content/browser/speech/proto", | 1455 "//content/browser/speech/proto", |
| 1456 "//content/child:for_content_tests", | 1456 "//content/child:for_content_tests", |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 if (is_android) { | 1820 if (is_android) { |
| 1821 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1821 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1822 } | 1822 } |
| 1823 } | 1823 } |
| 1824 | 1824 |
| 1825 group("fuzzers") { | 1825 group("fuzzers") { |
| 1826 deps = [ | 1826 deps = [ |
| 1827 "//content/test/fuzzer", | 1827 "//content/test/fuzzer", |
| 1828 ] | 1828 ] |
| 1829 } | 1829 } |
| OLD | NEW |