| 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("//ios/build/config.gni") | 5 import("//ios/build/config.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
| 9 | 9 |
| 10 group("all_tests") { | 10 group("all_tests") { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "public/url_schemes.mm", | 137 "public/url_schemes.mm", |
| 138 "public/url_util.h", | 138 "public/url_util.h", |
| 139 "public/web_capabilities.cc", | 139 "public/web_capabilities.cc", |
| 140 "public/web_capabilities.h", | 140 "public/web_capabilities.h", |
| 141 "public/web_client.h", | 141 "public/web_client.h", |
| 142 "public/web_client.mm", | 142 "public/web_client.mm", |
| 143 "public/web_kit_constants.h", | 143 "public/web_kit_constants.h", |
| 144 "public/web_state/context_menu_params.h", | 144 "public/web_state/context_menu_params.h", |
| 145 "public/web_state/credential.h", | 145 "public/web_state/credential.h", |
| 146 "public/web_state/crw_web_controller_observer.h", | 146 "public/web_state/crw_web_controller_observer.h", |
| 147 "public/web_state/crw_web_view_proxy.h", | |
| 148 "public/web_state/crw_web_view_scroll_view_proxy.h", | |
| 149 "public/web_state/global_web_state_observer.h", | 147 "public/web_state/global_web_state_observer.h", |
| 150 "public/web_state/js/credential_util.h", | 148 "public/web_state/js/credential_util.h", |
| 151 "public/web_state/js/crw_js_injection_evaluator.h", | 149 "public/web_state/js/crw_js_injection_evaluator.h", |
| 152 "public/web_state/js/crw_js_injection_manager.h", | 150 "public/web_state/js/crw_js_injection_manager.h", |
| 153 "public/web_state/js/crw_js_injection_receiver.h", | 151 "public/web_state/js/crw_js_injection_receiver.h", |
| 154 "public/web_state/navigation_context.h", | 152 "public/web_state/navigation_context.h", |
| 155 "public/web_state/page_display_state.h", | 153 "public/web_state/page_display_state.h", |
| 156 "public/web_state/page_display_state.mm", | 154 "public/web_state/page_display_state.mm", |
| 157 "public/web_state/ui/crw_content_view.h", | 155 "public/web_state/ui/crw_content_view.h", |
| 158 "public/web_state/ui/crw_context_menu_delegate.h", | 156 "public/web_state/ui/crw_context_menu_delegate.h", |
| 159 "public/web_state/ui/crw_generic_content_view.h", | 157 "public/web_state/ui/crw_generic_content_view.h", |
| 160 "public/web_state/ui/crw_native_content.h", | 158 "public/web_state/ui/crw_native_content.h", |
| 161 "public/web_state/ui/crw_native_content_provider.h", | 159 "public/web_state/ui/crw_native_content_provider.h", |
| 162 "public/web_state/ui/crw_web_delegate.h", | 160 "public/web_state/ui/crw_web_delegate.h", |
| 163 "public/web_state/ui/crw_web_view_content_view.h", | 161 "public/web_state/ui/crw_web_view_content_view.h", |
| 162 "public/web_state/ui/crw_web_view_proxy.h", |
| 163 "public/web_state/ui/crw_web_view_scroll_view_proxy.h", |
| 164 "public/web_state/url_verification_constants.h", | 164 "public/web_state/url_verification_constants.h", |
| 165 "public/web_state/web_state.h", | 165 "public/web_state/web_state.h", |
| 166 "public/web_state/web_state_delegate.h", | 166 "public/web_state/web_state_delegate.h", |
| 167 "public/web_state/web_state_delegate_bridge.h", | 167 "public/web_state/web_state_delegate_bridge.h", |
| 168 "public/web_state/web_state_observer.h", | 168 "public/web_state/web_state_observer.h", |
| 169 "public/web_state/web_state_observer_bridge.h", | 169 "public/web_state/web_state_observer_bridge.h", |
| 170 "public/web_state/web_state_policy_decider.h", | 170 "public/web_state/web_state_policy_decider.h", |
| 171 "public/web_state/web_state_user_data.h", | 171 "public/web_state/web_state_user_data.h", |
| 172 "public/web_thread.h", | 172 "public/web_thread.h", |
| 173 "public/web_thread_delegate.h", | 173 "public/web_thread_delegate.h", |
| 174 "public/web_ui_ios_data_source.h", | 174 "public/web_ui_ios_data_source.h", |
| 175 "public/web_view_creation_util.h", | 175 "public/web_view_creation_util.h", |
| 176 "public/webui/web_ui_ios.h", | 176 "public/webui/web_ui_ios.h", |
| 177 "public/webui/web_ui_ios_controller.cc", | 177 "public/webui/web_ui_ios_controller.cc", |
| 178 "public/webui/web_ui_ios_controller.h", | 178 "public/webui/web_ui_ios_controller.h", |
| 179 "public/webui/web_ui_ios_controller_factory.h", | 179 "public/webui/web_ui_ios_controller_factory.h", |
| 180 "public/webui/web_ui_ios_message_handler.cc", | 180 "public/webui/web_ui_ios_message_handler.cc", |
| 181 "public/webui/web_ui_ios_message_handler.h", | 181 "public/webui/web_ui_ios_message_handler.h", |
| 182 "url_scheme_util.mm", | 182 "url_scheme_util.mm", |
| 183 "url_util.cc", | 183 "url_util.cc", |
| 184 "web_kit_constants.cc", | 184 "web_kit_constants.cc", |
| 185 "web_state/context_menu_params.mm", | 185 "web_state/context_menu_params.mm", |
| 186 "web_state/context_menu_params_utils.h", | 186 "web_state/context_menu_params_utils.h", |
| 187 "web_state/context_menu_params_utils.mm", | 187 "web_state/context_menu_params_utils.mm", |
| 188 "web_state/credential.cc", | 188 "web_state/credential.cc", |
| 189 "web_state/crw_pass_kit_downloader.h", | 189 "web_state/crw_pass_kit_downloader.h", |
| 190 "web_state/crw_pass_kit_downloader.mm", | 190 "web_state/crw_pass_kit_downloader.mm", |
| 191 "web_state/crw_web_view_proxy_impl.h", | |
| 192 "web_state/crw_web_view_proxy_impl.mm", | |
| 193 "web_state/crw_web_view_scroll_view_proxy.mm", | |
| 194 "web_state/error_translation_util.h", | 191 "web_state/error_translation_util.h", |
| 195 "web_state/error_translation_util.mm", | 192 "web_state/error_translation_util.mm", |
| 196 "web_state/global_web_state_event_tracker.h", | 193 "web_state/global_web_state_event_tracker.h", |
| 197 "web_state/global_web_state_event_tracker.mm", | 194 "web_state/global_web_state_event_tracker.mm", |
| 198 "web_state/global_web_state_observer.cc", | 195 "web_state/global_web_state_observer.cc", |
| 199 "web_state/js/credential_util.mm", | 196 "web_state/js/credential_util.mm", |
| 200 "web_state/js/crw_js_injection_manager.mm", | 197 "web_state/js/crw_js_injection_manager.mm", |
| 201 "web_state/js/crw_js_injection_receiver.mm", | 198 "web_state/js/crw_js_injection_receiver.mm", |
| 202 "web_state/js/crw_js_plugin_placeholder_manager.h", | 199 "web_state/js/crw_js_plugin_placeholder_manager.h", |
| 203 "web_state/js/crw_js_plugin_placeholder_manager.mm", | 200 "web_state/js/crw_js_plugin_placeholder_manager.mm", |
| 204 "web_state/js/crw_js_post_request_loader.h", | 201 "web_state/js/crw_js_post_request_loader.h", |
| 205 "web_state/js/crw_js_post_request_loader.mm", | 202 "web_state/js/crw_js_post_request_loader.mm", |
| 206 "web_state/js/crw_js_window_id_manager.h", | 203 "web_state/js/crw_js_window_id_manager.h", |
| 207 "web_state/js/crw_js_window_id_manager.mm", | 204 "web_state/js/crw_js_window_id_manager.mm", |
| 208 "web_state/js/page_script_util.h", | 205 "web_state/js/page_script_util.h", |
| 209 "web_state/js/page_script_util.mm", | 206 "web_state/js/page_script_util.mm", |
| 210 "web_state/navigation_context_impl.h", | 207 "web_state/navigation_context_impl.h", |
| 211 "web_state/navigation_context_impl.mm", | 208 "web_state/navigation_context_impl.mm", |
| 212 "web_state/page_viewport_state.h", | 209 "web_state/page_viewport_state.h", |
| 213 "web_state/page_viewport_state.mm", | 210 "web_state/page_viewport_state.mm", |
| 214 "web_state/ui/crw_context_menu_controller.h", | 211 "web_state/ui/crw_context_menu_controller.h", |
| 215 "web_state/ui/crw_context_menu_controller.mm", | 212 "web_state/ui/crw_context_menu_controller.mm", |
| 216 "web_state/ui/crw_generic_content_view.mm", | 213 "web_state/ui/crw_generic_content_view.mm", |
| 217 "web_state/ui/crw_swipe_recognizer_provider.h", | 214 "web_state/ui/crw_swipe_recognizer_provider.h", |
| 218 "web_state/ui/crw_touch_tracking_recognizer.h", | 215 "web_state/ui/crw_touch_tracking_recognizer.h", |
| 219 "web_state/ui/crw_touch_tracking_recognizer.mm", | 216 "web_state/ui/crw_touch_tracking_recognizer.mm", |
| 217 "web_state/ui/crw_web_view_proxy_impl.h", |
| 218 "web_state/ui/crw_web_view_proxy_impl.mm", |
| 219 "web_state/ui/crw_web_view_scroll_view_proxy.mm", |
| 220 "web_state/ui/crw_wk_navigation_states.h", | 220 "web_state/ui/crw_wk_navigation_states.h", |
| 221 "web_state/ui/crw_wk_navigation_states.mm", | 221 "web_state/ui/crw_wk_navigation_states.mm", |
| 222 "web_thread_impl.cc", | 222 "web_thread_impl.cc", |
| 223 "web_thread_impl.h", | 223 "web_thread_impl.h", |
| 224 "web_view_creation_util.mm", | 224 "web_view_creation_util.mm", |
| 225 "webui/crw_web_ui_manager.h", | 225 "webui/crw_web_ui_manager.h", |
| 226 "webui/crw_web_ui_manager.mm", | 226 "webui/crw_web_ui_manager.mm", |
| 227 "webui/crw_web_ui_page_builder.h", | 227 "webui/crw_web_ui_page_builder.h", |
| 228 "webui/crw_web_ui_page_builder.mm", | 228 "webui/crw_web_ui_page_builder.mm", |
| 229 "webui/mojo_facade.h", | 229 "webui/mojo_facade.h", |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "public/serializable_user_data_manager_unittest.mm", | 559 "public/serializable_user_data_manager_unittest.mm", |
| 560 "public/test/crw_mock_web_state_delegate.h", | 560 "public/test/crw_mock_web_state_delegate.h", |
| 561 "public/test/crw_mock_web_state_delegate.mm", | 561 "public/test/crw_mock_web_state_delegate.mm", |
| 562 "public/user_agent_unittest.mm", | 562 "public/user_agent_unittest.mm", |
| 563 "public/web_state/page_viewport_state_unittest.mm", | 563 "public/web_state/page_viewport_state_unittest.mm", |
| 564 "test/web_test_unittest.mm", | 564 "test/web_test_unittest.mm", |
| 565 "url_scheme_util_unittest.mm", | 565 "url_scheme_util_unittest.mm", |
| 566 "url_util_unittest.cc", | 566 "url_util_unittest.cc", |
| 567 "web_state/context_menu_params_utils_unittest.mm", | 567 "web_state/context_menu_params_utils_unittest.mm", |
| 568 "web_state/crw_pass_kit_downloader_unittest.mm", | 568 "web_state/crw_pass_kit_downloader_unittest.mm", |
| 569 "web_state/crw_web_view_scroll_view_proxy_unittest.mm", | |
| 570 "web_state/error_translation_util_unittest.mm", | 569 "web_state/error_translation_util_unittest.mm", |
| 571 "web_state/js/common_js_unittest.mm", | 570 "web_state/js/common_js_unittest.mm", |
| 572 "web_state/js/core_js_unittest.mm", | 571 "web_state/js/core_js_unittest.mm", |
| 573 "web_state/js/credential_util_unittest.mm", | 572 "web_state/js/credential_util_unittest.mm", |
| 574 "web_state/js/crw_js_injection_manager_unittest.mm", | 573 "web_state/js/crw_js_injection_manager_unittest.mm", |
| 575 "web_state/js/crw_js_post_request_loader_unittest.mm", | 574 "web_state/js/crw_js_post_request_loader_unittest.mm", |
| 576 "web_state/js/crw_js_window_id_manager_unittest.mm", | 575 "web_state/js/crw_js_window_id_manager_unittest.mm", |
| 577 "web_state/js/page_script_util_unittest.mm", | 576 "web_state/js/page_script_util_unittest.mm", |
| 578 "web_state/navigation_context_impl_unittest.mm", | 577 "web_state/navigation_context_impl_unittest.mm", |
| 579 "web_state/page_display_state_unittest.mm", | 578 "web_state/page_display_state_unittest.mm", |
| 580 "web_state/ui/crw_web_controller_container_view_unittest.mm", | 579 "web_state/ui/crw_web_controller_container_view_unittest.mm", |
| 581 "web_state/ui/crw_web_controller_observer_unittest.mm", | 580 "web_state/ui/crw_web_controller_observer_unittest.mm", |
| 582 "web_state/ui/crw_web_controller_unittest.mm", | 581 "web_state/ui/crw_web_controller_unittest.mm", |
| 582 "web_state/ui/crw_web_view_scroll_view_proxy_unittest.mm", |
| 583 "web_state/ui/crw_wk_navigation_states_unittest.mm", | 583 "web_state/ui/crw_wk_navigation_states_unittest.mm", |
| 584 "web_state/ui/crw_wk_script_message_router_unittest.mm", | 584 "web_state/ui/crw_wk_script_message_router_unittest.mm", |
| 585 "web_state/ui/web_view_js_utils_unittest.mm", | 585 "web_state/ui/web_view_js_utils_unittest.mm", |
| 586 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", | 586 "web_state/ui/wk_back_forward_list_item_holder_unittest.mm", |
| 587 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", | 587 "web_state/ui/wk_web_view_configuration_provider_unittest.mm", |
| 588 "web_state/web_state_delegate_bridge_unittest.mm", | 588 "web_state/web_state_delegate_bridge_unittest.mm", |
| 589 "web_state/web_state_impl_unittest.mm", | 589 "web_state/web_state_impl_unittest.mm", |
| 590 "web_state/web_state_observer_bridge_unittest.mm", | 590 "web_state/web_state_observer_bridge_unittest.mm", |
| 591 "web_state/web_state_unittest.mm", | 591 "web_state/web_state_unittest.mm", |
| 592 "web_state/web_view_internal_creation_util_unittest.mm", | 592 "web_state/web_view_internal_creation_util_unittest.mm", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 "ios_web_resources.pak", | 679 "ios_web_resources.pak", |
| 680 ] | 680 ] |
| 681 grit_flags = [ | 681 grit_flags = [ |
| 682 "-E", | 682 "-E", |
| 683 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), | 683 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
| 684 ] | 684 ] |
| 685 deps = [ | 685 deps = [ |
| 686 "//mojo/public/js:bindings", | 686 "//mojo/public/js:bindings", |
| 687 ] | 687 ] |
| 688 } | 688 } |
| OLD | NEW |