| 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 "../browser/pointer_lock_browsertest.cc", | 630 "../browser/pointer_lock_browsertest.cc", |
| 631 "../browser/pointer_lock_browsertest.h", | 631 "../browser/pointer_lock_browsertest.h", |
| 632 "../browser/pointer_lock_browsertest_mac.mm", | 632 "../browser/pointer_lock_browsertest_mac.mm", |
| 633 "../browser/presentation/presentation_browsertest.cc", | 633 "../browser/presentation/presentation_browsertest.cc", |
| 634 "../browser/renderer_host/input/composited_scrolling_browsertest.cc", | 634 "../browser/renderer_host/input/composited_scrolling_browsertest.cc", |
| 635 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc", | 635 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc", |
| 636 "../browser/renderer_host/input/non_blocking_event_browsertest.cc", | 636 "../browser/renderer_host/input/non_blocking_event_browsertest.cc", |
| 637 "../browser/renderer_host/input/touch_action_browsertest.cc", | 637 "../browser/renderer_host/input/touch_action_browsertest.cc", |
| 638 "../browser/renderer_host/input/touch_input_browsertest.cc", | 638 "../browser/renderer_host/input/touch_input_browsertest.cc", |
| 639 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", | 639 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", |
| 640 "../browser/renderer_host/media/video_capture_browsertest.cc", |
| 640 "../browser/renderer_host/render_process_host_browsertest.cc", | 641 "../browser/renderer_host/render_process_host_browsertest.cc", |
| 641 "../browser/renderer_host/render_view_host_browsertest.cc", | 642 "../browser/renderer_host/render_view_host_browsertest.cc", |
| 642 "../browser/renderer_host/render_widget_host_view_browsertest.cc", | 643 "../browser/renderer_host/render_widget_host_view_browsertest.cc", |
| 643 "../browser/resource_loading_browsertest.cc", | 644 "../browser/resource_loading_browsertest.cc", |
| 644 "../browser/screen_orientation/screen_orientation_browsertest.cc", | 645 "../browser/screen_orientation/screen_orientation_browsertest.cc", |
| 645 "../browser/security_exploit_browsertest.cc", | 646 "../browser/security_exploit_browsertest.cc", |
| 646 "../browser/service_worker/service_worker_browsertest.cc", | 647 "../browser/service_worker/service_worker_browsertest.cc", |
| 647 "../browser/session_history_browsertest.cc", | 648 "../browser/session_history_browsertest.cc", |
| 648 "../browser/shapedetection/shapedetection_browsertest.cc", | 649 "../browser/shapedetection/shapedetection_browsertest.cc", |
| 649 "../browser/shared_worker/worker_browsertest.cc", | 650 "../browser/shared_worker/worker_browsertest.cc", |
| (...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 if (is_android) { | 1827 if (is_android) { |
| 1827 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1828 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1828 } | 1829 } |
| 1829 } | 1830 } |
| 1830 | 1831 |
| 1831 group("fuzzers") { | 1832 group("fuzzers") { |
| 1832 deps = [ | 1833 deps = [ |
| 1833 "//content/test/fuzzer", | 1834 "//content/test/fuzzer", |
| 1834 ] | 1835 ] |
| 1835 } | 1836 } |
| OLD | NEW |