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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 "../browser/renderer_host/input/touch_input_browsertest.cc", | 636 "../browser/renderer_host/input/touch_input_browsertest.cc", |
637 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", | 637 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", |
638 "../browser/renderer_host/render_process_host_browsertest.cc", | 638 "../browser/renderer_host/render_process_host_browsertest.cc", |
639 "../browser/renderer_host/render_view_host_browsertest.cc", | 639 "../browser/renderer_host/render_view_host_browsertest.cc", |
640 "../browser/renderer_host/render_widget_host_view_browsertest.cc", | 640 "../browser/renderer_host/render_widget_host_view_browsertest.cc", |
641 "../browser/resource_loading_browsertest.cc", | 641 "../browser/resource_loading_browsertest.cc", |
642 "../browser/screen_orientation/screen_orientation_browsertest.cc", | 642 "../browser/screen_orientation/screen_orientation_browsertest.cc", |
643 "../browser/security_exploit_browsertest.cc", | 643 "../browser/security_exploit_browsertest.cc", |
644 "../browser/service_worker/service_worker_browsertest.cc", | 644 "../browser/service_worker/service_worker_browsertest.cc", |
645 "../browser/session_history_browsertest.cc", | 645 "../browser/session_history_browsertest.cc", |
646 "../browser/shapedetection/shapedetection_browsertest.cc", | 646 "../browser/shape_detection/shape_detection_browsertest.cc", |
647 "../browser/shared_worker/worker_browsertest.cc", | 647 "../browser/shared_worker/worker_browsertest.cc", |
648 "../browser/site_per_process_browsertest.cc", | 648 "../browser/site_per_process_browsertest.cc", |
649 "../browser/site_per_process_browsertest.h", | 649 "../browser/site_per_process_browsertest.h", |
650 "../browser/site_per_process_mac_browsertest.mm", | 650 "../browser/site_per_process_mac_browsertest.mm", |
651 "../browser/top_document_isolation_browsertest.cc", | 651 "../browser/top_document_isolation_browsertest.cc", |
652 "../browser/tracing/background_tracing_manager_browsertest.cc", | 652 "../browser/tracing/background_tracing_manager_browsertest.cc", |
653 "../browser/tracing/memory_tracing_browsertest.cc", | 653 "../browser/tracing/memory_tracing_browsertest.cc", |
654 "../browser/tracing/tracing_controller_browsertest.cc", | 654 "../browser/tracing/tracing_controller_browsertest.cc", |
655 "../browser/utility_process_host_impl_browsertest.cc", | 655 "../browser/utility_process_host_impl_browsertest.cc", |
656 "../browser/utility_process_mojo_client_browsertest.cc", | 656 "../browser/utility_process_mojo_client_browsertest.cc", |
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1822 if (is_android) { | 1822 if (is_android) { |
1823 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1823 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1824 } | 1824 } |
1825 } | 1825 } |
1826 | 1826 |
1827 group("fuzzers") { | 1827 group("fuzzers") { |
1828 deps = [ | 1828 deps = [ |
1829 "//content/test/fuzzer", | 1829 "//content/test/fuzzer", |
1830 ] | 1830 ] |
1831 } | 1831 } |
OLD | NEW |