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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 deps = [ | 495 deps = [ |
496 ":test_support", | 496 ":test_support", |
497 "//cc", | 497 "//cc", |
498 "//cc/blink", | 498 "//cc/blink", |
499 "//content/browser:for_content_tests", | 499 "//content/browser:for_content_tests", |
500 "//content/child:for_content_tests", | 500 "//content/child:for_content_tests", |
501 "//content/public/common", | 501 "//content/public/common", |
502 "//content/renderer:for_content_tests", | 502 "//content/renderer:for_content_tests", |
503 "//content/shell/test_runner:test_runner", | 503 "//content/shell/test_runner:test_runner", |
504 "//device/bluetooth", | 504 "//device/bluetooth", |
| 505 "//device/gamepad/public/cpp:shared_with_blink", |
505 "//device/sensors/public/cpp:full", | 506 "//device/sensors/public/cpp:full", |
506 "//services/ui/public/cpp/gpu", | 507 "//services/ui/public/cpp/gpu", |
507 "//skia", | 508 "//skia", |
508 "//ui/accessibility:ax_gen", | 509 "//ui/accessibility:ax_gen", |
509 "//ui/events/blink", | 510 "//ui/events/blink", |
510 "//ui/gfx:test_support", | 511 "//ui/gfx:test_support", |
511 "//v8", | 512 "//v8", |
512 ] | 513 ] |
513 | 514 |
514 if (is_android) { | 515 if (is_android) { |
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 "//content/public/common:service_names", | 1495 "//content/public/common:service_names", |
1495 "//content/public/renderer", | 1496 "//content/public/renderer", |
1496 "//content/renderer:for_content_tests", | 1497 "//content/renderer:for_content_tests", |
1497 "//crypto", | 1498 "//crypto", |
1498 "//device/battery", | 1499 "//device/battery", |
1499 "//device/battery:mojo_bindings", | 1500 "//device/battery:mojo_bindings", |
1500 "//device/bluetooth", | 1501 "//device/bluetooth", |
1501 "//device/bluetooth:mocks", | 1502 "//device/bluetooth:mocks", |
1502 "//device/gamepad", | 1503 "//device/gamepad", |
1503 "//device/gamepad:test_helpers", | 1504 "//device/gamepad:test_helpers", |
| 1505 "//device/gamepad/public/cpp:shared_with_blink", |
1504 "//device/sensors/public/cpp:full", | 1506 "//device/sensors/public/cpp:full", |
1505 "//device/sensors/public/interfaces", | 1507 "//device/sensors/public/interfaces", |
1506 "//gin", | 1508 "//gin", |
1507 "//gpu", | 1509 "//gpu", |
1508 "//gpu:test_support", | 1510 "//gpu:test_support", |
1509 "//gpu/ipc/host", | 1511 "//gpu/ipc/host", |
1510 "//ipc:test_support", | 1512 "//ipc:test_support", |
1511 "//media:shared_memory_support", | 1513 "//media:shared_memory_support", |
1512 "//media:test_support", | 1514 "//media:test_support", |
1513 "//media/audio:test_support", | 1515 "//media/audio:test_support", |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1860 if (is_android) { | 1862 if (is_android) { |
1861 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1863 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1862 } | 1864 } |
1863 } | 1865 } |
1864 | 1866 |
1865 group("fuzzers") { | 1867 group("fuzzers") { |
1866 deps = [ | 1868 deps = [ |
1867 "//content/test/fuzzer", | 1869 "//content/test/fuzzer", |
1868 ] | 1870 ] |
1869 } | 1871 } |
OLD | NEW |