| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "public/web_state/page_display_state.h", | 157 "public/web_state/page_display_state.h", |
| 158 "public/web_state/page_display_state.mm", | 158 "public/web_state/page_display_state.mm", |
| 159 "public/web_state/ui/crw_content_view.h", | 159 "public/web_state/ui/crw_content_view.h", |
| 160 "public/web_state/ui/crw_generic_content_view.h", | 160 "public/web_state/ui/crw_generic_content_view.h", |
| 161 "public/web_state/ui/crw_native_content.h", | 161 "public/web_state/ui/crw_native_content.h", |
| 162 "public/web_state/ui/crw_native_content_provider.h", | 162 "public/web_state/ui/crw_native_content_provider.h", |
| 163 "public/web_state/ui/crw_web_delegate.h", | 163 "public/web_state/ui/crw_web_delegate.h", |
| 164 "public/web_state/ui/crw_web_view_content_view.h", | 164 "public/web_state/ui/crw_web_view_content_view.h", |
| 165 "public/web_state/url_verification_constants.h", | 165 "public/web_state/url_verification_constants.h", |
| 166 "public/web_state/web_state.h", | 166 "public/web_state/web_state.h", |
| 167 "public/web_state/web_state_delegate.h", |
| 168 "public/web_state/web_state_delegate_bridge.h", |
| 167 "public/web_state/web_state_observer.h", | 169 "public/web_state/web_state_observer.h", |
| 168 "public/web_state/web_state_observer_bridge.h", | 170 "public/web_state/web_state_observer_bridge.h", |
| 169 "public/web_state/web_state_policy_decider.h", | 171 "public/web_state/web_state_policy_decider.h", |
| 170 "public/web_state/web_state_user_data.h", | 172 "public/web_state/web_state_user_data.h", |
| 171 "public/web_thread.h", | 173 "public/web_thread.h", |
| 172 "public/web_thread_delegate.h", | 174 "public/web_thread_delegate.h", |
| 173 "public/web_ui_ios_data_source.h", | 175 "public/web_ui_ios_data_source.h", |
| 174 "public/web_view_counter.h", | 176 "public/web_view_counter.h", |
| 175 "public/web_view_creation_util.h", | 177 "public/web_view_creation_util.h", |
| 176 "public/web_view_type.h", | 178 "public/web_view_type.h", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "web_state/ui/crw_wk_web_view_web_controller.mm", | 236 "web_state/ui/crw_wk_web_view_web_controller.mm", |
| 235 "web_state/ui/web_view_js_utils.h", | 237 "web_state/ui/web_view_js_utils.h", |
| 236 "web_state/ui/web_view_js_utils.mm", | 238 "web_state/ui/web_view_js_utils.mm", |
| 237 "web_state/ui/wk_back_forward_list_item_holder.h", | 239 "web_state/ui/wk_back_forward_list_item_holder.h", |
| 238 "web_state/ui/wk_back_forward_list_item_holder.mm", | 240 "web_state/ui/wk_back_forward_list_item_holder.mm", |
| 239 "web_state/ui/wk_web_view_configuration_provider.h", | 241 "web_state/ui/wk_web_view_configuration_provider.h", |
| 240 "web_state/ui/wk_web_view_configuration_provider.mm", | 242 "web_state/ui/wk_web_view_configuration_provider.mm", |
| 241 "web_state/web_controller_observer_bridge.h", | 243 "web_state/web_controller_observer_bridge.h", |
| 242 "web_state/web_controller_observer_bridge.mm", | 244 "web_state/web_controller_observer_bridge.mm", |
| 243 "web_state/web_state.mm", | 245 "web_state/web_state.mm", |
| 246 "web_state/web_state_delegate.mm", |
| 247 "web_state/web_state_delegate_bridge.mm", |
| 244 "web_state/web_state_facade_delegate.h", | 248 "web_state/web_state_facade_delegate.h", |
| 245 "web_state/web_state_impl.h", | 249 "web_state/web_state_impl.h", |
| 246 "web_state/web_state_impl.mm", | 250 "web_state/web_state_impl.mm", |
| 247 "web_state/web_state_observer.mm", | 251 "web_state/web_state_observer.mm", |
| 248 "web_state/web_state_observer_bridge.mm", | 252 "web_state/web_state_observer_bridge.mm", |
| 249 "web_state/web_state_policy_decider.mm", | 253 "web_state/web_state_policy_decider.mm", |
| 250 "web_state/web_state_weak_ptr_factory.h", | 254 "web_state/web_state_weak_ptr_factory.h", |
| 251 "web_state/web_state_weak_ptr_factory.mm", | 255 "web_state/web_state_weak_ptr_factory.mm", |
| 252 "web_state/web_view_internal_creation_util.h", | 256 "web_state/web_view_internal_creation_util.h", |
| 253 "web_state/web_view_internal_creation_util.mm", | 257 "web_state/web_view_internal_creation_util.mm", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 "web_state/js/crw_js_window_id_manager_unittest.mm", | 428 "web_state/js/crw_js_window_id_manager_unittest.mm", |
| 425 "web_state/js/page_script_util_unittest.mm", | 429 "web_state/js/page_script_util_unittest.mm", |
| 426 "web_state/ui/crw_static_file_web_view_unittest.mm", | 430 "web_state/ui/crw_static_file_web_view_unittest.mm", |
| 427 "web_state/ui/crw_web_controller_container_view_unittest.mm", | 431 "web_state/ui/crw_web_controller_container_view_unittest.mm", |
| 428 "web_state/ui/crw_web_controller_observer_unittest.mm", | 432 "web_state/ui/crw_web_controller_observer_unittest.mm", |
| 429 "web_state/ui/crw_web_controller_unittest.mm", | 433 "web_state/ui/crw_web_controller_unittest.mm", |
| 430 "web_state/ui/crw_wk_script_message_router_unittest.mm", | 434 "web_state/ui/crw_wk_script_message_router_unittest.mm", |
| 431 "web_state/ui/web_view_js_utils_unittest.mm", | 435 "web_state/ui/web_view_js_utils_unittest.mm", |
| 432 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 436 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 433 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 437 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 438 "web_state/web_state_delegate_bridge_unittest.mm", |
| 439 "web_state/web_state_delegate_stub.h", |
| 440 "web_state/web_state_delegate_stub.mm", |
| 434 "web_state/web_state_impl_unittest.mm", | 441 "web_state/web_state_impl_unittest.mm", |
| 435 "web_state/web_view_internal_creation_util_unittest.mm", | 442 "web_state/web_view_internal_creation_util_unittest.mm", |
| 436 "web_state/wk_web_view_security_util_unittest.mm", | 443 "web_state/wk_web_view_security_util_unittest.mm", |
| 437 "web_view_counter_impl_unittest.mm", | 444 "web_view_counter_impl_unittest.mm", |
| 438 "webui/crw_web_ui_manager_unittest.mm", | 445 "webui/crw_web_ui_manager_unittest.mm", |
| 439 "webui/crw_web_ui_page_builder_unittest.mm", | 446 "webui/crw_web_ui_page_builder_unittest.mm", |
| 440 "webui/url_fetcher_block_adapter_unittest.mm", | 447 "webui/url_fetcher_block_adapter_unittest.mm", |
| 441 ] | 448 ] |
| 442 } | 449 } |
| 443 | 450 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 public_deps = [ | 483 public_deps = [ |
| 477 ":web_bundle", | 484 ":web_bundle", |
| 478 ] | 485 ] |
| 479 | 486 |
| 480 sources = [ | 487 sources = [ |
| 481 "web_state/js/resources/plugin_placeholder.js", | 488 "web_state/js/resources/plugin_placeholder.js", |
| 482 "web_state/js/resources/window_id.js", | 489 "web_state/js/resources/window_id.js", |
| 483 "webui/resources/web_ui.js", | 490 "webui/resources/web_ui.js", |
| 484 ] | 491 ] |
| 485 } | 492 } |
| OLD | NEW |