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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 deps = [ | 453 deps = [ |
454 ":test_support", | 454 ":test_support", |
455 "//cc", | 455 "//cc", |
456 "//cc/blink", | 456 "//cc/blink", |
457 "//components/test_runner:test_runner", | 457 "//components/test_runner:test_runner", |
458 "//content/browser:for_content_tests", | 458 "//content/browser:for_content_tests", |
459 "//content/child:for_content_tests", | 459 "//content/child:for_content_tests", |
460 "//content/public/common", | 460 "//content/public/common", |
461 "//content/renderer:for_content_tests", | 461 "//content/renderer:for_content_tests", |
462 "//device/bluetooth", | 462 "//device/bluetooth", |
| 463 "//device/sensors/public/cpp", |
463 "//skia", | 464 "//skia", |
464 "//ui/accessibility:ax_gen", | 465 "//ui/accessibility:ax_gen", |
465 "//ui/events/blink", | 466 "//ui/events/blink", |
466 "//v8", | 467 "//v8", |
467 ] | 468 ] |
468 | 469 |
469 if (is_android) { | 470 if (is_android) { |
470 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] | 471 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] |
471 } | 472 } |
472 } | 473 } |
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 if (is_android) { | 1688 if (is_android) { |
1688 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1689 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1689 } | 1690 } |
1690 } | 1691 } |
1691 | 1692 |
1692 group("fuzzers") { | 1693 group("fuzzers") { |
1693 deps = [ | 1694 deps = [ |
1694 "//content/test/fuzzer", | 1695 "//content/test/fuzzer", |
1695 ] | 1696 ] |
1696 } | 1697 } |
OLD | NEW |