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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "mock_keyboard.cc", | 140 "mock_keyboard.cc", |
141 "mock_keyboard.h", | 141 "mock_keyboard.h", |
142 "mock_keyboard_driver_win.cc", | 142 "mock_keyboard_driver_win.cc", |
143 "mock_keyboard_driver_win.h", | 143 "mock_keyboard_driver_win.h", |
144 "mock_permission_manager.cc", | 144 "mock_permission_manager.cc", |
145 "mock_permission_manager.h", | 145 "mock_permission_manager.h", |
146 "mock_render_process.cc", | 146 "mock_render_process.cc", |
147 "mock_render_process.h", | 147 "mock_render_process.h", |
148 "mock_ssl_host_state_delegate.cc", | 148 "mock_ssl_host_state_delegate.cc", |
149 "mock_ssl_host_state_delegate.h", | 149 "mock_ssl_host_state_delegate.h", |
| 150 "mock_webassociatedurlloader.cc", |
| 151 "mock_webassociatedurlloader.h", |
150 "mock_webblob_registry_impl.cc", | 152 "mock_webblob_registry_impl.cc", |
151 "mock_webblob_registry_impl.h", | 153 "mock_webblob_registry_impl.h", |
152 "mock_webclipboard_impl.cc", | 154 "mock_webclipboard_impl.cc", |
153 "mock_webclipboard_impl.h", | 155 "mock_webclipboard_impl.h", |
154 "mock_weburlloader.cc", | |
155 "mock_weburlloader.h", | |
156 "net/url_request_abort_on_end_job.cc", | 156 "net/url_request_abort_on_end_job.cc", |
157 "net/url_request_abort_on_end_job.h", | 157 "net/url_request_abort_on_end_job.h", |
158 "ppapi_unittest.cc", | 158 "ppapi_unittest.cc", |
159 "ppapi_unittest.h", | 159 "ppapi_unittest.h", |
160 "test_background_sync_context.cc", | 160 "test_background_sync_context.cc", |
161 "test_background_sync_context.h", | 161 "test_background_sync_context.h", |
162 "test_background_sync_manager.cc", | 162 "test_background_sync_manager.cc", |
163 "test_background_sync_manager.h", | 163 "test_background_sync_manager.h", |
164 "test_blink_web_unit_test_support.cc", | 164 "test_blink_web_unit_test_support.cc", |
165 "test_blink_web_unit_test_support.h", | 165 "test_blink_web_unit_test_support.h", |
(...skipping 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1704 if (is_android) { | 1704 if (is_android) { |
1705 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1705 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1706 } | 1706 } |
1707 } | 1707 } |
1708 | 1708 |
1709 group("fuzzers") { | 1709 group("fuzzers") { |
1710 deps = [ | 1710 deps = [ |
1711 "//content/test/fuzzer", | 1711 "//content/test/fuzzer", |
1712 ] | 1712 ] |
1713 } | 1713 } |
OLD | NEW |