1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'target_name': 'ios_web_app',
12 'type': 'static_library',
19 '../../base/base.gyp:base',
20 '../../base/base.gyp:base_i18n',
21 '../../crypto/crypto.gyp:crypto',
22 '../../net/net.gyp:net',
23 '../../ui/base/ui_base.gyp:ui_base',
24 '../../ui/gfx/gfx.gyp:gfx',
25 '../../ui/gfx/gfx.gyp:gfx_geometry',
29 'app/web_main_loop.h',
30 'app/web_main_loop.mm',
31 'app/web_main_runner.h',
32 'app/web_main_runner.mm',
33 'public/app/web_main.h',
34 'public/app/web_main_delegate.h',
35 'public/app/web_main_parts.h',
36 'public/app/web_main_parts.mm',
39 # Note: any embedder using ios_web will for now need to include either
40 # ios_web_thread (any new embedder) or ios_web_content_thread_shim (Chrome).
41 # This will become unnecessary once Chrome switches to using ios_web_thread,
42 # at which point that will be folded into this target.
44 'target_name': 'ios_web',
45 'type': 'static_library',
53 '../../base/base.gyp:base',
54 '../../components/url_formatter/url_formatter.gyp:url_formatter',
55 '../../content/content.gyp:content_browser',
56 '../../ios/net/ios_net.gyp:ios_net',
57 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokenizer',
58 '../../net/net.gyp:net',
59 '../../ui/base/ui_base.gyp:ui_base',
60 '../../ui/gfx/gfx.gyp:gfx',
61 '../../ui/gfx/gfx.gyp:gfx_geometry',
62 '../../ui/resources/ui_resources.gyp:ui_resources',
63 '../../url/url.gyp:url_lib',
66 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc',
67 'active_state_manager_impl.h',
68 'active_state_manager_impl.mm',
69 'alloc_with_zone_interceptor.h',
70 'alloc_with_zone_interceptor.mm',
72 'browser_url_rewriter_impl.cc',
73 'browser_url_rewriter_impl.h',
74 'browsing_data_managers/crw_browsing_data_manager.h',
75 'browsing_data_managers/crw_cookie_browsing_data_manager.h',
76 'browsing_data_managers/crw_cookie_browsing_data_manager.mm',
77 'browsing_data_partition_impl.h',
78 'browsing_data_partition_impl.mm',
79 'crw_browsing_data_store.mm',
80 'interstitials/html_web_interstitial_impl.h',
81 'interstitials/html_web_interstitial_impl.mm',
82 'interstitials/native_web_interstitial_impl.h',
83 'interstitials/native_web_interstitial_impl.mm',
84 'interstitials/web_interstitial_facade_delegate.h',
85 'interstitials/web_interstitial_impl.h',
86 'interstitials/web_interstitial_impl.mm',
87 'load_committed_details.cc',
88 'navigation/crw_session_certificate_policy_manager.h',
89 'navigation/crw_session_certificate_policy_manager.mm',
90 'navigation/crw_session_controller+private_constructors.h',
91 'navigation/crw_session_controller.h',
92 'navigation/crw_session_controller.mm',
93 'navigation/crw_session_entry.h',
94 'navigation/crw_session_entry.mm',
95 'navigation/navigation_item_facade_delegate.h',
96 'navigation/navigation_item_impl.h',
97 'navigation/navigation_item_impl.mm',
98 'navigation/navigation_manager_delegate.h',
99 'navigation/navigation_manager_facade_delegate.h',
100 'navigation/navigation_manager_impl.h',
101 'navigation/navigation_manager_impl.mm',
102 'navigation/nscoder_util.h',
103 'navigation/nscoder_util.mm',
104 'navigation/time_smoother.cc',
105 'navigation/time_smoother.h',
106 'navigation/web_load_params.h',
107 'navigation/web_load_params.mm',
108 'net/cert_policy.cc',
109 'net/cert_store_impl.cc',
110 'net/cert_store_impl.h',
111 'net/cert_verifier_block_adapter.cc',
112 'net/cert_verifier_block_adapter.h',
113 'net/certificate_policy_cache.cc',
114 'net/clients/crw_csp_network_client.h',
115 'net/clients/crw_csp_network_client.mm',
116 'net/clients/crw_js_injection_network_client.h',
117 'net/clients/crw_js_injection_network_client.mm',
118 'net/clients/crw_js_injection_network_client_factory.h',
119 'net/clients/crw_js_injection_network_client_factory.mm',
120 'net/clients/crw_passkit_delegate.h',
121 'net/clients/crw_passkit_network_client.h',
122 'net/clients/crw_passkit_network_client.mm',
123 'net/clients/crw_passkit_network_client_factory.h',
124 'net/clients/crw_passkit_network_client_factory.mm',
125 'net/clients/crw_redirect_network_client.h',
126 'net/clients/crw_redirect_network_client.mm',
127 'net/clients/crw_redirect_network_client_factory.h',
128 'net/clients/crw_redirect_network_client_factory.mm',
129 'net/cookie_notification_bridge.h',
130 'net/cookie_notification_bridge.mm',
131 'net/crw_cert_policy_cache.h',
132 'net/crw_cert_policy_cache.mm',
133 'net/crw_request_tracker_delegate.h',
134 'net/crw_url_verifying_protocol_handler.h',
135 'net/crw_url_verifying_protocol_handler.mm',
136 'net/request_group_util.h',
137 'net/request_group_util.mm',
138 'net/request_tracker_data_memoizing_store.h',
139 'net/request_tracker_factory_impl.h',
140 'net/request_tracker_factory_impl.mm',
141 'net/request_tracker_impl.h',
142 'net/request_tracker_impl.mm',
143 'net/web_http_protocol_handler_delegate.h',
144 'net/web_http_protocol_handler_delegate.mm',
145 'public/active_state_manager.h',
146 'public/block_types.h',
147 'public/browser_state.h',
148 'public/browser_url_rewriter.h',
149 'public/browsing_data_partition.h',
150 'public/browsing_data_partition_client.cc',
151 'public/browsing_data_partition_client.h',
152 'public/cert_policy.h',
153 'public/cert_store.h',
154 'public/certificate_policy_cache.h',
155 'public/crw_browsing_data_store.h',
156 'public/crw_browsing_data_store_delegate.h',
157 'public/favicon_status.cc',
158 'public/favicon_status.h',
159 'public/favicon_url.cc',
160 'public/favicon_url.h',
161 'public/interstitials/web_interstitial.h',
162 'public/interstitials/web_interstitial_delegate.h',
163 'public/load_committed_details.h',
164 'public/navigation_item.h',
165 'public/navigation_manager.h',
167 'public/referrer_util.cc',
168 'public/referrer_util.h',
169 'public/security_style.h',
170 'public/ssl_status.cc',
171 'public/ssl_status.h',
172 'public/string_util.h',
173 'public/url_scheme_util.h',
175 'public/user_agent.h',
176 'public/user_agent.mm',
177 'public/user_metrics.h',
178 'public/web/url_data_source_ios.h',
179 'public/web_client.h',
180 'public/web_client.mm',
181 'public/web_controller_factory.h',
182 'public/web_controller_factory.mm',
183 'public/web_kit_constants.h',
184 'public/web_state/credential.h',
185 'public/web_state/crw_web_controller_observer.h',
186 'public/web_state/crw_web_user_interface_delegate.h',
187 'public/web_state/crw_web_view_proxy.h',
188 'public/web_state/crw_web_view_scroll_view_proxy.h',
189 'public/web_state/js/crw_js_injection_evaluator.h',
190 'public/web_state/js/crw_js_injection_manager.h',
191 'public/web_state/js/crw_js_injection_receiver.h',
192 'public/web_state/page_display_state.h',
193 'public/web_state/page_display_state.mm',
194 'public/web_state/ui/crw_content_view.h',
195 'public/web_state/ui/crw_generic_content_view.h',
196 'public/web_state/ui/crw_native_content.h',
197 'public/web_state/ui/crw_native_content_provider.h',
198 'public/web_state/ui/crw_web_delegate.h',
199 'public/web_state/ui/crw_web_view_content_view.h',
200 'public/web_state/url_verification_constants.h',
201 'public/web_state/web_state.h',
202 'public/web_state/web_state_observer.h',
203 'public/web_state/web_state_observer_bridge.h',
204 'public/web_state/web_state_policy_decider.h',
205 'public/web_state/web_state_user_data.h',
206 'public/web_thread.h',
207 'public/web_thread_delegate.h',
208 'public/web_ui_ios_data_source.h',
209 'public/web_view_counter.h',
210 'public/web_view_creation_util.h',
211 'public/web_view_type.h',
213 'ui_web_view_util.h',
214 'ui_web_view_util.mm',
215 'url_scheme_util.mm',
218 'weak_nsobject_counter.h',
219 'weak_nsobject_counter.mm',
220 'web_kit_constants.cc',
221 'web_state/blocked_popup_info.h',
222 'web_state/blocked_popup_info.mm',
223 'web_state/credential.cc',
224 'web_state/crw_recurring_task_delegate.h',
225 'web_state/crw_web_view_proxy_impl.h',
226 'web_state/crw_web_view_proxy_impl.mm',
227 'web_state/crw_web_view_scroll_view_proxy.mm',
228 'web_state/error_translation_util.h',
229 'web_state/error_translation_util.mm',
230 'web_state/frame_info.h',
231 'web_state/js/credential_util.h',
232 'web_state/js/credential_util.mm',
233 'web_state/js/crw_js_early_script_manager.h',
234 'web_state/js/crw_js_early_script_manager.mm',
235 'web_state/js/crw_js_injection_manager.mm',
236 'web_state/js/crw_js_injection_receiver.mm',
237 'web_state/js/crw_js_invoke_parameter_queue.h',
238 'web_state/js/crw_js_invoke_parameter_queue.mm',
239 'web_state/js/crw_js_plugin_placeholder_manager.h',
240 'web_state/js/crw_js_plugin_placeholder_manager.mm',
241 'web_state/js/crw_js_window_id_manager.h',
242 'web_state/js/crw_js_window_id_manager.mm',
243 'web_state/js/page_script_util.h',
244 'web_state/js/page_script_util.mm',
245 'web_state/ui/crw_context_menu_provider.h',
246 'web_state/ui/crw_context_menu_provider.mm',
247 'web_state/ui/crw_debug_web_view.h',
248 'web_state/ui/crw_debug_web_view.mm',
249 'web_state/ui/crw_generic_content_view.mm',
250 'web_state/ui/crw_simple_web_view_controller.h',
251 'web_state/ui/crw_static_file_web_view.h',
252 'web_state/ui/crw_static_file_web_view.mm',
253 'web_state/ui/crw_swipe_recognizer_provider.h',
254 'web_state/ui/crw_touch_tracking_recognizer.h',
255 'web_state/ui/crw_touch_tracking_recognizer.mm',
256 'web_state/ui/crw_ui_simple_web_view_controller.h',
257 'web_state/ui/crw_ui_simple_web_view_controller.mm',
258 'web_state/ui/crw_ui_web_view_web_controller.h',
259 'web_state/ui/crw_ui_web_view_web_controller.mm',
260 'web_state/ui/crw_web_controller+protected.h',
261 'web_state/ui/crw_web_controller.h',
262 'web_state/ui/crw_web_controller.mm',
263 'web_state/ui/crw_web_controller_container_view.h',
264 'web_state/ui/crw_web_controller_container_view.mm',
265 'web_state/ui/crw_web_view_content_view.mm',
266 'web_state/ui/crw_wk_simple_web_view_controller.h',
267 'web_state/ui/crw_wk_simple_web_view_controller.mm',
268 'web_state/ui/crw_wk_web_view_crash_detector.h',
269 'web_state/ui/crw_wk_web_view_crash_detector.mm',
270 'web_state/ui/crw_wk_web_view_web_controller.h',
271 'web_state/ui/crw_wk_web_view_web_controller.mm',
272 'web_state/ui/web_view_js_utils.h',
273 'web_state/ui/web_view_js_utils.mm',
274 'web_state/ui/wk_back_forward_list_item_holder.h',
275 'web_state/ui/wk_back_forward_list_item_holder.mm',
276 'web_state/ui/wk_web_view_configuration_provider.h',
277 'web_state/ui/wk_web_view_configuration_provider.mm',
278 'web_state/web_controller_observer_bridge.h',
279 'web_state/web_controller_observer_bridge.mm',
280 'web_state/web_state.cc',
281 'web_state/web_state_facade_delegate.h',
282 'web_state/web_state_impl.h',
283 'web_state/web_state_impl.mm',
284 'web_state/web_state_observer.cc',
285 'web_state/web_state_observer_bridge.mm',
286 'web_state/web_state_policy_decider.mm',
287 'web_state/web_view_internal_creation_util.h',
288 'web_state/web_view_internal_creation_util.mm',
289 'web_state/wk_web_view_security_util.h',
290 'web_state/wk_web_view_security_util.mm',
291 'web_view_counter_impl.h',
292 'web_view_counter_impl.mm',
293 'web_view_creation_util.mm',
294 'webui/crw_web_ui_manager.h',
295 'webui/crw_web_ui_manager.mm',
296 'webui/crw_web_ui_page_builder.h',
297 'webui/crw_web_ui_page_builder.mm',
298 'webui/shared_resources_data_source_ios.cc',
299 'webui/shared_resources_data_source_ios.h',
300 'webui/url_data_manager_ios.cc',
301 'webui/url_data_manager_ios.h',
302 'webui/url_data_manager_ios_backend.cc',
303 'webui/url_data_manager_ios_backend.h',
304 'webui/url_data_source_ios.cc',
305 'webui/url_data_source_ios_impl.cc',
306 'webui/url_data_source_ios_impl.h',
307 'webui/url_fetcher_block_adapter.h',
308 'webui/url_fetcher_block_adapter.mm',
309 'webui/web_ui_ios_controller_factory_registry.cc',
310 'webui/web_ui_ios_controller_factory_registry.h',
311 'webui/web_ui_ios_data_source_impl.cc',
312 'webui/web_ui_ios_data_source_impl.h',
313 'webui/web_ui_ios_impl.h',
314 'webui/web_ui_ios_impl.mm',
319 '-weak_framework WebKit',
324 # Target that builds the actual WebThread implementation. This is a
325 # separate target since it can't yet be used by Chrome (see comment below).
327 'target_name': 'ios_web_thread',
328 'type': 'static_library',
330 '../../base/base.gyp:base',
331 '../../net/net.gyp:net',
337 'web_thread_impl.cc',
341 # Target that builds the files that shim WebThread functions to their
342 # corresponding content equivalents. This is a separate target since it
343 # is needed by Chrome, which still uses content startup (which creates
344 # content threads), but isn't used by web_shell.
346 'target_name': 'ios_web_content_thread_shim',
347 'type': 'static_library',
349 '../../base/base.gyp:base',
350 '../../content/content.gyp:content_browser',
356 'web_thread_adapter.cc',
357 'web_thread_adapter.h',
360 # Target shared by ios_web and CrNet.
362 'target_name': 'ios_web_core',
363 'type': 'static_library',
365 '../../base/base.gyp:base',
371 'crw_network_activity_indicator_manager.h',
372 'crw_network_activity_indicator_manager.mm',
373 'history_state_util.h',
374 'history_state_util.mm',
378 'target_name': 'ios_web_js_bundle_ui',
381 'closure_entry_point': '__crWeb.webBundle',
383 'web_state/js/resources/base.js',
384 'web_state/js/resources/common.js',
385 'web_state/js/resources/console.js',
386 'web_state/js/resources/core.js',
387 'web_state/js/resources/core_dynamic_ui.js',
388 'web_state/js/resources/dialog_overrides.js',
389 'web_state/js/resources/message.js',
390 'web_state/js/resources/message_dynamic_ui.js',
391 'web_state/js/resources/web_bundle_ui.js',
392 'web_state/js/resources/window_open_ui.js',
396 'web_state/js/resources/web_bundle_ui.js',
399 'mac_bundle_resources': [
400 '<(SHARED_INTERMEDIATE_DIR)/web_bundle_ui.js',
404 'js_compile_bundle.gypi'
408 'target_name': 'ios_web_js_bundle_wk',
411 'closure_entry_point': '__crWeb.webBundle',
413 'web_state/js/resources/base.js',
414 'web_state/js/resources/common.js',
415 'web_state/js/resources/console.js',
416 'web_state/js/resources/core.js',
417 'web_state/js/resources/core_dynamic_wk.js',
418 'web_state/js/resources/dialog_overrides.js',
419 'web_state/js/resources/message.js',
420 'web_state/js/resources/message_dynamic_wk.js',
421 'web_state/js/resources/web_bundle_wk.js',
422 'web_state/js/resources/window_open_wk.js',
426 'web_state/js/resources/web_bundle_wk.js',
429 'mac_bundle_resources': [
430 '<(SHARED_INTERMEDIATE_DIR)/web_bundle_wk.js',
434 'js_compile_bundle.gypi'
438 'target_name': 'js_resources',
441 'ios_web_js_bundle_ui',
442 'ios_web_js_bundle_wk',
445 'web_state/js/resources/plugin_placeholder.js',
446 'web_state/js/resources/window_id.js',
447 'webui/resources/web_ui.js',
450 'mac_bundle_resources': [
451 '<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js',
452 '<(SHARED_INTERMEDIATE_DIR)/window_id.js',
453 '<(SHARED_INTERMEDIATE_DIR)/web_ui.js',
457 'js_compile_checked.gypi'
461 'target_name': 'test_support_ios_web',
462 'type': 'static_library',
465 'test_support_ios_web_without_threads',
471 'test/test_web_thread.cc',
472 'test/test_web_thread_bundle.cc',
476 'target_name': 'test_support_ios_web_with_content_thread_shim',
477 'type': 'static_library',
479 'ios_web_content_thread_shim',
480 'test_support_ios_web_without_threads',
486 'test/test_web_thread_adapter.cc',
487 'test/test_web_thread_bundle_adapter.cc',
490 # A test support target that does not include TestWebThread. This is
491 # separate because tests that rely on the the shim thread implementation
492 # can't use TestWebThread/TestWebThreadBundle.
493 # TODO(stuartmorgan): Fold this into test_support_ios_web once
494 # the WebThread-to-BrowserThread shim is gone.
496 'target_name': 'test_support_ios_web_without_threads',
497 'type': 'static_library',
500 '../../content/content_shell_and_tests.gyp:test_support_content',
501 '../../ios/testing/ios_testing.gyp:ocmock_support',
502 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
503 '../../testing/gmock.gyp:gmock',
504 '../../testing/gtest.gyp:gtest',
505 '../../third_party/ocmock/ocmock.gyp:ocmock',
511 'public/test/crw_test_js_injection_receiver.h',
512 'public/test/crw_test_js_injection_receiver.mm',
513 'public/test/http_server.h',
514 'public/test/http_server.mm',
515 'public/test/js_test_util.h',
516 'public/test/js_test_util.mm',
517 'public/test/response_providers/data_response_provider.h',
518 'public/test/response_providers/data_response_provider.mm',
519 'public/test/response_providers/file_based_response_provider.h',
520 'public/test/response_providers/file_based_response_provider.mm',
521 'public/test/response_providers/file_based_response_provider_impl.cc',
522 'public/test/response_providers/file_based_response_provider_impl.h',
523 'public/test/response_providers/response_provider.cc',
524 'public/test/response_providers/response_provider.h',
525 'public/test/test_browser_state.cc',
526 'public/test/test_browser_state.h',
527 'public/test/test_web_client.h',
528 'public/test/test_web_client.mm',
529 'public/test/test_web_state.cc',
530 'public/test/test_web_state.h',
531 'public/test/test_web_thread.h',
532 'public/test/test_web_thread_bundle.h',
533 'public/test/test_web_view_content_view.h',
534 'public/test/test_web_view_content_view.mm',
535 'public/test/web_test_util.h',
536 'test/crw_fake_web_controller_observer.h',
537 'test/crw_fake_web_controller_observer.mm',
540 'test/web_test_suite.cc',
541 'test/web_test_suite.h',
542 'test/wk_web_view_crash_utils.h',
543 'test/wk_web_view_crash_utils.mm',
547 'target_name': 'user_agent',
548 'type': 'static_library',
553 '../../base/base.gyp:base'
556 'public/user_agent.h',
557 'public/user_agent.mm',