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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "mock_keyboard.cc", | 141 "mock_keyboard.cc", |
142 "mock_keyboard.h", | 142 "mock_keyboard.h", |
143 "mock_keyboard_driver_win.cc", | 143 "mock_keyboard_driver_win.cc", |
144 "mock_keyboard_driver_win.h", | 144 "mock_keyboard_driver_win.h", |
145 "mock_permission_manager.cc", | 145 "mock_permission_manager.cc", |
146 "mock_permission_manager.h", | 146 "mock_permission_manager.h", |
147 "mock_render_process.cc", | 147 "mock_render_process.cc", |
148 "mock_render_process.h", | 148 "mock_render_process.h", |
149 "mock_ssl_host_state_delegate.cc", | 149 "mock_ssl_host_state_delegate.cc", |
150 "mock_ssl_host_state_delegate.h", | 150 "mock_ssl_host_state_delegate.h", |
| 151 "mock_webassociatedurlloader.cc", |
| 152 "mock_webassociatedurlloader.h", |
151 "mock_webblob_registry_impl.cc", | 153 "mock_webblob_registry_impl.cc", |
152 "mock_webblob_registry_impl.h", | 154 "mock_webblob_registry_impl.h", |
153 "mock_webclipboard_impl.cc", | 155 "mock_webclipboard_impl.cc", |
154 "mock_webclipboard_impl.h", | 156 "mock_webclipboard_impl.h", |
155 "mock_weburlloader.cc", | |
156 "mock_weburlloader.h", | |
157 "net/url_request_abort_on_end_job.cc", | 157 "net/url_request_abort_on_end_job.cc", |
158 "net/url_request_abort_on_end_job.h", | 158 "net/url_request_abort_on_end_job.h", |
159 "ppapi_unittest.cc", | 159 "ppapi_unittest.cc", |
160 "ppapi_unittest.h", | 160 "ppapi_unittest.h", |
161 "test_background_sync_context.cc", | 161 "test_background_sync_context.cc", |
162 "test_background_sync_context.h", | 162 "test_background_sync_context.h", |
163 "test_background_sync_manager.cc", | 163 "test_background_sync_manager.cc", |
164 "test_background_sync_manager.h", | 164 "test_background_sync_manager.h", |
165 "test_blink_web_unit_test_support.cc", | 165 "test_blink_web_unit_test_support.cc", |
166 "test_blink_web_unit_test_support.h", | 166 "test_blink_web_unit_test_support.h", |
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 if (is_android) { | 1687 if (is_android) { |
1688 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1688 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1689 } | 1689 } |
1690 } | 1690 } |
1691 | 1691 |
1692 group("fuzzers") { | 1692 group("fuzzers") { |
1693 deps = [ | 1693 deps = [ |
1694 "//content/test/fuzzer", | 1694 "//content/test/fuzzer", |
1695 ] | 1695 ] |
1696 } | 1696 } |
OLD | NEW |