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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "../public/test/test_download_request_handler.cc", | 87 "../public/test/test_download_request_handler.cc", |
88 "../public/test/test_download_request_handler.h", | 88 "../public/test/test_download_request_handler.h", |
89 "../public/test/test_file_error_injector.cc", | 89 "../public/test/test_file_error_injector.cc", |
90 "../public/test/test_file_error_injector.h", | 90 "../public/test/test_file_error_injector.h", |
91 "../public/test/test_file_system_backend.cc", | 91 "../public/test/test_file_system_backend.cc", |
92 "../public/test/test_file_system_backend.h", | 92 "../public/test/test_file_system_backend.h", |
93 "../public/test/test_file_system_context.cc", | 93 "../public/test/test_file_system_context.cc", |
94 "../public/test/test_file_system_context.h", | 94 "../public/test/test_file_system_context.h", |
95 "../public/test/test_file_system_options.cc", | 95 "../public/test/test_file_system_options.cc", |
96 "../public/test/test_file_system_options.h", | 96 "../public/test/test_file_system_options.h", |
| 97 "../public/test/test_fileapi_operation_waiter.cc", |
| 98 "../public/test/test_fileapi_operation_waiter.h", |
97 "../public/test/test_frame_navigation_observer.cc", | 99 "../public/test/test_frame_navigation_observer.cc", |
98 "../public/test/test_frame_navigation_observer.h", | 100 "../public/test/test_frame_navigation_observer.h", |
99 "../public/test/test_launcher.cc", | 101 "../public/test/test_launcher.cc", |
100 "../public/test/test_launcher.h", | 102 "../public/test/test_launcher.h", |
101 "../public/test/test_navigation_observer.cc", | 103 "../public/test/test_navigation_observer.cc", |
102 "../public/test/test_navigation_observer.h", | 104 "../public/test/test_navigation_observer.h", |
103 "../public/test/test_notification_tracker.cc", | 105 "../public/test/test_notification_tracker.cc", |
104 "../public/test/test_notification_tracker.h", | 106 "../public/test/test_notification_tracker.h", |
105 "../public/test/test_renderer_host.cc", | 107 "../public/test/test_renderer_host.cc", |
106 "../public/test/test_renderer_host.h", | 108 "../public/test/test_renderer_host.h", |
(...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 if (is_android) { | 1715 if (is_android) { |
1714 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1716 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1715 } | 1717 } |
1716 } | 1718 } |
1717 | 1719 |
1718 group("fuzzers") { | 1720 group("fuzzers") { |
1719 deps = [ | 1721 deps = [ |
1720 "//content/test/fuzzer", | 1722 "//content/test/fuzzer", |
1721 ] | 1723 ] |
1722 } | 1724 } |
OLD | NEW |