| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "public/web_state/page_display_state.h", | 142 "public/web_state/page_display_state.h", |
| 143 "public/web_state/page_display_state.mm", | 143 "public/web_state/page_display_state.mm", |
| 144 "public/web_state/ui/crw_content_view.h", | 144 "public/web_state/ui/crw_content_view.h", |
| 145 "public/web_state/ui/crw_generic_content_view.h", | 145 "public/web_state/ui/crw_generic_content_view.h", |
| 146 "public/web_state/ui/crw_native_content.h", | 146 "public/web_state/ui/crw_native_content.h", |
| 147 "public/web_state/ui/crw_native_content_provider.h", | 147 "public/web_state/ui/crw_native_content_provider.h", |
| 148 "public/web_state/ui/crw_web_delegate.h", | 148 "public/web_state/ui/crw_web_delegate.h", |
| 149 "public/web_state/ui/crw_web_view_content_view.h", | 149 "public/web_state/ui/crw_web_view_content_view.h", |
| 150 "public/web_state/url_verification_constants.h", | 150 "public/web_state/url_verification_constants.h", |
| 151 "public/web_state/web_state.h", | 151 "public/web_state/web_state.h", |
| 152 "public/web_state/web_state_delegate.h", |
| 153 "public/web_state/web_state_delegate_bridge.h", |
| 152 "public/web_state/web_state_observer.h", | 154 "public/web_state/web_state_observer.h", |
| 153 "public/web_state/web_state_observer_bridge.h", | 155 "public/web_state/web_state_observer_bridge.h", |
| 154 "public/web_state/web_state_policy_decider.h", | 156 "public/web_state/web_state_policy_decider.h", |
| 155 "public/web_state/web_state_user_data.h", | 157 "public/web_state/web_state_user_data.h", |
| 156 "public/web_thread.h", | 158 "public/web_thread.h", |
| 157 "public/web_thread_delegate.h", | 159 "public/web_thread_delegate.h", |
| 158 "public/web_ui_ios_data_source.h", | 160 "public/web_ui_ios_data_source.h", |
| 159 "public/web_view_creation_util.h", | 161 "public/web_view_creation_util.h", |
| 160 "string_util.cc", | 162 "string_util.cc", |
| 161 "ui_web_view_util.h", | 163 "ui_web_view_util.h", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "web_state/ui/crw_wk_web_view_web_controller.mm", | 215 "web_state/ui/crw_wk_web_view_web_controller.mm", |
| 214 "web_state/ui/web_view_js_utils.h", | 216 "web_state/ui/web_view_js_utils.h", |
| 215 "web_state/ui/web_view_js_utils.mm", | 217 "web_state/ui/web_view_js_utils.mm", |
| 216 "web_state/ui/wk_back_forward_list_item_holder.h", | 218 "web_state/ui/wk_back_forward_list_item_holder.h", |
| 217 "web_state/ui/wk_back_forward_list_item_holder.mm", | 219 "web_state/ui/wk_back_forward_list_item_holder.mm", |
| 218 "web_state/ui/wk_web_view_configuration_provider.h", | 220 "web_state/ui/wk_web_view_configuration_provider.h", |
| 219 "web_state/ui/wk_web_view_configuration_provider.mm", | 221 "web_state/ui/wk_web_view_configuration_provider.mm", |
| 220 "web_state/web_controller_observer_bridge.h", | 222 "web_state/web_controller_observer_bridge.h", |
| 221 "web_state/web_controller_observer_bridge.mm", | 223 "web_state/web_controller_observer_bridge.mm", |
| 222 "web_state/web_state.mm", | 224 "web_state/web_state.mm", |
| 225 "web_state/web_state_delegate.mm", |
| 226 "web_state/web_state_delegate_bridge.mm", |
| 223 "web_state/web_state_facade_delegate.h", | 227 "web_state/web_state_facade_delegate.h", |
| 224 "web_state/web_state_impl.h", | 228 "web_state/web_state_impl.h", |
| 225 "web_state/web_state_impl.mm", | 229 "web_state/web_state_impl.mm", |
| 226 "web_state/web_state_observer.mm", | 230 "web_state/web_state_observer.mm", |
| 227 "web_state/web_state_observer_bridge.mm", | 231 "web_state/web_state_observer_bridge.mm", |
| 228 "web_state/web_state_policy_decider.mm", | 232 "web_state/web_state_policy_decider.mm", |
| 229 "web_state/web_state_weak_ptr_factory.h", | 233 "web_state/web_state_weak_ptr_factory.h", |
| 230 "web_state/web_state_weak_ptr_factory.mm", | 234 "web_state/web_state_weak_ptr_factory.mm", |
| 231 "web_state/web_view_internal_creation_util.h", | 235 "web_state/web_view_internal_creation_util.h", |
| 232 "web_state/web_view_internal_creation_util.mm", | 236 "web_state/web_view_internal_creation_util.mm", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "web_state/js/crw_js_post_request_loader_unittest.mm", | 398 "web_state/js/crw_js_post_request_loader_unittest.mm", |
| 395 "web_state/js/crw_js_window_id_manager_unittest.mm", | 399 "web_state/js/crw_js_window_id_manager_unittest.mm", |
| 396 "web_state/js/page_script_util_unittest.mm", | 400 "web_state/js/page_script_util_unittest.mm", |
| 397 "web_state/ui/crw_web_controller_container_view_unittest.mm", | 401 "web_state/ui/crw_web_controller_container_view_unittest.mm", |
| 398 "web_state/ui/crw_web_controller_observer_unittest.mm", | 402 "web_state/ui/crw_web_controller_observer_unittest.mm", |
| 399 "web_state/ui/crw_web_controller_unittest.mm", | 403 "web_state/ui/crw_web_controller_unittest.mm", |
| 400 "web_state/ui/crw_wk_script_message_router_unittest.mm", | 404 "web_state/ui/crw_wk_script_message_router_unittest.mm", |
| 401 "web_state/ui/web_view_js_utils_unittest.mm", | 405 "web_state/ui/web_view_js_utils_unittest.mm", |
| 402 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 406 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 403 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 407 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 408 "web_state/web_state_delegate_bridge_unittest.mm", |
| 409 "web_state/web_state_delegate_stub.h", |
| 410 "web_state/web_state_delegate_stub.mm", |
| 404 "web_state/web_state_impl_unittest.mm", | 411 "web_state/web_state_impl_unittest.mm", |
| 405 "web_state/web_view_internal_creation_util_unittest.mm", | 412 "web_state/web_view_internal_creation_util_unittest.mm", |
| 406 "web_state/wk_web_view_security_util_unittest.mm", | 413 "web_state/wk_web_view_security_util_unittest.mm", |
| 407 "webui/crw_web_ui_manager_unittest.mm", | 414 "webui/crw_web_ui_manager_unittest.mm", |
| 408 "webui/crw_web_ui_page_builder_unittest.mm", | 415 "webui/crw_web_ui_page_builder_unittest.mm", |
| 409 "webui/url_fetcher_block_adapter_unittest.mm", | 416 "webui/url_fetcher_block_adapter_unittest.mm", |
| 410 ] | 417 ] |
| 411 } | 418 } |
| 412 | 419 |
| 413 test("ios_web_inttests") { | 420 test("ios_web_inttests") { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 public_deps = [ | 452 public_deps = [ |
| 446 ":web_bundle", | 453 ":web_bundle", |
| 447 ] | 454 ] |
| 448 | 455 |
| 449 sources = [ | 456 sources = [ |
| 450 "web_state/js/resources/plugin_placeholder.js", | 457 "web_state/js/resources/plugin_placeholder.js", |
| 451 "web_state/js/resources/window_id.js", | 458 "web_state/js/resources/window_id.js", |
| 452 "webui/resources/web_ui.js", | 459 "webui/resources/web_ui.js", |
| 453 ] | 460 ] |
| 454 } | 461 } |
| OLD | NEW |