| 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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 ":content_test_mojo_bindings", | 1378 ":content_test_mojo_bindings", |
| 1379 ":test_support", | 1379 ":test_support", |
| 1380 "//base/test:test_support", | 1380 "//base/test:test_support", |
| 1381 "//base/third_party/dynamic_annotations", | 1381 "//base/third_party/dynamic_annotations", |
| 1382 "//cc", | 1382 "//cc", |
| 1383 "//cc:test_support", | 1383 "//cc:test_support", |
| 1384 "//cc/ipc", | 1384 "//cc/ipc", |
| 1385 "//cc/surfaces", | 1385 "//cc/surfaces", |
| 1386 "//components/display_compositor", | 1386 "//components/display_compositor", |
| 1387 "//components/payments:payment_app", | 1387 "//components/payments:payment_app", |
| 1388 "//components/payments:payment_request", |
| 1388 "//components/rappor:test_support", | 1389 "//components/rappor:test_support", |
| 1389 "//content:resources", | 1390 "//content:resources", |
| 1390 "//content/app:both_for_content_tests", | 1391 "//content/app:both_for_content_tests", |
| 1391 "//content/browser:for_content_tests", | 1392 "//content/browser:for_content_tests", |
| 1392 "//content/browser/cache_storage:cache_storage_proto", | 1393 "//content/browser/cache_storage:cache_storage_proto", |
| 1393 "//content/browser/notifications:notification_proto", | 1394 "//content/browser/notifications:notification_proto", |
| 1394 "//content/browser/service_worker:service_worker_proto", | 1395 "//content/browser/service_worker:service_worker_proto", |
| 1395 "//content/browser/speech/proto", | 1396 "//content/browser/speech/proto", |
| 1396 "//content/child:for_content_tests", | 1397 "//content/child:for_content_tests", |
| 1397 "//content/gpu", | 1398 "//content/gpu", |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 if (is_android) { | 1729 if (is_android) { |
| 1729 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1730 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1730 } | 1731 } |
| 1731 } | 1732 } |
| 1732 | 1733 |
| 1733 group("fuzzers") { | 1734 group("fuzzers") { |
| 1734 deps = [ | 1735 deps = [ |
| 1735 "//content/test/fuzzer", | 1736 "//content/test/fuzzer", |
| 1736 ] | 1737 ] |
| 1737 } | 1738 } |
| OLD | NEW |