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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 "../browser/shared_worker/worker_browsertest.cc", | 649 "../browser/shared_worker/worker_browsertest.cc", |
650 "../browser/site_per_process_browsertest.cc", | 650 "../browser/site_per_process_browsertest.cc", |
651 "../browser/site_per_process_browsertest.h", | 651 "../browser/site_per_process_browsertest.h", |
652 "../browser/site_per_process_mac_browsertest.mm", | 652 "../browser/site_per_process_mac_browsertest.mm", |
653 "../browser/top_document_isolation_browsertest.cc", | 653 "../browser/top_document_isolation_browsertest.cc", |
654 "../browser/tracing/background_tracing_manager_browsertest.cc", | 654 "../browser/tracing/background_tracing_manager_browsertest.cc", |
655 "../browser/tracing/memory_tracing_browsertest.cc", | 655 "../browser/tracing/memory_tracing_browsertest.cc", |
656 "../browser/tracing/tracing_controller_browsertest.cc", | 656 "../browser/tracing/tracing_controller_browsertest.cc", |
657 "../browser/utility_process_host_impl_browsertest.cc", | 657 "../browser/utility_process_host_impl_browsertest.cc", |
658 "../browser/utility_process_mojo_client_browsertest.cc", | 658 "../browser/utility_process_mojo_client_browsertest.cc", |
659 "../browser/vibration_browsertest.cc", | |
660 "../browser/wake_lock/wake_lock_browsertest.cc", | 659 "../browser/wake_lock/wake_lock_browsertest.cc", |
661 "../browser/web_contents/opened_by_dom_browsertest.cc", | 660 "../browser/web_contents/opened_by_dom_browsertest.cc", |
662 "../browser/web_contents/web_contents_impl_browsertest.cc", | 661 "../browser/web_contents/web_contents_impl_browsertest.cc", |
663 "../browser/web_contents/web_contents_view_aura_browsertest.cc", | 662 "../browser/web_contents/web_contents_view_aura_browsertest.cc", |
664 "../browser/webkit_browsertest.cc", | 663 "../browser/webkit_browsertest.cc", |
665 "../browser/webui/web_ui_mojo_browsertest.cc", | 664 "../browser/webui/web_ui_mojo_browsertest.cc", |
666 "../browser/zoom_browsertest.cc", | 665 "../browser/zoom_browsertest.cc", |
667 "../child/site_isolation_stats_gatherer_browsertest.cc", | 666 "../child/site_isolation_stats_gatherer_browsertest.cc", |
668 "../renderer/accessibility/render_accessibility_impl_browsertest.cc", | 667 "../renderer/accessibility/render_accessibility_impl_browsertest.cc", |
669 "../renderer/blink_platform_audio_hardware_browsertest.cc", | 668 "../renderer/blink_platform_audio_hardware_browsertest.cc", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 "//content/shell:pak", | 715 "//content/shell:pak", |
717 "//content/test:test_support", | 716 "//content/test:test_support", |
718 "//device/base/synchronization", | 717 "//device/base/synchronization", |
719 "//device/battery", | 718 "//device/battery", |
720 "//device/battery:mojo_bindings", | 719 "//device/battery:mojo_bindings", |
721 "//device/generic_sensor", | 720 "//device/generic_sensor", |
722 "//device/power_save_blocker", | 721 "//device/power_save_blocker", |
723 "//device/screen_orientation/public/interfaces", | 722 "//device/screen_orientation/public/interfaces", |
724 "//device/sensors", | 723 "//device/sensors", |
725 "//device/sensors/public/cpp", | 724 "//device/sensors/public/cpp", |
726 "//device/vibration:mojo_bindings", | |
727 "//device/wake_lock", | 725 "//device/wake_lock", |
728 "//gin", | 726 "//gin", |
729 "//gpu", | 727 "//gpu", |
730 "//gpu/ipc/host", | 728 "//gpu/ipc/host", |
731 "//ipc", | 729 "//ipc", |
732 "//ipc:test_support", | 730 "//ipc:test_support", |
733 "//media", | 731 "//media", |
734 "//media:test_support", | 732 "//media:test_support", |
735 "//media/audio:test_support", | 733 "//media/audio:test_support", |
736 "//media/base:test_support", | 734 "//media/base:test_support", |
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1828 if (is_android) { | 1826 if (is_android) { |
1829 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1827 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1830 } | 1828 } |
1831 } | 1829 } |
1832 | 1830 |
1833 group("fuzzers") { | 1831 group("fuzzers") { |
1834 deps = [ | 1832 deps = [ |
1835 "//content/test/fuzzer", | 1833 "//content/test/fuzzer", |
1836 ] | 1834 ] |
1837 } | 1835 } |
OLD | NEW |