| 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 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1460 ":content_test_mojo_bindings", | 1460 ":content_test_mojo_bindings", |
| 1461 ":content_unittests_catalog_source", | 1461 ":content_unittests_catalog_source", |
| 1462 ":test_support", | 1462 ":test_support", |
| 1463 "//base/test:test_support", | 1463 "//base/test:test_support", |
| 1464 "//base/third_party/dynamic_annotations", | 1464 "//base/third_party/dynamic_annotations", |
| 1465 "//cc", | 1465 "//cc", |
| 1466 "//cc:test_support", | 1466 "//cc:test_support", |
| 1467 "//cc/ipc", | 1467 "//cc/ipc", |
| 1468 "//cc/surfaces", | 1468 "//cc/surfaces", |
| 1469 "//components/leveldb/public/cpp", | 1469 "//components/leveldb/public/cpp", |
| 1470 "//components/metrics/proto", |
| 1470 "//components/payments/mojom", | 1471 "//components/payments/mojom", |
| 1471 "//components/payments/mojom:mojom_payment_app", | 1472 "//components/payments/mojom:mojom_payment_app", |
| 1472 "//components/rappor:test_support", | 1473 "//components/rappor:test_support", |
| 1473 "//components/ukm:test_support", | 1474 "//components/ukm:test_support", |
| 1474 "//components/ukm/public/interfaces", | 1475 "//components/ukm/public/interfaces", |
| 1475 "//components/viz/display_compositor", | 1476 "//components/viz/display_compositor", |
| 1476 "//components/viz/frame_sinks", | 1477 "//components/viz/frame_sinks", |
| 1477 "//content:resources", | 1478 "//content:resources", |
| 1478 "//content/app:both_for_content_tests", | 1479 "//content/app:both_for_content_tests", |
| 1479 "//content/browser:for_content_tests", | 1480 "//content/browser:for_content_tests", |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1861 if (is_android) { | 1862 if (is_android) { |
| 1862 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1863 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1863 } | 1864 } |
| 1864 } | 1865 } |
| 1865 | 1866 |
| 1866 group("fuzzers") { | 1867 group("fuzzers") { |
| 1867 deps = [ | 1868 deps = [ |
| 1868 "//content/test/fuzzer", | 1869 "//content/test/fuzzer", |
| 1869 ] | 1870 ] |
| 1870 } | 1871 } |
| OLD | NEW |