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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 "//cc", | 454 "//cc", |
455 "//cc/blink", | 455 "//cc/blink", |
456 "//components/test_runner:test_runner", | 456 "//components/test_runner:test_runner", |
457 "//content/browser:for_content_tests", | 457 "//content/browser:for_content_tests", |
458 "//content/child:for_content_tests", | 458 "//content/child:for_content_tests", |
459 "//content/public/common", | 459 "//content/public/common", |
460 "//content/renderer:for_content_tests", | 460 "//content/renderer:for_content_tests", |
461 "//device/bluetooth", | 461 "//device/bluetooth", |
462 "//skia", | 462 "//skia", |
463 "//ui/accessibility:ax_gen", | 463 "//ui/accessibility:ax_gen", |
| 464 "//ui/events/blink", |
464 "//v8", | 465 "//v8", |
465 ] | 466 ] |
466 | 467 |
467 if (is_android) { | 468 if (is_android) { |
468 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] | 469 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] |
469 } | 470 } |
470 } | 471 } |
471 | 472 |
472 if (is_android) { | 473 if (is_android) { |
473 import("//build/config/android/rules.gni") | 474 import("//build/config/android/rules.gni") |
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1701 if (is_android) { | 1702 if (is_android) { |
1702 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1703 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1703 } | 1704 } |
1704 } | 1705 } |
1705 | 1706 |
1706 group("fuzzers") { | 1707 group("fuzzers") { |
1707 deps = [ | 1708 deps = [ |
1708 "//content/test/fuzzer", | 1709 "//content/test/fuzzer", |
1709 ] | 1710 ] |
1710 } | 1711 } |
OLD | NEW |