| 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 source_set("web") { | 8 source_set("web") { |
| 9 deps = [ | 9 deps = [ |
| 10 ":core", | 10 ":core", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "web_state/page_viewport_state.mm", | 217 "web_state/page_viewport_state.mm", |
| 218 "web_state/ui/crw_context_menu_provider.h", | 218 "web_state/ui/crw_context_menu_provider.h", |
| 219 "web_state/ui/crw_context_menu_provider.mm", | 219 "web_state/ui/crw_context_menu_provider.mm", |
| 220 "web_state/ui/crw_generic_content_view.mm", | 220 "web_state/ui/crw_generic_content_view.mm", |
| 221 "web_state/ui/crw_simple_web_view_controller.h", | 221 "web_state/ui/crw_simple_web_view_controller.h", |
| 222 "web_state/ui/crw_static_file_web_view.h", | 222 "web_state/ui/crw_static_file_web_view.h", |
| 223 "web_state/ui/crw_static_file_web_view.mm", | 223 "web_state/ui/crw_static_file_web_view.mm", |
| 224 "web_state/ui/crw_swipe_recognizer_provider.h", | 224 "web_state/ui/crw_swipe_recognizer_provider.h", |
| 225 "web_state/ui/crw_touch_tracking_recognizer.h", | 225 "web_state/ui/crw_touch_tracking_recognizer.h", |
| 226 "web_state/ui/crw_touch_tracking_recognizer.mm", | 226 "web_state/ui/crw_touch_tracking_recognizer.mm", |
| 227 "web_state/ui/crw_ui_simple_web_view_controller.h", | |
| 228 "web_state/ui/crw_ui_simple_web_view_controller.mm", | |
| 229 "web_state/ui/crw_web_controller+protected.h", | 227 "web_state/ui/crw_web_controller+protected.h", |
| 230 "web_state/ui/crw_web_controller.h", | 228 "web_state/ui/crw_web_controller.h", |
| 231 "web_state/ui/crw_web_controller.mm", | 229 "web_state/ui/crw_web_controller.mm", |
| 232 "web_state/ui/crw_web_controller_container_view.h", | 230 "web_state/ui/crw_web_controller_container_view.h", |
| 233 "web_state/ui/crw_web_controller_container_view.mm", | 231 "web_state/ui/crw_web_controller_container_view.mm", |
| 234 "web_state/ui/crw_web_view_content_view.mm", | 232 "web_state/ui/crw_web_view_content_view.mm", |
| 235 "web_state/ui/crw_wk_script_message_router.h", | 233 "web_state/ui/crw_wk_script_message_router.h", |
| 236 "web_state/ui/crw_wk_script_message_router.mm", | 234 "web_state/ui/crw_wk_script_message_router.mm", |
| 237 "web_state/ui/crw_wk_simple_web_view_controller.h", | 235 "web_state/ui/crw_wk_simple_web_view_controller.h", |
| 238 "web_state/ui/crw_wk_simple_web_view_controller.mm", | 236 "web_state/ui/crw_wk_simple_web_view_controller.mm", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "web_state/js/common_js_unittest.mm", | 416 "web_state/js/common_js_unittest.mm", |
| 419 "web_state/js/core_js_unittest.mm", | 417 "web_state/js/core_js_unittest.mm", |
| 420 "web_state/js/credential_util_unittest.mm", | 418 "web_state/js/credential_util_unittest.mm", |
| 421 "web_state/js/crw_js_early_script_manager_unittest.mm", | 419 "web_state/js/crw_js_early_script_manager_unittest.mm", |
| 422 "web_state/js/crw_js_injection_manager_unittest.mm", | 420 "web_state/js/crw_js_injection_manager_unittest.mm", |
| 423 "web_state/js/crw_js_invoke_parameter_queue_unittest.mm", | 421 "web_state/js/crw_js_invoke_parameter_queue_unittest.mm", |
| 424 "web_state/js/crw_js_post_request_loader_unittest.mm", | 422 "web_state/js/crw_js_post_request_loader_unittest.mm", |
| 425 "web_state/js/crw_js_window_id_manager_unittest.mm", | 423 "web_state/js/crw_js_window_id_manager_unittest.mm", |
| 426 "web_state/js/page_script_util_unittest.mm", | 424 "web_state/js/page_script_util_unittest.mm", |
| 427 "web_state/ui/crw_static_file_web_view_unittest.mm", | 425 "web_state/ui/crw_static_file_web_view_unittest.mm", |
| 428 "web_state/ui/crw_ui_simple_web_view_controller_unittest.mm", | |
| 429 "web_state/ui/crw_web_controller_container_view_unittest.mm", | 426 "web_state/ui/crw_web_controller_container_view_unittest.mm", |
| 430 "web_state/ui/crw_web_controller_observer_unittest.mm", | 427 "web_state/ui/crw_web_controller_observer_unittest.mm", |
| 431 "web_state/ui/crw_web_controller_unittest.mm", | 428 "web_state/ui/crw_web_controller_unittest.mm", |
| 432 "web_state/ui/crw_wk_script_message_router_unittest.mm", | 429 "web_state/ui/crw_wk_script_message_router_unittest.mm", |
| 433 "web_state/ui/crw_wk_simple_web_view_controller_unittest.mm", | 430 "web_state/ui/crw_wk_simple_web_view_controller_unittest.mm", |
| 434 "web_state/ui/web_view_js_utils_unittest.mm", | 431 "web_state/ui/web_view_js_utils_unittest.mm", |
| 435 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 432 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 436 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 433 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 437 "web_state/web_state_impl_unittest.mm", | 434 "web_state/web_state_impl_unittest.mm", |
| 438 "web_state/web_view_internal_creation_util_unittest.mm", | 435 "web_state/web_view_internal_creation_util_unittest.mm", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 463 deps = [ | 460 deps = [ |
| 464 ":web_bundle", | 461 ":web_bundle", |
| 465 ] | 462 ] |
| 466 | 463 |
| 467 sources = [ | 464 sources = [ |
| 468 "web_state/js/resources/plugin_placeholder.js", | 465 "web_state/js/resources/plugin_placeholder.js", |
| 469 "web_state/js/resources/window_id.js", | 466 "web_state/js/resources/window_id.js", |
| 470 "webui/resources/web_ui.js", | 467 "webui/resources/web_ui.js", |
| 471 ] | 468 ] |
| 472 } | 469 } |
| OLD | NEW |