| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "web_state/global_web_state_observer.cc", | 213 "web_state/global_web_state_observer.cc", |
| 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", |
| 224 "web_state/js/crw_js_post_request_loader.h", |
| 223 "web_state/js/crw_js_window_id_manager.h", | 225 "web_state/js/crw_js_window_id_manager.h", |
| 224 "web_state/js/crw_js_window_id_manager.mm", | 226 "web_state/js/crw_js_window_id_manager.mm", |
| 225 "web_state/js/page_script_util.h", | 227 "web_state/js/page_script_util.h", |
| 226 "web_state/js/page_script_util.mm", | 228 "web_state/js/page_script_util.mm", |
| 227 "web_state/ui/crw_context_menu_provider.h", | 229 "web_state/ui/crw_context_menu_provider.h", |
| 228 "web_state/ui/crw_context_menu_provider.mm", | 230 "web_state/ui/crw_context_menu_provider.mm", |
| 229 "web_state/ui/crw_debug_web_view.h", | 231 "web_state/ui/crw_debug_web_view.h", |
| 230 "web_state/ui/crw_debug_web_view.mm", | 232 "web_state/ui/crw_debug_web_view.mm", |
| 231 "web_state/ui/crw_generic_content_view.mm", | 233 "web_state/ui/crw_generic_content_view.mm", |
| 232 "web_state/ui/crw_simple_web_view_controller.h", | 234 "web_state/ui/crw_simple_web_view_controller.h", |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "url_util_unittest.cc", | 427 "url_util_unittest.cc", |
| 426 "weak_nsobject_counter_unittest.mm", | 428 "weak_nsobject_counter_unittest.mm", |
| 427 "web_state/crw_pass_kit_downloader_unittest.mm", | 429 "web_state/crw_pass_kit_downloader_unittest.mm", |
| 428 "web_state/crw_web_view_scroll_view_proxy_unittest.mm", | 430 "web_state/crw_web_view_scroll_view_proxy_unittest.mm", |
| 429 "web_state/js/common_js_unittest.mm", | 431 "web_state/js/common_js_unittest.mm", |
| 430 "web_state/js/core_js_unittest.mm", | 432 "web_state/js/core_js_unittest.mm", |
| 431 "web_state/js/credential_util_unittest.mm", | 433 "web_state/js/credential_util_unittest.mm", |
| 432 "web_state/js/crw_js_early_script_manager_unittest.mm", | 434 "web_state/js/crw_js_early_script_manager_unittest.mm", |
| 433 "web_state/js/crw_js_injection_manager_unittest.mm", | 435 "web_state/js/crw_js_injection_manager_unittest.mm", |
| 434 "web_state/js/crw_js_invoke_parameter_queue_unittest.mm", | 436 "web_state/js/crw_js_invoke_parameter_queue_unittest.mm", |
| 437 "web_state/js/crw_js_post_request_loader_unittest.mm", |
| 435 "web_state/js/crw_js_window_id_manager_unittest.mm", | 438 "web_state/js/crw_js_window_id_manager_unittest.mm", |
| 436 "web_state/js/page_script_util_unittest.mm", | 439 "web_state/js/page_script_util_unittest.mm", |
| 437 "web_state/ui/crw_static_file_web_view_unittest.mm", | 440 "web_state/ui/crw_static_file_web_view_unittest.mm", |
| 438 "web_state/ui/crw_ui_simple_web_view_controller_unittest.mm", | 441 "web_state/ui/crw_ui_simple_web_view_controller_unittest.mm", |
| 439 "web_state/ui/crw_web_controller_container_view_unittest.mm", | 442 "web_state/ui/crw_web_controller_container_view_unittest.mm", |
| 440 "web_state/ui/crw_web_controller_observer_unittest.mm", | 443 "web_state/ui/crw_web_controller_observer_unittest.mm", |
| 441 "web_state/ui/crw_web_controller_unittest.mm", | 444 "web_state/ui/crw_web_controller_unittest.mm", |
| 442 "web_state/ui/crw_wk_script_message_router_unittest.mm", | 445 "web_state/ui/crw_wk_script_message_router_unittest.mm", |
| 443 "web_state/ui/crw_wk_simple_web_view_controller_unittest.mm", | 446 "web_state/ui/crw_wk_simple_web_view_controller_unittest.mm", |
| 444 "web_state/ui/crw_wk_web_view_crash_detector_unittest.mm", | 447 "web_state/ui/crw_wk_web_view_crash_detector_unittest.mm", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 ":web_bundle_ui", | 499 ":web_bundle_ui", |
| 497 ":web_bundle_wk", | 500 ":web_bundle_wk", |
| 498 ] | 501 ] |
| 499 | 502 |
| 500 sources = [ | 503 sources = [ |
| 501 "web_state/js/resources/plugin_placeholder.js", | 504 "web_state/js/resources/plugin_placeholder.js", |
| 502 "web_state/js/resources/window_id.js", | 505 "web_state/js/resources/window_id.js", |
| 503 "webui/resources/web_ui.js", | 506 "webui/resources/web_ui.js", |
| 504 ] | 507 ] |
| 505 } | 508 } |
| OLD | NEW |