[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git] / ios / web / ios_web.gyp
blobcb52fd68c2dc09ab7015df8aa8ffbfc866f1a642
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.
6   'variables': {
7     'chromium_code': 1,
8    },
9   'targets': [
10     {
11       'target_name': 'ios_web_app',
12       'type': 'static_library',
13       'include_dirs': [
14         '../..',
15       ],
16       'dependencies': [
17         'ios_web',
18         'ios_web_thread',
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',
26       ],
27       'sources': [
28         'app/web_main.mm',
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',
37       ],
38     },
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.
43     {
44       'target_name': 'ios_web',
45       'type': 'static_library',
46       'include_dirs': [
47         '../..',
48       ],
49       'dependencies': [
50         'ios_web_core',
51         'js_resources',
52         'user_agent',
53         '../../base/base.gyp:base',
54         '../../content/content.gyp:content_browser',
55         '../../ios/net/ios_net.gyp:ios_net',
56         '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokenizer',
57         '../../net/net.gyp:net',
58         '../../ui/base/ui_base.gyp:ui_base',
59         '../../ui/gfx/gfx.gyp:gfx',
60         '../../ui/gfx/gfx.gyp:gfx_geometry',
61         '../../ui/resources/ui_resources.gyp:ui_resources',
62         '../../url/url.gyp:url_lib',
63       ],
64       'sources': [
65         '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc',
66         'active_state_manager_impl.h',
67         'active_state_manager_impl.mm',
68         'alloc_with_zone_interceptor.h',
69         'alloc_with_zone_interceptor.mm',
70         'browser_state.mm',
71         'browser_url_rewriter_impl.cc',
72         'browser_url_rewriter_impl.h',
73         'browsing_data_managers/crw_browsing_data_manager.h',
74         'browsing_data_managers/crw_cookie_browsing_data_manager.h',
75         'browsing_data_managers/crw_cookie_browsing_data_manager.mm',
76         'browsing_data_partition_impl.h',
77         'browsing_data_partition_impl.mm',
78         'crw_browsing_data_store.mm',
79         'interstitials/html_web_interstitial_impl.h',
80         'interstitials/html_web_interstitial_impl.mm',
81         'interstitials/native_web_interstitial_impl.h',
82         'interstitials/native_web_interstitial_impl.mm',
83         'interstitials/web_interstitial_facade_delegate.h',
84         'interstitials/web_interstitial_impl.h',
85         'interstitials/web_interstitial_impl.mm',
86         'load_committed_details.cc',
87         'navigation/crw_session_certificate_policy_manager.h',
88         'navigation/crw_session_certificate_policy_manager.mm',
89         'navigation/crw_session_controller+private_constructors.h',
90         'navigation/crw_session_controller.h',
91         'navigation/crw_session_controller.mm',
92         'navigation/crw_session_entry.h',
93         'navigation/crw_session_entry.mm',
94         'navigation/navigation_item_facade_delegate.h',
95         'navigation/navigation_item_impl.h',
96         'navigation/navigation_item_impl.mm',
97         'navigation/navigation_manager_delegate.h',
98         'navigation/navigation_manager_facade_delegate.h',
99         'navigation/navigation_manager_impl.h',
100         'navigation/navigation_manager_impl.mm',
101         'navigation/nscoder_util.h',
102         'navigation/nscoder_util.mm',
103         'navigation/time_smoother.cc',
104         'navigation/time_smoother.h',
105         'navigation/web_load_params.h',
106         'navigation/web_load_params.mm',
107         'net/cert_policy.cc',
108         'net/cert_store_impl.cc',
109         'net/cert_store_impl.h',
110         'net/cert_verifier_block_adapter.cc',
111         'net/cert_verifier_block_adapter.h',
112         'net/certificate_policy_cache.cc',
113         'net/clients/crw_csp_network_client.h',
114         'net/clients/crw_csp_network_client.mm',
115         'net/clients/crw_js_injection_network_client.h',
116         'net/clients/crw_js_injection_network_client.mm',
117         'net/clients/crw_js_injection_network_client_factory.h',
118         'net/clients/crw_js_injection_network_client_factory.mm',
119         'net/clients/crw_passkit_delegate.h',
120         'net/clients/crw_passkit_network_client.h',
121         'net/clients/crw_passkit_network_client.mm',
122         'net/clients/crw_passkit_network_client_factory.h',
123         'net/clients/crw_passkit_network_client_factory.mm',
124         'net/clients/crw_redirect_network_client.h',
125         'net/clients/crw_redirect_network_client.mm',
126         'net/clients/crw_redirect_network_client_factory.h',
127         'net/clients/crw_redirect_network_client_factory.mm',
128         'net/cookie_notification_bridge.h',
129         'net/cookie_notification_bridge.mm',
130         'net/crw_cert_policy_cache.h',
131         'net/crw_cert_policy_cache.mm',
132         'net/crw_request_tracker_delegate.h',
133         'net/crw_url_verifying_protocol_handler.h',
134         'net/crw_url_verifying_protocol_handler.mm',
135         'net/request_group_util.h',
136         'net/request_group_util.mm',
137         'net/request_tracker_data_memoizing_store.h',
138         'net/request_tracker_factory_impl.h',
139         'net/request_tracker_factory_impl.mm',
140         'net/request_tracker_impl.h',
141         'net/request_tracker_impl.mm',
142         'net/web_http_protocol_handler_delegate.h',
143         'net/web_http_protocol_handler_delegate.mm',
144         'public/active_state_manager.h',
145         'public/block_types.h',
146         'public/browser_state.h',
147         'public/browser_url_rewriter.h',
148         'public/browsing_data_partition.h',
149         'public/browsing_data_partition_client.cc',
150         'public/browsing_data_partition_client.h',
151         'public/cert_policy.h',
152         'public/cert_store.h',
153         'public/certificate_policy_cache.h',
154         'public/crw_browsing_data_store.h',
155         'public/crw_browsing_data_store_delegate.h',
156         'public/favicon_status.cc',
157         'public/favicon_status.h',
158         'public/favicon_url.cc',
159         'public/favicon_url.h',
160         'public/interstitials/web_interstitial.h',
161         'public/interstitials/web_interstitial_delegate.h',
162         'public/load_committed_details.h',
163         'public/navigation_item.h',
164         'public/navigation_manager.h',
165         'public/referrer.h',
166         'public/referrer_util.cc',
167         'public/referrer_util.h',
168         'public/security_style.h',
169         'public/ssl_status.cc',
170         'public/ssl_status.h',
171         'public/string_util.h',
172         'public/url_scheme_util.h',
173         'public/url_util.h',
174         'public/user_agent.h',
175         'public/user_agent.mm',
176         'public/user_metrics.h',
177         'public/web/url_data_source_ios.h',
178         'public/web_client.h',
179         'public/web_client.mm',
180         'public/web_controller_factory.h',
181         'public/web_controller_factory.mm',
182         'public/web_state/credential.h',
183         'public/web_state/crw_web_controller_observer.h',
184         'public/web_state/crw_web_delegate.h',
185         'public/web_state/crw_web_user_interface_delegate.h',
186         'public/web_state/crw_web_view_proxy.h',
187         'public/web_state/crw_web_view_scroll_view_proxy.h',
188         'public/web_state/js/crw_js_injection_evaluator.h',
189         'public/web_state/js/crw_js_injection_manager.h',
190         'public/web_state/js/crw_js_injection_receiver.h',
191         'public/web_state/page_display_state.h',
192         'public/web_state/page_display_state.mm',
193         'public/web_state/ui/crw_content_view.h',
194         'public/web_state/ui/crw_generic_content_view.h',
195         'public/web_state/ui/crw_native_content.h',
196         'public/web_state/ui/crw_native_content_provider.h',
197         'public/web_state/ui/crw_web_view_content_view.h',
198         'public/web_state/url_verification_constants.h',
199         'public/web_state/web_state.h',
200         'public/web_state/web_state_observer.h',
201         'public/web_state/web_state_observer_bridge.h',
202         'public/web_state/web_state_policy_decider.h',
203         'public/web_state/web_state_user_data.h',
204         'public/web_thread.h',
205         'public/web_thread_delegate.h',
206         'public/web_ui_ios_data_source.h',
207         'public/web_view_counter.h',
208         'public/web_view_creation_util.h',
209         'public/web_view_type.h',
210         'string_util.cc',
211         'ui_web_view_util.h',
212         'ui_web_view_util.mm',
213         'url_scheme_util.mm',
214         'url_util.cc',
215         'user_metrics.cc',
216         'weak_nsobject_counter.h',
217         'weak_nsobject_counter.mm',
218         'web_state/blocked_popup_info.h',
219         'web_state/blocked_popup_info.mm',
220         'web_state/credential.cc',
221         'web_state/crw_recurring_task_delegate.h',
222         'web_state/crw_web_view_proxy_impl.h',
223         'web_state/crw_web_view_proxy_impl.mm',
224         'web_state/crw_web_view_scroll_view_proxy.mm',
225         'web_state/error_translation_util.h',
226         'web_state/error_translation_util.mm',
227         'web_state/frame_info.h',
228         'web_state/js/credential_util.h',
229         'web_state/js/credential_util.mm',
230         'web_state/js/crw_js_early_script_manager.h',
231         'web_state/js/crw_js_early_script_manager.mm',
232         'web_state/js/crw_js_injection_manager.mm',
233         'web_state/js/crw_js_injection_receiver.mm',
234         'web_state/js/crw_js_invoke_parameter_queue.h',
235         'web_state/js/crw_js_invoke_parameter_queue.mm',
236         'web_state/js/crw_js_plugin_placeholder_manager.h',
237         'web_state/js/crw_js_plugin_placeholder_manager.mm',
238         'web_state/js/crw_js_window_id_manager.h',
239         'web_state/js/crw_js_window_id_manager.mm',
240         'web_state/js/page_script_util.h',
241         'web_state/js/page_script_util.mm',
242         'web_state/ui/crw_context_menu_provider.h',
243         'web_state/ui/crw_context_menu_provider.mm',
244         'web_state/ui/crw_debug_web_view.h',
245         'web_state/ui/crw_debug_web_view.mm',
246         'web_state/ui/crw_generic_content_view.mm',
247         'web_state/ui/crw_simple_web_view_controller.h',
248         'web_state/ui/crw_static_file_web_view.h',
249         'web_state/ui/crw_static_file_web_view.mm',
250         'web_state/ui/crw_swipe_recognizer_provider.h',
251         'web_state/ui/crw_touch_tracking_recognizer.h',
252         'web_state/ui/crw_touch_tracking_recognizer.mm',
253         'web_state/ui/crw_ui_simple_web_view_controller.h',
254         'web_state/ui/crw_ui_simple_web_view_controller.mm',
255         'web_state/ui/crw_ui_web_view_web_controller.h',
256         'web_state/ui/crw_ui_web_view_web_controller.mm',
257         'web_state/ui/crw_web_controller+protected.h',
258         'web_state/ui/crw_web_controller.h',
259         'web_state/ui/crw_web_controller.mm',
260         'web_state/ui/crw_web_controller_container_view.h',
261         'web_state/ui/crw_web_controller_container_view.mm',
262         'web_state/ui/crw_web_view_content_view.mm',
263         'web_state/ui/crw_wk_simple_web_view_controller.h',
264         'web_state/ui/crw_wk_simple_web_view_controller.mm',
265         'web_state/ui/crw_wk_web_view_crash_detector.h',
266         'web_state/ui/crw_wk_web_view_crash_detector.mm',
267         'web_state/ui/crw_wk_web_view_web_controller.h',
268         'web_state/ui/crw_wk_web_view_web_controller.mm',
269         'web_state/ui/web_view_js_utils.h',
270         'web_state/ui/web_view_js_utils.mm',
271         'web_state/ui/wk_back_forward_list_item_holder.h',
272         'web_state/ui/wk_back_forward_list_item_holder.mm',
273         'web_state/ui/wk_web_view_configuration_provider.h',
274         'web_state/ui/wk_web_view_configuration_provider.mm',
275         'web_state/web_controller_observer_bridge.h',
276         'web_state/web_controller_observer_bridge.mm',
277         'web_state/web_state.cc',
278         'web_state/web_state_facade_delegate.h',
279         'web_state/web_state_impl.h',
280         'web_state/web_state_impl.mm',
281         'web_state/web_state_observer.cc',
282         'web_state/web_state_observer_bridge.mm',
283         'web_state/web_state_policy_decider.mm',
284         'web_state/web_view_internal_creation_util.h',
285         'web_state/web_view_internal_creation_util.mm',
286         'web_state/wk_web_view_security_util.h',
287         'web_state/wk_web_view_security_util.mm',
288         'web_view_creation_util.mm',
289         'web_view_counter_impl.h',
290         'web_view_counter_impl.mm',
291         'webui/crw_web_ui_manager.h',
292         'webui/crw_web_ui_manager.mm',
293         'webui/crw_web_ui_page_builder.h',
294         'webui/crw_web_ui_page_builder.mm',
295         'webui/shared_resources_data_source_ios.cc',
296         'webui/shared_resources_data_source_ios.h',
297         'webui/url_data_manager_ios.cc',
298         'webui/url_data_manager_ios.h',
299         'webui/url_data_manager_ios_backend.cc',
300         'webui/url_data_manager_ios_backend.h',
301         'webui/url_data_source_ios.cc',
302         'webui/url_data_source_ios_impl.cc',
303         'webui/url_data_source_ios_impl.h',
304         'webui/url_fetcher_block_adapter.h',
305         'webui/url_fetcher_block_adapter.mm',
306         'webui/web_ui_ios_controller_factory_registry.cc',
307         'webui/web_ui_ios_controller_factory_registry.h',
308         'webui/web_ui_ios_data_source_impl.cc',
309         'webui/web_ui_ios_data_source_impl.h',
310         'webui/web_ui_ios_impl.h',
311         'webui/web_ui_ios_impl.mm',
312       ],
313       'link_settings': {
314         'xcode_settings': {
315           'OTHER_LDFLAGS': [
316             '-weak_framework WebKit',
317           ]
318         },
319       },
320     },
321     # Target that builds the actual WebThread implementation. This is a
322     # separate target since it can't yet be used by Chrome (see comment below).
323     {
324       'target_name': 'ios_web_thread',
325       'type': 'static_library',
326       'dependencies': [
327         '../../base/base.gyp:base',
328         '../../net/net.gyp:net',
329       ],
330       'include_dirs': [
331         '../..',
332       ],
333       'sources': [
334         'web_thread_impl.cc',
335         'web_thread_impl.h',
336       ],
337     },
338     # Target that builds the files that shim WebThread functions to their
339     # corresponding content equivalents. This is a separate target since it
340     # is needed by Chrome, which still uses content startup (which creates
341     # content threads), but isn't used by web_shell.
342     {
343       'target_name': 'ios_web_content_thread_shim',
344       'type': 'static_library',
345       'dependencies': [
346         '../../base/base.gyp:base',
347         '../../content/content.gyp:content_browser',
348       ],
349       'include_dirs': [
350         '../..',
351       ],
352       'sources': [
353         'web_thread_adapter.cc',
354         'web_thread_adapter.h',
355       ],
356     },
357     # Target shared by ios_web and CrNet.
358     {
359       'target_name': 'ios_web_core',
360       'type': 'static_library',
361       'dependencies': [
362         '../../base/base.gyp:base',
363       ],
364       'include_dirs': [
365         '../..',
366       ],
367       'sources': [
368         'crw_network_activity_indicator_manager.h',
369         'crw_network_activity_indicator_manager.mm',
370         'history_state_util.h',
371         'history_state_util.mm',
372       ],
373     },
374     {
375       'target_name': 'ios_web_js_bundle_ui',
376       'type': 'none',
377       'variables': {
378         'closure_entry_point': '__crWeb.webBundle',
379         'js_bundle_files': [
380           'web_state/js/resources/base.js',
381           'web_state/js/resources/common.js',
382           'web_state/js/resources/console.js',
383           'web_state/js/resources/core.js',
384           'web_state/js/resources/core_dynamic_ui.js',
385           'web_state/js/resources/dialog_overrides.js',
386           'web_state/js/resources/message.js',
387           'web_state/js/resources/message_dynamic_ui.js',
388           'web_state/js/resources/web_bundle_ui.js',
389           'web_state/js/resources/window_open_ui.js',
390         ],
391       },
392       'sources': [
393         'web_state/js/resources/web_bundle_ui.js',
394       ],
395       'link_settings': {
396         'mac_bundle_resources': [
397           '<(SHARED_INTERMEDIATE_DIR)/web_bundle_ui.js',
398         ],
399       },
400       'includes': [
401         'js_compile_bundle.gypi'
402       ],
403     },
404     {
405       'target_name': 'ios_web_js_bundle_wk',
406       'type': 'none',
407       'variables': {
408         'closure_entry_point': '__crWeb.webBundle',
409         'js_bundle_files': [
410           'web_state/js/resources/base.js',
411           'web_state/js/resources/common.js',
412           'web_state/js/resources/console.js',
413           'web_state/js/resources/core.js',
414           'web_state/js/resources/core_dynamic_wk.js',
415           'web_state/js/resources/dialog_overrides.js',
416           'web_state/js/resources/message.js',
417           'web_state/js/resources/message_dynamic_wk.js',
418           'web_state/js/resources/web_bundle_wk.js',
419           'web_state/js/resources/window_open_wk.js',
420         ],
421       },
422       'sources': [
423         'web_state/js/resources/web_bundle_wk.js',
424       ],
425       'link_settings': {
426         'mac_bundle_resources': [
427           '<(SHARED_INTERMEDIATE_DIR)/web_bundle_wk.js',
428         ],
429       },
430       'includes': [
431         'js_compile_bundle.gypi'
432       ],
433     },
434     {
435       'target_name': 'js_resources',
436       'type': 'none',
437       'dependencies': [
438         'ios_web_js_bundle_ui',
439         'ios_web_js_bundle_wk',
440       ],
441       'sources': [
442         'web_state/js/resources/plugin_placeholder.js',
443         'web_state/js/resources/window_id.js',
444         'webui/resources/web_ui.js',
445       ],
446       'link_settings': {
447         'mac_bundle_resources': [
448           '<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js',
449           '<(SHARED_INTERMEDIATE_DIR)/window_id.js',
450           '<(SHARED_INTERMEDIATE_DIR)/web_ui.js',
451         ],
452       },
453       'includes': [
454         'js_compile_checked.gypi'
455       ],
456     },
457     {
458       'target_name': 'test_support_ios_web',
459       'type': 'static_library',
460       'dependencies': [
461         'ios_web_thread',
462         'test_support_ios_web_without_threads',
463       ],
464       'include_dirs': [
465         '../..',
466       ],
467       'sources': [
468         'test/test_web_thread.cc',
469         'test/test_web_thread_bundle.cc',
470       ],
471     },
472     {
473       'target_name': 'test_support_ios_web_with_content_thread_shim',
474       'type': 'static_library',
475       'dependencies': [
476         'ios_web_content_thread_shim',
477         'test_support_ios_web_without_threads',
478       ],
479       'include_dirs': [
480         '../..',
481       ],
482       'sources': [
483         'test/test_web_thread_adapter.cc',
484         'test/test_web_thread_bundle_adapter.cc',
485       ],
486     },
487     # A test support target that does not include TestWebThread. This is
488     # separate because tests that rely on the the shim thread implementation
489     # can't use TestWebThread/TestWebThreadBundle.
490     # TODO(stuartmorgan): Fold this into test_support_ios_web once
491     # the WebThread-to-BrowserThread shim is gone.
492     {
493       'target_name': 'test_support_ios_web_without_threads',
494       'type': 'static_library',
495       'dependencies': [
496         'ios_web',
497         '../../content/content_shell_and_tests.gyp:test_support_content',
498         '../../ios/testing/ios_testing.gyp:ocmock_support',
499         '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
500         '../../testing/gmock.gyp:gmock',
501         '../../testing/gtest.gyp:gtest',
502         '../../third_party/ocmock/ocmock.gyp:ocmock',
503       ],
504       'include_dirs': [
505         '../..',
506       ],
507       'sources': [
508         'public/test/crw_test_js_injection_receiver.h',
509         'public/test/crw_test_js_injection_receiver.mm',
510         'public/test/http_server.h',
511         'public/test/http_server.mm',
512         'public/test/js_test_util.h',
513         'public/test/js_test_util.mm',
514         'public/test/response_providers/data_response_provider.h',
515         'public/test/response_providers/data_response_provider.mm',
516         'public/test/response_providers/file_based_response_provider.h',
517         'public/test/response_providers/file_based_response_provider.mm',
518         'public/test/response_providers/file_based_response_provider_impl.cc',
519         'public/test/response_providers/file_based_response_provider_impl.h',
520         'public/test/response_providers/response_provider.cc',
521         'public/test/response_providers/response_provider.h',
522         'public/test/test_browser_state.cc',
523         'public/test/test_browser_state.h',
524         'public/test/test_web_client.h',
525         'public/test/test_web_client.mm',
526         'public/test/test_web_state.cc',
527         'public/test/test_web_state.h',
528         'public/test/test_web_thread.h',
529         'public/test/test_web_thread_bundle.h',
530         'public/test/test_web_view_content_view.h',
531         'public/test/test_web_view_content_view.mm',
532         'public/test/web_test_util.h',
533         'test/crw_fake_web_controller_observer.h',
534         'test/crw_fake_web_controller_observer.mm',
535         'test/web_test.h',
536         'test/web_test.mm',
537         'test/web_test_suite.cc',
538         'test/web_test_suite.h',
539         'test/wk_web_view_crash_utils.h',
540         'test/wk_web_view_crash_utils.mm',
541       ],
542     },
543     {
544       'target_name': 'user_agent',
545       'type': 'static_library',
546       'include_dirs': [
547         '../..',
548       ],
549       'dependencies': [
550         '../../base/base.gyp:base'
551       ],
552       'sources': [
553         'public/user_agent.h',
554         'public/user_agent.mm',
555       ],
556     },
557   ],