aadd4f4da6475f45e0652945f6e5dfa46f4e7a66
[platform/framework/web/crosswalk.git] / src / xwalk / xwalk.gyp
1 {
2   'variables': {
3     'xwalk_product_name': 'XWalk',
4     'xwalk_version': '<!(python ../build/util/version.py -f VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")',
5     'chrome_version': '<!(python ../build/util/version.py -f ../chrome/VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")',
6     'conditions': [
7       ['OS=="linux"', {
8        'use_custom_freetype%': 1,
9       }, {
10        'use_custom_freetype%': 0,
11       }],
12       ['OS=="win" or OS=="mac"', {
13         'disable_nacl': 1,
14       }],
15     ], # conditions
16   },
17   'includes' : [
18     'xwalk_tests.gypi',
19     'application/xwalk_application.gypi',
20   ],
21   'targets': [
22     {
23       'target_name': 'xwalk_runtime',
24       'type': 'static_library',
25       'defines!': ['CONTENT_IMPLEMENTATION'],
26       'defines': ['XWALK_VERSION="<(xwalk_version)"','CHROME_VERSION="<(chrome_version)"'],
27       'variables': {
28         'chromium_code': 1,
29       },
30       'dependencies': [
31         '../base/base.gyp:base',
32         '../base/base.gyp:base_i18n',
33         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
34         '../cc/cc.gyp:cc',
35         '../components/components.gyp:visitedlink_browser',
36         '../components/components.gyp:visitedlink_renderer',
37         '../content/content.gyp:content',
38         '../content/content.gyp:content_app_both',
39         '../content/content.gyp:content_browser',
40         '../content/content.gyp:content_common',
41         '../content/content.gyp:content_gpu',
42         '../content/content.gyp:content_plugin',
43         '../content/content.gyp:content_ppapi_plugin',
44         '../content/content.gyp:content_renderer',
45         '../content/content.gyp:content_utility',
46         '../content/content.gyp:content_worker',
47         '../ipc/ipc.gyp:ipc',
48         '../media/media.gyp:media',
49         '../net/net.gyp:net',
50         '../net/net.gyp:net_resources',
51         '../skia/skia.gyp:skia',
52         '../third_party/WebKit/public/blink.gyp:blink',
53         '../ui/base/ui_base.gyp:ui_base',
54         '../ui/gl/gl.gyp:gl',
55         '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
56         '../url/url.gyp:url_lib',
57         '../v8/tools/gyp/v8.gyp:v8',
58         '../webkit/child/webkit_child.gyp:webkit_child',
59         '../webkit/common/webkit_common.gyp:webkit_common',
60         '../webkit/storage_browser.gyp:webkit_storage_browser',
61         '../webkit/storage_common.gyp:webkit_storage_common',
62         '../webkit/webkit_resources.gyp:webkit_resources',
63         'xwalk_application_lib',
64         'xwalk_resources',
65         'extensions/extensions.gyp:xwalk_extensions',
66         'sysapps/sysapps.gyp:sysapps',
67       ],
68       'include_dirs': [
69         '..',
70       ],
71       'sources': [
72         '../extensions/common/constants.cc',
73         '../extensions/common/constants.h',
74         '../extensions/common/url_pattern.cc',
75         '../extensions/common/url_pattern.h',
76         'experimental/native_file_system/native_file_system_extension.cc',
77         'experimental/native_file_system/native_file_system_extension.h',
78         'experimental/native_file_system/virtual_root_provider_mac.cc',
79         'experimental/native_file_system/virtual_root_provider.cc',
80         'experimental/native_file_system/virtual_root_provider.h',
81         'runtime/app/android/xwalk_main_delegate_android.cc',
82         'runtime/app/android/xwalk_main_delegate_android.h',
83         'runtime/app/xwalk_main_delegate.cc',
84         'runtime/app/xwalk_main_delegate.h',
85         'runtime/browser/android/cookie_manager.cc',
86         'runtime/browser/android/cookie_manager.h',
87         'runtime/browser/android/intercepted_request_data.h',
88         'runtime/browser/android/intercepted_request_data_impl.cc',
89         'runtime/browser/android/intercepted_request_data_impl.h',
90         'runtime/browser/android/net/android_protocol_handler.cc',
91         'runtime/browser/android/net/android_protocol_handler.h',
92         'runtime/browser/android/net/android_stream_reader_url_request_job.cc',
93         'runtime/browser/android/net/android_stream_reader_url_request_job.h',
94         'runtime/browser/android/net/input_stream.h',
95         'runtime/browser/android/net/input_stream_impl.cc',
96         'runtime/browser/android/net/input_stream_impl.h',
97         'runtime/browser/android/net/input_stream_reader.cc',
98         'runtime/browser/android/net/input_stream_reader.h',
99         'runtime/browser/android/net/url_constants.cc',
100         'runtime/browser/android/net/url_constants.h',
101         'runtime/browser/android/net/xwalk_url_request_job_factory.cc',
102         'runtime/browser/android/net/xwalk_url_request_job_factory.h',
103         'runtime/browser/android/net_disk_cache_remover.cc',
104         'runtime/browser/android/net_disk_cache_remover.h',
105         'runtime/browser/android/renderer_host/xwalk_render_view_host_ext.cc',
106         'runtime/browser/android/renderer_host/xwalk_render_view_host_ext.h',
107         'runtime/browser/android/state_serializer.cc',
108         'runtime/browser/android/state_serializer.h',
109         'runtime/browser/android/xwalk_content.cc',
110         'runtime/browser/android/xwalk_content.h',
111         'runtime/browser/android/xwalk_contents_client_bridge.cc',
112         'runtime/browser/android/xwalk_contents_client_bridge.h',
113         'runtime/browser/android/xwalk_contents_client_bridge_base.cc',
114         'runtime/browser/android/xwalk_contents_client_bridge_base.h',
115         'runtime/browser/android/xwalk_contents_io_thread_client.h',
116         'runtime/browser/android/xwalk_contents_io_thread_client_impl.cc',
117         'runtime/browser/android/xwalk_contents_io_thread_client_impl.h',
118         'runtime/browser/android/xwalk_cookie_access_policy.cc',
119         'runtime/browser/android/xwalk_cookie_access_policy.h',
120         'runtime/browser/android/xwalk_dev_tools_server.cc',
121         'runtime/browser/android/xwalk_dev_tools_server.h',
122         'runtime/browser/android/xwalk_download_resource_throttle.cc',
123         'runtime/browser/android/xwalk_download_resource_throttle.h',
124         'runtime/browser/android/xwalk_http_auth_handler.cc',
125         'runtime/browser/android/xwalk_http_auth_handler.h',
126         'runtime/browser/android/xwalk_http_auth_handler_base.cc',
127         'runtime/browser/android/xwalk_http_auth_handler_base.h',
128         'runtime/browser/android/xwalk_login_delegate.cc',
129         'runtime/browser/android/xwalk_login_delegate.h',
130         'runtime/browser/android/xwalk_path_helper.cc',
131         'runtime/browser/android/xwalk_path_helper.h',
132         'runtime/browser/android/xwalk_request_interceptor.cc',
133         'runtime/browser/android/xwalk_request_interceptor.h',
134         'runtime/browser/android/xwalk_settings.cc',
135         'runtime/browser/android/xwalk_view_delegate.cc',
136         'runtime/browser/android/xwalk_view_delegate.h',
137         'runtime/browser/android/xwalk_web_contents_delegate.cc',
138         'runtime/browser/android/xwalk_web_contents_delegate.h',
139         'runtime/browser/android/xwalk_web_contents_view_delegate.cc',
140         'runtime/browser/android/xwalk_web_contents_view_delegate.h',
141         'runtime/browser/application_component.cc',
142         'runtime/browser/application_component.h',
143         'runtime/browser/devtools/remote_debugging_server.cc',
144         'runtime/browser/devtools/remote_debugging_server.h',
145         'runtime/browser/devtools/xwalk_devtools_delegate.cc',
146         'runtime/browser/devtools/xwalk_devtools_delegate.h',
147         'runtime/browser/geolocation/tizen/location_provider_tizen.cc',
148         'runtime/browser/geolocation/tizen/location_provider_tizen.h',
149         'runtime/browser/geolocation/xwalk_access_token_store.cc',
150         'runtime/browser/geolocation/xwalk_access_token_store.h',
151         'runtime/browser/image_util.cc',
152         'runtime/browser/image_util.h',
153         'runtime/browser/media/media_capture_devices_dispatcher.cc',
154         'runtime/browser/media/media_capture_devices_dispatcher.h',
155         'runtime/browser/renderer_host/pepper/xwalk_browser_pepper_host_factory.cc',
156         'runtime/browser/renderer_host/pepper/xwalk_browser_pepper_host_factory.h',
157         'runtime/browser/runtime.cc',
158         'runtime/browser/runtime.h',
159         'runtime/browser/runtime_context.cc',
160         'runtime/browser/runtime_context.h',
161         'runtime/browser/runtime_download_manager_delegate.cc',
162         'runtime/browser/runtime_download_manager_delegate.h',
163         'runtime/browser/runtime_file_select_helper.cc',
164         'runtime/browser/runtime_file_select_helper.h',
165         'runtime/browser/runtime_geolocation_permission_context.cc',
166         'runtime/browser/runtime_geolocation_permission_context.h',
167         'runtime/browser/runtime_javascript_dialog_manager.cc',
168         'runtime/browser/runtime_javascript_dialog_manager.h',
169         'runtime/browser/runtime_network_delegate.cc',
170         'runtime/browser/runtime_network_delegate.h',
171         'runtime/browser/runtime_platform_util.h',
172         'runtime/browser/runtime_platform_util_android.cc',
173         'runtime/browser/runtime_platform_util_aura.cc',
174         'runtime/browser/runtime_platform_util_linux.cc',
175         'runtime/browser/runtime_platform_util_mac.mm',
176         'runtime/browser/runtime_platform_util_tizen.cc',
177         'runtime/browser/runtime_platform_util_win.cc',
178         'runtime/browser/runtime_quota_permission_context.cc',
179         'runtime/browser/runtime_quota_permission_context.h',
180         'runtime/browser/runtime_resource_dispatcher_host_delegate.cc',
181         'runtime/browser/runtime_resource_dispatcher_host_delegate.h',
182         'runtime/browser/runtime_resource_dispatcher_host_delegate_android.cc',
183         'runtime/browser/runtime_resource_dispatcher_host_delegate_android.h',
184         'runtime/browser/runtime_select_file_policy.cc',
185         'runtime/browser/runtime_select_file_policy.h',
186         'runtime/browser/runtime_url_request_context_getter.cc',
187         'runtime/browser/runtime_url_request_context_getter.h',
188         'runtime/browser/speech/speech_recognition_manager_delegate.cc',
189         'runtime/browser/speech/speech_recognition_manager_delegate.h',
190         'runtime/browser/sysapps_component.cc',
191         'runtime/browser/sysapps_component.h',
192         'runtime/browser/storage_component.cc',
193         'runtime/browser/storage_component.h',
194         'runtime/browser/ui/color_chooser.cc',
195         'runtime/browser/ui/color_chooser.h',
196         'runtime/browser/ui/color_chooser_android.cc',
197         'runtime/browser/ui/color_chooser_aura.cc',
198         'runtime/browser/ui/color_chooser_mac.cc',
199         'runtime/browser/ui/native_app_window.cc',
200         'runtime/browser/ui/native_app_window.h',
201         'runtime/browser/ui/native_app_window_android.cc',
202         'runtime/browser/ui/native_app_window_mac.h',
203         'runtime/browser/ui/native_app_window_mac.mm',
204         'runtime/browser/ui/native_app_window_tizen.cc',
205         'runtime/browser/ui/native_app_window_tizen.h',
206         'runtime/browser/ui/native_app_window_views.cc',
207         'runtime/browser/ui/native_app_window_views.h',
208         'runtime/browser/ui/splash_screen.cc',
209         'runtime/browser/ui/splash_screen.h',
210         'runtime/browser/ui/taskbar_util.h',
211         'runtime/browser/ui/taskbar_util_win.cc',
212         'runtime/browser/ui/top_view_layout_views.cc',
213         'runtime/browser/ui/top_view_layout_views.h',
214         'runtime/browser/ui/xwalk_views_delegate.cc',
215         'runtime/browser/ui/xwalk_views_delegate.h',
216         'runtime/browser/xwalk_app_extension_bridge.cc',
217         'runtime/browser/xwalk_app_extension_bridge.h',
218         'runtime/browser/xwalk_application_mac.h',
219         'runtime/browser/xwalk_application_mac.mm',
220         'runtime/browser/xwalk_browser_main_parts.cc',
221         'runtime/browser/xwalk_browser_main_parts.h',
222         'runtime/browser/xwalk_browser_main_parts_android.cc',
223         'runtime/browser/xwalk_browser_main_parts_android.h',
224         'runtime/browser/xwalk_browser_main_parts_mac.h',
225         'runtime/browser/xwalk_browser_main_parts_mac.mm',
226         'runtime/browser/xwalk_browser_main_parts_tizen.cc',
227         'runtime/browser/xwalk_browser_main_parts_tizen.h',
228         'runtime/browser/xwalk_component.h',
229         'runtime/browser/xwalk_content_browser_client.cc',
230         'runtime/browser/xwalk_content_browser_client.h',
231         'runtime/browser/xwalk_render_message_filter.cc',
232         'runtime/browser/xwalk_render_message_filter.h',
233         'runtime/browser/xwalk_runner.cc',
234         'runtime/browser/xwalk_runner.h',
235         'runtime/browser/xwalk_runner_android.cc',
236         'runtime/browser/xwalk_runner_android.h',
237         'runtime/browser/xwalk_runner_tizen.cc',
238         'runtime/browser/xwalk_runner_tizen.h',
239         'runtime/common/android/xwalk_globals_android.cc',
240         'runtime/common/android/xwalk_globals_android.h',
241         'runtime/common/android/xwalk_hit_test_data.cc',
242         'runtime/common/android/xwalk_hit_test_data.h',
243         'runtime/common/android/xwalk_message_generator.cc',
244         'runtime/common/android/xwalk_message_generator.h',
245         'runtime/common/android/xwalk_render_view_messages.cc',
246         'runtime/common/android/xwalk_render_view_messages.h',
247         'runtime/common/paths_mac.h',
248         'runtime/common/paths_mac.mm',
249         'runtime/common/xwalk_common_messages.cc',
250         'runtime/common/xwalk_common_messages.h',
251         'runtime/common/xwalk_common_message_generator.cc',
252         'runtime/common/xwalk_common_message_generator.h',
253         'runtime/common/xwalk_content_client.cc',
254         'runtime/common/xwalk_content_client.h',
255         'runtime/common/xwalk_localized_error.cc',
256         'runtime/common/xwalk_localized_error.h',
257         'runtime/common/xwalk_paths.cc',
258         'runtime/common/xwalk_paths.h',
259         'runtime/common/xwalk_runtime_features.cc',
260         'runtime/common/xwalk_runtime_features.h',
261         'runtime/common/xwalk_switches.cc',
262         'runtime/common/xwalk_switches.h',
263         'runtime/common/xwalk_system_locale.cc',
264         'runtime/common/xwalk_system_locale.h',
265         'runtime/renderer/android/xwalk_render_process_observer.cc',
266         'runtime/renderer/android/xwalk_render_process_observer.h',
267         'runtime/renderer/android/xwalk_permission_client.cc',
268         'runtime/renderer/android/xwalk_permission_client.h',
269         'runtime/renderer/android/xwalk_render_view_ext.cc',
270         'runtime/renderer/android/xwalk_render_view_ext.h',
271         'runtime/renderer/isolated_file_system.cc',
272         'runtime/renderer/isolated_file_system.h',
273         'runtime/renderer/pepper/pepper_helper.cc',
274         'runtime/renderer/pepper/pepper_helper.h',
275         'runtime/renderer/pepper/pepper_uma_host.cc',
276         'runtime/renderer/pepper/pepper_uma_host.h',
277         'runtime/renderer/pepper/xwalk_renderer_pepper_host_factory.cc',
278         'runtime/renderer/pepper/xwalk_renderer_pepper_host_factory.h',
279         'runtime/renderer/tizen/xwalk_content_renderer_client_tizen.cc',
280         'runtime/renderer/tizen/xwalk_content_renderer_client_tizen.h',
281         'runtime/renderer/tizen/xwalk_render_view_ext_tizen.cc',
282         'runtime/renderer/tizen/xwalk_render_view_ext_tizen.h',
283         'runtime/renderer/xwalk_content_renderer_client.cc',
284         'runtime/renderer/xwalk_content_renderer_client.h',
285         'runtime/renderer/xwalk_render_process_observer_generic.cc',
286         'runtime/renderer/xwalk_render_process_observer_generic.h',
287       ],
288       'includes': [
289         'xwalk_jsapi.gypi',
290       ],
291       'msvs_settings': {
292         'VCLinkerTool': {
293           'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
294         },
295       },
296       'conditions': [
297         ['tizen==1', {
298           'dependencies': [
299             'build/system.gyp:tizen_geolocation',
300             'sysapps/sysapps_resources.gyp:xwalk_sysapps_resources',
301             'tizen/xwalk_tizen.gypi:xwalk_tizen_lib',
302             '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
303           ],
304           'cflags': [
305             '<!@(pkg-config --cflags libtzplatform-config)',
306           ],
307           'link_settings': {
308             'libraries': [
309               '<!@(pkg-config --libs libtzplatform-config)',
310             ],
311           },
312           'sources': [
313             'experimental/native_file_system/virtual_root_provider_tizen.cc',
314             'runtime/browser/tizen/tizen_locale_listener.cc',
315             'runtime/browser/tizen/tizen_locale_listener.h',
316           ],
317           'sources!':[
318             'runtime/browser/runtime_platform_util_linux.cc',
319           ],
320         }],
321         ['OS=="android"',{
322           'dependencies':[
323             'xwalk_core_jar_jni',
324             'xwalk_core_native_jni',
325           ],
326           'sources': [
327             'experimental/native_file_system/virtual_root_provider_android.cc',
328           ],
329           'sources!':[
330             'runtime/renderer/xwalk_render_process_observer_generic.cc',
331             'runtime/renderer/xwalk_render_process_observer_generic.h',
332           ],
333         }],
334         ['OS=="win" and win_use_allocator_shim==1', {
335           'dependencies': [
336             '../base/allocator/allocator.gyp:allocator',
337           ],
338         }],
339         ['OS=="win"', {
340           'resource_include_dirs': [
341             '<(SHARED_INTERMEDIATE_DIR)/webkit',
342           ],
343           'configurations': {
344             'Debug_Base': {
345               'msvs_settings': {
346                 'VCLinkerTool': {
347                   'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
348                 },
349               },
350             },
351           },
352           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
353           'msvs_disabled_warnings': [ 4267, ],
354         }],  # OS=="win"
355         ['OS=="linux"', {
356           'dependencies': [
357             '../build/linux/system.gyp:fontconfig',
358             '../build/linux/system.gyp:dbus',
359           ],
360           'sources': [
361             'experimental/native_file_system/virtual_root_provider_linux.cc',
362           ]
363         }],  # OS=="linux"
364         ['os_posix==1 and OS != "mac" and use_allocator=="tcmalloc"', {
365           'dependencies': [
366             # This is needed by content/app/content_main_runner.cc
367             '../base/allocator/allocator.gyp:allocator',
368           ],
369         }],  # os_posix==1 and OS != "mac" and use_allocator=="tcmalloc"
370         ['use_custom_freetype==1', {
371           'dependencies': [
372              '../third_party/freetype2/freetype2.gyp:freetype2',
373           ],
374         }],  # use_custom_freetype==1
375         ['toolkit_views==1', {
376           'dependencies': [
377             '../ui/base/strings/ui_strings.gyp:ui_strings',
378             '../ui/views/controls/webview/webview.gyp:webview',
379             '../ui/views/views.gyp:views',
380             '../ui/views/views.gyp:views_test_support',
381             '../ui/resources/ui_resources.gyp:ui_resources',
382           ],
383         }],  # toolkit_views==1
384         ['use_aura==1', {
385           'dependencies': [
386             '../ui/aura/aura.gyp:aura',
387           ],
388         }, {  # use_aura==0
389           'sources/': [
390             ['exclude', '_aura\\.cc$'],
391           ],
392         }],
393         ['disable_nacl==0', {
394             'conditions': [
395                 ['OS=="linux"', {
396                   'sources': [
397                     'runtime/browser/nacl_host/nacl_browser_delegate_impl.cc',
398                     'runtime/browser/nacl_host/nacl_browser_delegate_impl.h',
399                   ],
400                   'dependencies': [
401                     '../components/nacl.gyp:nacl',
402                     '../components/nacl.gyp:nacl_browser',
403                     '../components/nacl.gyp:nacl_common',
404                     '../components/nacl.gyp:nacl_renderer',
405                     '../components/nacl.gyp:nacl_helper',
406                     '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
407                   ],
408                 }],
409             ],
410         }],
411         ['enable_plugins==1', {
412           'dependencies': [
413             '../ppapi/ppapi_internal.gyp:ppapi_host',
414             '../ppapi/ppapi_internal.gyp:ppapi_proxy',
415             '../ppapi/ppapi_internal.gyp:ppapi_ipc',
416             '../ppapi/ppapi_internal.gyp:ppapi_shared',
417           ],
418         }, {  # enable_plugins==0
419           'sources/': [
420             ['exclude', '^runtime/browser/renderer_host/pepper/'],
421             ['exclude', '^runtime/renderer/pepper/'],
422           ],
423         }],
424       ],
425     },
426     {
427       'target_name': 'xwalk_resources',
428       'type': 'none',
429       'dependencies': [
430         'generate_xwalk_resources',
431       ],
432       'variables': {
433         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/xwalk',
434       },
435       'includes': [ '../build/grit_target.gypi' ],
436       'copies': [
437         {
438           'destination': '<(PRODUCT_DIR)',
439           'files': [
440             '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_resources.pak'
441           ],
442         },
443       ],
444     },
445     {
446       'target_name': 'generate_xwalk_resources',
447       'type': 'none',
448       'variables': {
449         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/xwalk',
450       },
451       'actions': [
452         {
453           'action_name': 'xwalk_resources',
454           'variables': {
455             'grit_resource_ids': 'resources/resource_ids',
456             'grit_grd_file': 'runtime/resources/xwalk_resources.grd',
457           },
458           'includes': [ '../build/grit_action.gypi' ],
459         },
460       ],
461     },
462     {
463       # Build a minimal set of resources so Blink in XWalk has
464       # access to necessary resources.
465       'target_name': 'xwalk_pak',
466       'type': 'none',
467       'dependencies': [
468         '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
469         '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
470         '<(DEPTH)/content/content_resources.gyp:content_resources',
471         'xwalk_resources',
472       ],
473       'conditions': [
474         [ 'OS!="android"', {
475           'dependencies': [
476             '<(DEPTH)/content/browser/devtools/devtools_resources.gyp:devtools_resources',
477           ],
478         }],
479       ],
480       'variables': {
481         'repack_path': '../tools/grit/grit/format/repack.py',
482       },
483       'actions': [
484         {
485           'action_name': 'repack_xwalk_resources',
486           'variables': {
487             'pak_inputs': [
488               '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_resources.pak',
489               '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_application_resources.pak',
490               '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_extensions_resources.pak',
491               '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_sysapps_resources.pak',
492               '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
493               '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_settings_en-US.pak',
494               '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
495               '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
496               '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
497               '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
498               '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
499               '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
500             ],
501           },
502           'conditions': [
503             [ 'OS!="android"', {
504               'variables': {
505                 'pak_inputs+': [
506                   '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
507                 ],
508               },
509             }],
510             [ 'tizen_mobile == 1', {
511               'variables': {
512                 'pak_inputs+': [
513                   '<(SHARED_INTERMEDIATE_DIR)/xwalk/xwalk_sysapps_resources.pak',
514                 ],
515               },
516             }],
517           ],
518           'inputs': [
519             '<(repack_path)',
520             '<@(pak_inputs)',
521           ],
522           'action': ['python', '<(repack_path)', '<@(_outputs)',
523                      '<@(pak_inputs)'],
524           'outputs':[
525             '<(PRODUCT_DIR)/xwalk.pak',
526           ],
527         },
528       ],
529     },
530     {
531       'target_name': 'xwalk',
532       'type': 'executable',
533       'mac_bundle': 1,
534       'defines!': ['CONTENT_IMPLEMENTATION'],
535       'dependencies': [
536         'xwalk_runtime',
537         'xwalk_pak',
538       ],
539       'include_dirs': [
540         '..',
541       ],
542       'sources': [
543         'runtime/app/xwalk_main.cc',
544       ],
545       'mac_bundle_resources': [
546         'runtime/app/app.icns',
547         'runtime/app/app-Info.plist',
548       ],
549       # TODO(mark): Come up with a fancier way to do this.  It should only
550       # be necessary to list app-Info.plist once, not the three times it is
551       # listed here.
552       'mac_bundle_resources!': [
553         'runtime/app/app-Info.plist',
554       ],
555       'xcode_settings': {
556         'INFOPLIST_FILE': 'runtime/app/app-Info.plist',
557       },
558       'msvs_settings': {
559         'VCLinkerTool': {
560           'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
561         },
562       },
563       'conditions': [
564         ['OS=="win" and win_use_allocator_shim==1', {
565           'dependencies': [
566             '../base/allocator/allocator.gyp:allocator',
567           ],
568         }],
569         ['OS=="win"', {
570           'sources': [
571             '../content/app/startup_helper_win.cc', # Needed by InitializedSandbox
572             'runtime/resources/xwalk.rc',
573           ],
574           'copies': [
575             {
576               'destination': '<(PRODUCT_DIR)',
577               'files': [
578                 'tools/packaging/bootstrapped/win/app.wxs.templ',
579                 'tools/packaging/bootstrapped/win/create_windows_installer.bat',
580                 'tools/packaging/bootstrapped/win/guid.vbs',
581               ],
582             },
583           ],
584           'configurations': {
585             'Debug_Base': {
586               'msvs_settings': {
587                 'VCLinkerTool': {
588                   'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
589                 },
590               },
591             },
592           },
593         }],  # OS=="win"
594         ['OS == "win"', {
595           'dependencies': [
596             '../sandbox/sandbox.gyp:sandbox',
597           ],
598         }],  # OS=="win"
599         ['OS == "linux"', {
600           'copies': [
601             {
602               'destination': '<(PRODUCT_DIR)',
603               'files': [
604                 'tools/packaging/bootstrapped/linux/app.desktop.templ',
605                 'tools/packaging/bootstrapped/linux/create_linux_installer.sh',
606                 'tools/packaging/bootstrapped/linux/Makefile.templ',
607               ],
608             }
609           ],
610         }],
611         ['OS=="mac"', {
612           'product_name': '<(xwalk_product_name)',
613           'dependencies!': [
614             'xwalk_runtime',
615           ],
616           'dependencies': [
617             'xwalk_framework',
618             'xwalk_helper_app',
619           ],
620           'copies': [
621             {
622               'destination': '<(PRODUCT_DIR)/<(xwalk_product_name).app/Contents/Frameworks',
623               'files': [
624                 '<(PRODUCT_DIR)/<(xwalk_product_name) Helper.app',
625               ],
626             },
627           ],
628           'postbuilds': [
629             {
630               'postbuild_name': 'Copy <(xwalk_product_name) Framework.framework',
631               'action': [
632                 '../build/mac/copy_framework_unversioned.sh',
633                 '${BUILT_PRODUCTS_DIR}/<(xwalk_product_name) Framework.framework',
634                 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Frameworks',
635               ],
636             },
637             {
638               'postbuild_name': 'Fix Framework Link',
639               'action': [
640                 'install_name_tool',
641                 '-change',
642                 '/Library/Frameworks/<(xwalk_product_name) Framework.framework/Versions/A/<(xwalk_product_name) Framework',
643                 '@executable_path/../Frameworks/<(xwalk_product_name) Framework.framework/<(xwalk_product_name) Framework',
644                 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
645               ],
646             },
647             {
648               # Modify the Info.plist as needed.
649               'postbuild_name': 'Tweak Info.plist',
650               'action': ['../build/mac/tweak_info_plist.py',
651                          '--scm=1',
652                          '--version=<(xwalk_version)'],
653             },
654             {
655               # This postbuid step is responsible for creating the following
656               # helpers:
657               #
658               # XWalk Helper EH.app and XWalk Helper NP.app are
659               # created from XWalk Helper.app.
660               #
661               # The EH helper is marked for an executable heap. The NP helper
662               # is marked for no PIE (ASLR).
663               'postbuild_name': 'Make More Helpers',
664               'action': [
665                 '../build/mac/make_more_helpers.sh',
666                 'Frameworks',
667                 '<(xwalk_product_name)',
668               ],
669             },
670             {
671               # Make sure there isn't any Objective-C in the xwalk's
672               # executable.
673               'postbuild_name': 'Verify No Objective-C',
674               'action': [
675                 '../build/mac/verify_no_objc.sh',
676               ],
677             },
678           ],
679         }],  # OS=="mac"
680       ],
681     },
682     {
683       'target_name': 'xwalk_builder',
684       'type': 'none',
685       'conditions': [
686         ['OS!="android"', {
687           'dependencies': [
688             'xwalk',
689             'xwalk_all_tests',
690           ],
691         },
692         {
693           'dependencies': [
694             # For internal testing.
695             'xwalk_core_internal_shell_apk',
696             'xwalk_core_internal_test_apk',
697             'xwalk_core_shell_apk',
698             'xwalk_core_test_apk',
699             'xwalk_runtime_shell_apk',
700             'xwalk_runtime_client_embedded_shell_apk',
701             'xwalk_runtime_client_embedded_test_apk',
702             'xwalk_runtime_client_shell_apk',
703             'xwalk_runtime_client_test_apk',
704
705             # For external testing.
706             'pack_xwalk_core_library',
707             'xwalk_core_library_documentation',
708             'xwalk_runtime_lib_apk',
709             'xwalk_app_hello_world_apk',
710             'xwalk_app_template',
711             'xwalk_core_sample_apk'
712           ],
713         }],
714       ],
715     },
716   ], # targets
717   'conditions': [
718     ['OS=="linux"', {
719       'includes': [ 'extensions/xesh/xesh.gypi' ],
720     }],
721     ['OS=="mac"', {
722       'targets': [
723         {
724           'target_name': 'xwalk_framework',
725           'type': 'shared_library',
726           'product_name': '<(xwalk_product_name) Framework',
727           'mac_bundle': 1,
728           'mac_bundle_resources': [
729             'runtime/app/English.lproj/MainMenu.xib',
730             '<(PRODUCT_DIR)/xwalk.pak'
731           ],
732           'dependencies': [
733             'xwalk_runtime',
734           ],
735           'include_dirs': [
736             '..',
737           ],
738           'sources': [
739             'runtime/app/xwalk_content_main.cc',
740             'runtime/app/xwalk_content_main.h',
741           ],
742           'copies': [
743             {
744               # Copy FFmpeg binaries for audio/video support.
745               'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
746               'files': [
747                 '<(PRODUCT_DIR)/ffmpegsumo.so',
748               ],
749             },
750           ],
751           'conditions': [
752             ['enable_webrtc==1', {
753               'variables': {
754                 'libpeer_target_type%': 'static_library',
755               },
756               'conditions': [
757                 ['libpeer_target_type!="static_library"', {
758                   'copies': [{
759                    'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
760                    'files': [
761                       '<(PRODUCT_DIR)/libpeerconnection.so',
762                     ],
763                   }],
764                 }],
765               ],
766             }],
767             ['icu_use_data_file_flag==1', {
768               'mac_bundle_resources': [
769                 '<(PRODUCT_DIR)/icudtl.dat',
770               ],
771             }],
772           ],
773         },  # target xwalk_framework
774         {
775           'target_name': 'xwalk_helper_app',
776           'type': 'executable',
777           'variables': { 'enable_wexit_time_destructors': 1, },
778           'product_name': '<(xwalk_product_name) Helper',
779           'mac_bundle': 1,
780           'dependencies': [
781             'xwalk_framework',
782           ],
783           'sources': [
784             'runtime/app/xwalk_main.cc',
785             'runtime/app/helper-Info.plist',
786           ],
787           # TODO(mark): Come up with a fancier way to do this.  It should only
788           # be necessary to list helper-Info.plist once, not the three times it
789           # is listed here.
790           'mac_bundle_resources!': [
791             'runtime/app/helper-Info.plist',
792           ],
793           # TODO(mark): For now, don't put any resources into this app.  Its
794           # resources directory will be a symbolic link to the browser app's
795           # resources directory.
796           'mac_bundle_resources/': [
797             ['exclude', '.*'],
798           ],
799           'xcode_settings': {
800             'INFOPLIST_FILE': 'runtime/app/helper-Info.plist',
801           },
802           'postbuilds': [
803             {
804               # The framework defines its load-time path
805               # (DYLIB_INSTALL_NAME_BASE) relative to the main executable
806               # (chrome).  A different relative path needs to be used in
807               # xwalk_helper_app.
808               'postbuild_name': 'Fix Framework Link',
809               'action': [
810                 'install_name_tool',
811                 '-change',
812                 '/Library/Frameworks/<(xwalk_product_name) Framework.framework/Versions/A/<(xwalk_product_name) Framework',
813                 '@executable_path/../../../../Frameworks/<(xwalk_product_name) Framework.framework/<(xwalk_product_name) Framework',
814                 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
815               ],
816             },
817             {
818               # Modify the Info.plist as needed.  The script explains why this
819               # is needed.  This is also done in the chrome and chrome_dll
820               # targets.  In this case, --breakpad=0, --keystone=0, and --scm=0
821               # are used because Breakpad, Keystone, and SCM keys are
822               # never placed into the helper.
823               'postbuild_name': 'Tweak Info.plist',
824               'action': ['../build/mac/tweak_info_plist.py',
825                          '--breakpad=0',
826                          '--keystone=0',
827                          '--scm=0',
828                          '--version=<(xwalk_version)'],
829             },
830             {
831               # Make sure there isn't any Objective-C in the helper app's
832               # executable.
833               'postbuild_name': 'Verify No Objective-C',
834               'action': [
835                 '../build/mac/verify_no_objc.sh',
836               ],
837             },
838           ],
839           'conditions': [
840             ['component=="shared_library"', {
841               'xcode_settings': {
842                 'LD_RUNPATH_SEARCH_PATHS': [
843                   # Get back from XWalk.app/Contents/Frameworks/
844                   #                                 Helper.app/Contents/MacOS
845                   '@loader_path/../../../../../..',
846                 ],
847               },
848             }],
849           ],
850         },  # target xwalk_helper_app
851       ],
852     }],  # OS=="mac"
853     ['OS=="android"', {
854       'variables': {
855         'variables': {
856           'conditions': [
857             ['android_app_abi=="x86"', {
858               'version_code_shift%': 1,
859             }],
860             ['android_app_abi=="armeabi-v7a"', {
861               'version_code_shift%': 2,
862             }],
863             ['android_app_abi=="armeabi"', {
864               'version_code_shift%': 3,
865             }],
866           ], # conditions
867         },
868         'version_code_shift%': '<(version_code_shift)',
869         'xwalk_version_code': '<!(python tools/build/android/generate_version_code.py -f VERSION -s <(version_code_shift))',
870       },
871       'includes': [
872         'xwalk_android.gypi',
873         'xwalk_android_tests.gypi',
874         'xwalk_android_app.gypi',
875         'xwalk_core_library_android.gypi',
876       ],
877       'targets': [
878       {
879         'target_name': 'All',
880         'type': 'none',
881         'dependencies': [
882           'xwalk',
883         ],
884       }, # target_name: All
885     ],  # targets
886     }], # OS=="android"
887   ]
888 }