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