| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 | 7 |
| 8 config("config") { | 8 config("config") { |
| 9 visibility = [ ":web" ] | 9 visibility = [ ":web" ] |
| 10 | 10 |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 "web_state/js/credential_util.mm", | 214 "web_state/js/credential_util.mm", |
| 215 "web_state/js/crw_js_early_script_manager.h", | 215 "web_state/js/crw_js_early_script_manager.h", |
| 216 "web_state/js/crw_js_early_script_manager.mm", | 216 "web_state/js/crw_js_early_script_manager.mm", |
| 217 "web_state/js/crw_js_injection_manager.mm", | 217 "web_state/js/crw_js_injection_manager.mm", |
| 218 "web_state/js/crw_js_injection_receiver.mm", | 218 "web_state/js/crw_js_injection_receiver.mm", |
| 219 "web_state/js/crw_js_invoke_parameter_queue.h", | 219 "web_state/js/crw_js_invoke_parameter_queue.h", |
| 220 "web_state/js/crw_js_invoke_parameter_queue.mm", | 220 "web_state/js/crw_js_invoke_parameter_queue.mm", |
| 221 "web_state/js/crw_js_plugin_placeholder_manager.h", | 221 "web_state/js/crw_js_plugin_placeholder_manager.h", |
| 222 "web_state/js/crw_js_plugin_placeholder_manager.mm", | 222 "web_state/js/crw_js_plugin_placeholder_manager.mm", |
| 223 "web_state/js/crw_js_post_request_loader.h", | 223 "web_state/js/crw_js_post_request_loader.h", |
| 224 "web_state/js/crw_js_post_request_loader.h", | 224 "web_state/js/crw_js_post_request_loader.mm", |
| 225 "web_state/js/crw_js_window_id_manager.h", | 225 "web_state/js/crw_js_window_id_manager.h", |
| 226 "web_state/js/crw_js_window_id_manager.mm", | 226 "web_state/js/crw_js_window_id_manager.mm", |
| 227 "web_state/js/page_script_util.h", | 227 "web_state/js/page_script_util.h", |
| 228 "web_state/js/page_script_util.mm", | 228 "web_state/js/page_script_util.mm", |
| 229 "web_state/ui/crw_context_menu_provider.h", | 229 "web_state/ui/crw_context_menu_provider.h", |
| 230 "web_state/ui/crw_context_menu_provider.mm", | 230 "web_state/ui/crw_context_menu_provider.mm", |
| 231 "web_state/ui/crw_debug_web_view.h", | 231 "web_state/ui/crw_debug_web_view.h", |
| 232 "web_state/ui/crw_debug_web_view.mm", | 232 "web_state/ui/crw_debug_web_view.mm", |
| 233 "web_state/ui/crw_generic_content_view.mm", | 233 "web_state/ui/crw_generic_content_view.mm", |
| 234 "web_state/ui/crw_simple_web_view_controller.h", | 234 "web_state/ui/crw_simple_web_view_controller.h", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 ":web_bundle_ui", | 499 ":web_bundle_ui", |
| 500 ":web_bundle_wk", | 500 ":web_bundle_wk", |
| 501 ] | 501 ] |
| 502 | 502 |
| 503 sources = [ | 503 sources = [ |
| 504 "web_state/js/resources/plugin_placeholder.js", | 504 "web_state/js/resources/plugin_placeholder.js", |
| 505 "web_state/js/resources/window_id.js", | 505 "web_state/js/resources/window_id.js", |
| 506 "webui/resources/web_ui.js", | 506 "webui/resources/web_ui.js", |
| 507 ] | 507 ] |
| 508 } | 508 } |
| OLD | NEW |