| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 deps = [ | 483 deps = [ |
| 484 ":test_support", | 484 ":test_support", |
| 485 "//cc", | 485 "//cc", |
| 486 "//cc/blink", | 486 "//cc/blink", |
| 487 "//content/browser:for_content_tests", | 487 "//content/browser:for_content_tests", |
| 488 "//content/child:for_content_tests", | 488 "//content/child:for_content_tests", |
| 489 "//content/public/common", | 489 "//content/public/common", |
| 490 "//content/renderer:for_content_tests", | 490 "//content/renderer:for_content_tests", |
| 491 "//content/shell/test_runner:test_runner", | 491 "//content/shell/test_runner:test_runner", |
| 492 "//device/bluetooth", | 492 "//device/bluetooth", |
| 493 "//device/sensors/public/cpp:full", |
| 493 "//services/ui/public/cpp/gpu", | 494 "//services/ui/public/cpp/gpu", |
| 494 "//skia", | 495 "//skia", |
| 495 "//ui/accessibility:ax_gen", | 496 "//ui/accessibility:ax_gen", |
| 496 "//ui/events/blink", | 497 "//ui/events/blink", |
| 497 "//ui/gfx:test_support", | 498 "//ui/gfx:test_support", |
| 498 "//v8", | 499 "//v8", |
| 499 ] | 500 ] |
| 500 | 501 |
| 501 if (is_android) { | 502 if (is_android) { |
| 502 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] | 503 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 "//content/shell:content_shell_lib", | 719 "//content/shell:content_shell_lib", |
| 719 "//content/shell:pak", | 720 "//content/shell:pak", |
| 720 "//content/test:test_support", | 721 "//content/test:test_support", |
| 721 "//device/base/synchronization", | 722 "//device/base/synchronization", |
| 722 "//device/battery", | 723 "//device/battery", |
| 723 "//device/battery:mojo_bindings", | 724 "//device/battery:mojo_bindings", |
| 724 "//device/generic_sensor", | 725 "//device/generic_sensor", |
| 725 "//device/power_save_blocker", | 726 "//device/power_save_blocker", |
| 726 "//device/screen_orientation/public/interfaces", | 727 "//device/screen_orientation/public/interfaces", |
| 727 "//device/sensors", | 728 "//device/sensors", |
| 728 "//device/sensors/public/cpp", | 729 "//device/sensors/public/cpp:full", |
| 729 "//device/wake_lock", | 730 "//device/wake_lock", |
| 730 "//gin", | 731 "//gin", |
| 731 "//gpu", | 732 "//gpu", |
| 732 "//gpu/ipc/host", | 733 "//gpu/ipc/host", |
| 733 "//ipc", | 734 "//ipc", |
| 734 "//ipc:test_support", | 735 "//ipc:test_support", |
| 735 "//media", | 736 "//media", |
| 736 "//media:test_support", | 737 "//media:test_support", |
| 737 "//media/audio:test_support", | 738 "//media/audio:test_support", |
| 738 "//media/base:test_support", | 739 "//media/base:test_support", |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 "//content/public/common", | 1476 "//content/public/common", |
| 1476 "//content/public/renderer", | 1477 "//content/public/renderer", |
| 1477 "//content/renderer:for_content_tests", | 1478 "//content/renderer:for_content_tests", |
| 1478 "//crypto", | 1479 "//crypto", |
| 1479 "//device/battery", | 1480 "//device/battery", |
| 1480 "//device/battery:mojo_bindings", | 1481 "//device/battery:mojo_bindings", |
| 1481 "//device/bluetooth", | 1482 "//device/bluetooth", |
| 1482 "//device/bluetooth:mocks", | 1483 "//device/bluetooth:mocks", |
| 1483 "//device/gamepad", | 1484 "//device/gamepad", |
| 1484 "//device/gamepad:test_helpers", | 1485 "//device/gamepad:test_helpers", |
| 1485 "//device/sensors/public/cpp", | 1486 "//device/sensors/public/cpp:full", |
| 1486 "//device/sensors/public/interfaces", | 1487 "//device/sensors/public/interfaces", |
| 1487 "//gin", | 1488 "//gin", |
| 1488 "//gpu", | 1489 "//gpu", |
| 1489 "//gpu:test_support", | 1490 "//gpu:test_support", |
| 1490 "//gpu/ipc/host", | 1491 "//gpu/ipc/host", |
| 1491 "//ipc:test_support", | 1492 "//ipc:test_support", |
| 1492 "//media:shared_memory_support", | 1493 "//media:shared_memory_support", |
| 1493 "//media:test_support", | 1494 "//media:test_support", |
| 1494 "//media/audio:test_support", | 1495 "//media/audio:test_support", |
| 1495 "//media/base:test_support", | 1496 "//media/base:test_support", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 if (is_android) { | 1838 if (is_android) { |
| 1838 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1839 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1839 } | 1840 } |
| 1840 } | 1841 } |
| 1841 | 1842 |
| 1842 group("fuzzers") { | 1843 group("fuzzers") { |
| 1843 deps = [ | 1844 deps = [ |
| 1844 "//content/test/fuzzer", | 1845 "//content/test/fuzzer", |
| 1845 ] | 1846 ] |
| 1846 } | 1847 } |
| OLD | NEW |