| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "../browser/renderer_host/input/touch_input_browsertest.cc", | 598 "../browser/renderer_host/input/touch_input_browsertest.cc", |
| 599 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", | 599 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows
ertest.cc", |
| 600 "../browser/renderer_host/render_process_host_browsertest.cc", | 600 "../browser/renderer_host/render_process_host_browsertest.cc", |
| 601 "../browser/renderer_host/render_view_host_browsertest.cc", | 601 "../browser/renderer_host/render_view_host_browsertest.cc", |
| 602 "../browser/renderer_host/render_widget_host_view_browsertest.cc", | 602 "../browser/renderer_host/render_widget_host_view_browsertest.cc", |
| 603 "../browser/resource_loading_browsertest.cc", | 603 "../browser/resource_loading_browsertest.cc", |
| 604 "../browser/screen_orientation/screen_orientation_browsertest.cc", | 604 "../browser/screen_orientation/screen_orientation_browsertest.cc", |
| 605 "../browser/security_exploit_browsertest.cc", | 605 "../browser/security_exploit_browsertest.cc", |
| 606 "../browser/service_worker/service_worker_browsertest.cc", | 606 "../browser/service_worker/service_worker_browsertest.cc", |
| 607 "../browser/session_history_browsertest.cc", | 607 "../browser/session_history_browsertest.cc", |
| 608 "../browser/shapedetection/shapedetection_browsertest.cc", |
| 608 "../browser/shared_worker/worker_browsertest.cc", | 609 "../browser/shared_worker/worker_browsertest.cc", |
| 609 "../browser/site_per_process_browsertest.cc", | 610 "../browser/site_per_process_browsertest.cc", |
| 610 "../browser/site_per_process_browsertest.h", | 611 "../browser/site_per_process_browsertest.h", |
| 611 "../browser/site_per_process_mac_browsertest.mm", | 612 "../browser/site_per_process_mac_browsertest.mm", |
| 612 "../browser/top_document_isolation_browsertest.cc", | 613 "../browser/top_document_isolation_browsertest.cc", |
| 613 "../browser/tracing/background_tracing_manager_browsertest.cc", | 614 "../browser/tracing/background_tracing_manager_browsertest.cc", |
| 614 "../browser/tracing/memory_tracing_browsertest.cc", | 615 "../browser/tracing/memory_tracing_browsertest.cc", |
| 615 "../browser/tracing/tracing_controller_browsertest.cc", | 616 "../browser/tracing/tracing_controller_browsertest.cc", |
| 616 "../browser/utility_process_host_impl_browsertest.cc", | 617 "../browser/utility_process_host_impl_browsertest.cc", |
| 617 "../browser/utility_process_mojo_client_browsertest.cc", | 618 "../browser/utility_process_mojo_client_browsertest.cc", |
| (...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1687 if (is_android) { | 1688 if (is_android) { |
| 1688 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1689 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1689 } | 1690 } |
| 1690 } | 1691 } |
| 1691 | 1692 |
| 1692 group("fuzzers") { | 1693 group("fuzzers") { |
| 1693 deps = [ | 1694 deps = [ |
| 1694 "//content/test/fuzzer", | 1695 "//content/test/fuzzer", |
| 1695 ] | 1696 ] |
| 1696 } | 1697 } |
| OLD | NEW |