| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 ":content_test_mojo_bindings", | 1376 ":content_test_mojo_bindings", |
| 1377 ":test_support", | 1377 ":test_support", |
| 1378 "//base/test:test_support", | 1378 "//base/test:test_support", |
| 1379 "//base/third_party/dynamic_annotations", | 1379 "//base/third_party/dynamic_annotations", |
| 1380 "//cc", | 1380 "//cc", |
| 1381 "//cc:test_support", | 1381 "//cc:test_support", |
| 1382 "//cc/ipc", | 1382 "//cc/ipc", |
| 1383 "//cc/surfaces", | 1383 "//cc/surfaces", |
| 1384 "//components/display_compositor", | 1384 "//components/display_compositor", |
| 1385 "//components/payments:payment_app", | 1385 "//components/payments:payment_app", |
| 1386 "//components/rappor:test_support", |
| 1386 "//content:resources", | 1387 "//content:resources", |
| 1387 "//content/app:both_for_content_tests", | 1388 "//content/app:both_for_content_tests", |
| 1388 "//content/browser:for_content_tests", | 1389 "//content/browser:for_content_tests", |
| 1389 "//content/browser/cache_storage:cache_storage_proto", | 1390 "//content/browser/cache_storage:cache_storage_proto", |
| 1390 "//content/browser/notifications:notification_proto", | 1391 "//content/browser/notifications:notification_proto", |
| 1391 "//content/browser/service_worker:service_worker_proto", | 1392 "//content/browser/service_worker:service_worker_proto", |
| 1392 "//content/browser/speech/proto", | 1393 "//content/browser/speech/proto", |
| 1393 "//content/child:for_content_tests", | 1394 "//content/child:for_content_tests", |
| 1394 "//content/gpu", | 1395 "//content/gpu", |
| 1395 "//content/public/browser", | 1396 "//content/public/browser", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 if (is_android) { | 1725 if (is_android) { |
| 1725 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1726 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1726 } | 1727 } |
| 1727 } | 1728 } |
| 1728 | 1729 |
| 1729 group("fuzzers") { | 1730 group("fuzzers") { |
| 1730 deps = [ | 1731 deps = [ |
| 1731 "//content/test/fuzzer", | 1732 "//content/test/fuzzer", |
| 1732 ] | 1733 ] |
| 1733 } | 1734 } |
| OLD | NEW |