| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "../browser/renderer_host/render_view_host_browsertest.cc", | 610 "../browser/renderer_host/render_view_host_browsertest.cc", |
| 611 "../browser/renderer_host/render_widget_host_view_browsertest.cc", | 611 "../browser/renderer_host/render_widget_host_view_browsertest.cc", |
| 612 "../browser/resource_loading_browsertest.cc", | 612 "../browser/resource_loading_browsertest.cc", |
| 613 "../browser/screen_orientation/screen_orientation_browsertest.cc", | 613 "../browser/screen_orientation/screen_orientation_browsertest.cc", |
| 614 "../browser/security_exploit_browsertest.cc", | 614 "../browser/security_exploit_browsertest.cc", |
| 615 "../browser/service_worker/service_worker_browsertest.cc", | 615 "../browser/service_worker/service_worker_browsertest.cc", |
| 616 "../browser/session_history_browsertest.cc", | 616 "../browser/session_history_browsertest.cc", |
| 617 "../browser/shared_worker/worker_browsertest.cc", | 617 "../browser/shared_worker/worker_browsertest.cc", |
| 618 "../browser/site_per_process_browsertest.cc", | 618 "../browser/site_per_process_browsertest.cc", |
| 619 "../browser/site_per_process_browsertest.h", | 619 "../browser/site_per_process_browsertest.h", |
| 620 "../browser/site_per_process_mac_browsertest.mm", |
| 620 "../browser/top_document_isolation_browsertest.cc", | 621 "../browser/top_document_isolation_browsertest.cc", |
| 621 "../browser/tracing/background_tracing_manager_browsertest.cc", | 622 "../browser/tracing/background_tracing_manager_browsertest.cc", |
| 622 "../browser/tracing/memory_tracing_browsertest.cc", | 623 "../browser/tracing/memory_tracing_browsertest.cc", |
| 623 "../browser/tracing/tracing_controller_browsertest.cc", | 624 "../browser/tracing/tracing_controller_browsertest.cc", |
| 624 "../browser/utility_process_host_impl_browsertest.cc", | 625 "../browser/utility_process_host_impl_browsertest.cc", |
| 625 "../browser/utility_process_mojo_client_browsertest.cc", | 626 "../browser/utility_process_mojo_client_browsertest.cc", |
| 626 "../browser/vibration_browsertest.cc", | 627 "../browser/vibration_browsertest.cc", |
| 627 "../browser/wake_lock/wake_lock_browsertest.cc", | 628 "../browser/wake_lock/wake_lock_browsertest.cc", |
| 628 "../browser/web_contents/opened_by_dom_browsertest.cc", | 629 "../browser/web_contents/opened_by_dom_browsertest.cc", |
| 629 "../browser/web_contents/web_contents_impl_browsertest.cc", | 630 "../browser/web_contents/web_contents_impl_browsertest.cc", |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1671 if (is_android) { | 1672 if (is_android) { |
| 1672 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1673 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1673 } | 1674 } |
| 1674 } | 1675 } |
| 1675 | 1676 |
| 1676 group("fuzzers") { | 1677 group("fuzzers") { |
| 1677 deps = [ | 1678 deps = [ |
| 1678 "//content/test/fuzzer", | 1679 "//content/test/fuzzer", |
| 1679 ] | 1680 ] |
| 1680 } | 1681 } |
| OLD | NEW |