Move more string_util functions to base namespace.
[chromium-blink-merge.git] / content / content_shell.gypi
blob5e657278616144e598698f753ad65f49ef4d4f04
1 # Copyright (c) 2012 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     'content_shell_product_name': 'Content Shell',
8     # The "19" is so that sites that sniff for version think that this is
9     # something reasonably current; the "77.34.5" is a hint that this isn't a
10     # standard Chrome.
11     'content_shell_version': '19.77.34.5',
12     'conditions': [
13       ['OS=="linux"', {
14        'use_custom_freetype%': 1,
15       }, {
16        'use_custom_freetype%': 0,
17       }],
18     ],
19   },
20   'targets': [
21     {
22       # GN version: //content/shell:content_shell_lib
23       'target_name': 'content_shell_lib',
24       'type': 'static_library',
25       'defines': ['CONTENT_SHELL_VERSION="<(content_shell_version)"'],
26       'variables': {
27         'chromium_code': 1,
28       },
29       'dependencies': [
30         'app/resources/content_resources.gyp:content_resources',
31         'app/strings/content_strings.gyp:content_strings',
32         'content.gyp:content_app_both',
33         'content.gyp:content_browser',
34         'content.gyp:content_common',
35         'content.gyp:content_gpu',
36         'content.gyp:content_plugin',
37         'content.gyp:content_ppapi_plugin',
38         'content.gyp:content_renderer',
39         'content.gyp:content_resources',
40         'content.gyp:content_utility',
41         'content_shell_resources',
42         'copy_test_netscape_plugin',
43         'layouttest_support_content',
44         '../base/base.gyp:base',
45         '../base/base.gyp:base_static',
46         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
47         '../cc/blink/cc_blink.gyp:cc_blink',
48         '../cc/cc.gyp:cc',
49         '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted',
50         '../components/components.gyp:devtools_discovery',
51         '../components/components.gyp:devtools_http_handler',
52         '../components/components.gyp:web_cache_renderer',
53         '../components/components.gyp:plugins_renderer',
54         '../components/test_runner/test_runner.gyp:test_runner',
55         '../device/bluetooth/bluetooth.gyp:device_bluetooth',
56         '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
57         '../gin/gin.gyp:gin',
58         '../gpu/gpu.gyp:gpu',
59         '../ipc/ipc.gyp:ipc',
60         '../media/blink/media_blink.gyp:media_blink',
61         '../media/media.gyp:media',
62         '../net/net.gyp:net',
63         '../net/net.gyp:net_resources',
64         '../skia/skia.gyp:skia',
65         '../storage/storage_browser.gyp:storage',
66         '../third_party/WebKit/public/blink.gyp:blink',
67         '../third_party/WebKit/public/blink.gyp:blink_test_support',
68         '../testing/gmock.gyp:gmock',
69         '../testing/gtest.gyp:gtest',
70         '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
71         '../ui/base/ui_base.gyp:ui_base',
72         '../ui/events/events.gyp:events_base',
73         '../ui/gfx/gfx.gyp:gfx',
74         '../ui/gfx/gfx.gyp:gfx_geometry',
75         '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
76         '../ui/gl/gl.gyp:gl',
77         '../url/url.gyp:url_lib',
78         '../v8/tools/gyp/v8.gyp:v8',
79       ],
80       'include_dirs': [
81         '..',
82       ],
83       'sources': [
84         # Note: sources list duplicated in GN build.
85         'shell/android/shell_jni_registrar.cc',
86         'shell/android/shell_jni_registrar.h',
87         'shell/android/shell_manager.cc',
88         'shell/android/shell_manager.h',
89         'shell/app/blink_test_platform_support.h',
90         'shell/app/blink_test_platform_support_android.cc',
91         'shell/app/blink_test_platform_support_linux.cc',
92         'shell/app/blink_test_platform_support_mac.mm',
93         'shell/app/blink_test_platform_support_win.cc',
94         'shell/app/paths_mac.h',
95         'shell/app/paths_mac.mm',
96         'shell/app/shell_crash_reporter_client.cc',
97         'shell/app/shell_crash_reporter_client.h',
98         'shell/app/shell_main_delegate.cc',
99         'shell/app/shell_main_delegate.h',
100         'shell/app/shell_main_delegate_mac.h',
101         'shell/app/shell_main_delegate_mac.mm',
102         'shell/browser/blink_test_controller.cc',
103         'shell/browser/blink_test_controller.h',
104         'shell/browser/ipc_echo_message_filter.cc',
105         'shell/browser/ipc_echo_message_filter.h',
106         'shell/browser/layout_test/layout_test_android.cc',
107         'shell/browser/layout_test/layout_test_android.h',
108         'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
109         'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
110         'shell/browser/layout_test/layout_test_browser_context.cc',
111         'shell/browser/layout_test/layout_test_browser_context.h',
112         'shell/browser/layout_test/layout_test_browser_main.cc',
113         'shell/browser/layout_test/layout_test_browser_main.h',
114         'shell/browser/layout_test/layout_test_browser_main_parts.cc',
115         'shell/browser/layout_test/layout_test_browser_main_parts.h',
116         'shell/browser/layout_test/layout_test_content_browser_client.cc',
117         'shell/browser/layout_test/layout_test_content_browser_client.h',
118         'shell/browser/layout_test/layout_test_devtools_frontend.cc',
119         'shell/browser/layout_test/layout_test_devtools_frontend.h',
120         'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
121         'shell/browser/layout_test/layout_test_download_manager_delegate.h',
122         'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
123         'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
124         'shell/browser/layout_test/layout_test_message_filter.cc',
125         'shell/browser/layout_test/layout_test_message_filter.h',
126         'shell/browser/layout_test/layout_test_navigator_connect_service_factory.cc',
127         'shell/browser/layout_test/layout_test_navigator_connect_service_factory.h',
128         'shell/browser/layout_test/layout_test_notification_manager.cc',
129         'shell/browser/layout_test/layout_test_notification_manager.h',
130         'shell/browser/layout_test/layout_test_permission_manager.cc',
131         'shell/browser/layout_test/layout_test_permission_manager.h',
132         'shell/browser/layout_test/layout_test_push_messaging_service.cc',
133         'shell/browser/layout_test/layout_test_push_messaging_service.h',
134         'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc',
135         'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h',
136         'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
137         'shell/browser/layout_test/layout_test_url_request_context_getter.h',
138         'shell/browser/notify_done_forwarder.cc',
139         'shell/browser/notify_done_forwarder.h',
140         'shell/browser/shell.cc',
141         'shell/browser/shell.h',
142         'shell/browser/shell_access_token_store.cc',
143         'shell/browser/shell_access_token_store.h',
144         'shell/browser/shell_android.cc',
145         'shell/browser/shell_application_mac.h',
146         'shell/browser/shell_application_mac.mm',
147         'shell/browser/shell_aura.cc',
148         'shell/browser/shell_browser_context.cc',
149         'shell/browser/shell_browser_context.h',
150         'shell/browser/shell_browser_main.cc',
151         'shell/browser/shell_browser_main.h',
152         'shell/browser/shell_browser_main_parts.cc',
153         'shell/browser/shell_browser_main_parts.h',
154         'shell/browser/shell_browser_main_parts_mac.mm',
155         'shell/browser/shell_content_browser_client.cc',
156         'shell/browser/shell_content_browser_client.h',
157         'shell/browser/shell_devtools_frontend.cc',
158         'shell/browser/shell_devtools_frontend.h',
159         'shell/browser/shell_devtools_manager_delegate.cc',
160         'shell/browser/shell_devtools_manager_delegate.h',
161         'shell/browser/shell_download_manager_delegate.cc',
162         'shell/browser/shell_download_manager_delegate.h',
163         'shell/browser/shell_javascript_dialog.h',
164         'shell/browser/shell_javascript_dialog_mac.mm',
165         'shell/browser/shell_javascript_dialog_manager.cc',
166         'shell/browser/shell_javascript_dialog_manager.h',
167         'shell/browser/shell_javascript_dialog_win.cc',
168         'shell/browser/shell_login_dialog.cc',
169         'shell/browser/shell_login_dialog.h',
170         'shell/browser/shell_login_dialog_mac.mm',
171         'shell/browser/shell_mac.mm',
172         'shell/browser/shell_mojo_test_utils_android.cc',
173         'shell/browser/shell_mojo_test_utils_android.h',
174         'shell/browser/shell_net_log.cc',
175         'shell/browser/shell_net_log.h',
176         'shell/browser/shell_network_delegate.cc',
177         'shell/browser/shell_network_delegate.h',
178         'shell/browser/shell_permission_manager.cc',
179         'shell/browser/shell_permission_manager.h',
180         'shell/browser/shell_platform_data_aura.cc',
181         'shell/browser/shell_platform_data_aura.h',
182         'shell/browser/shell_plugin_service_filter.cc',
183         'shell/browser/shell_plugin_service_filter.h',
184         'shell/browser/shell_quota_permission_context.cc',
185         'shell/browser/shell_quota_permission_context.h',
186         'shell/browser/shell_resource_dispatcher_host_delegate.cc',
187         'shell/browser/shell_resource_dispatcher_host_delegate.h',
188         'shell/browser/shell_speech_recognition_manager_delegate.cc',
189         'shell/browser/shell_speech_recognition_manager_delegate.h',
190         'shell/browser/shell_url_request_context_getter.cc',
191         'shell/browser/shell_url_request_context_getter.h',
192         'shell/browser/shell_views.cc',
193         'shell/browser/shell_web_contents_view_delegate.h',
194         'shell/browser/shell_web_contents_view_delegate_android.cc',
195         'shell/browser/shell_web_contents_view_delegate_creator.h',
196         'shell/browser/shell_web_contents_view_delegate_mac.mm',
197         'shell/browser/shell_web_contents_view_delegate_win.cc',
198         'shell/common/layout_test/layout_test_messages.cc',
199         'shell/common/layout_test/layout_test_messages.h',
200         'shell/common/leak_detection_result.h',
201         'shell/common/shell_content_client.cc',
202         'shell/common/shell_content_client.h',
203         'shell/common/shell_messages.cc',
204         'shell/common/shell_messages.h',
205         'shell/common/shell_switches.cc',
206         'shell/common/shell_switches.h',
207         'shell/common/shell_test_configuration.cc',
208         'shell/common/shell_test_configuration.h',
209         'shell/common/v8_breakpad_support_win.cc',
210         'shell/common/v8_breakpad_support_win.h',
211         'shell/renderer/ipc_echo.cc',
212         'shell/renderer/ipc_echo.h',
213         'shell/renderer/layout_test/blink_test_helpers.cc',
214         'shell/renderer/layout_test/blink_test_helpers.h',
215         'shell/renderer/layout_test/blink_test_runner.cc',
216         'shell/renderer/layout_test/blink_test_runner.h',
217         'shell/renderer/layout_test/gc_controller.cc',
218         'shell/renderer/layout_test/gc_controller.h',
219         'shell/renderer/layout_test/layout_test_content_renderer_client.cc',
220         'shell/renderer/layout_test/layout_test_content_renderer_client.h',
221         'shell/renderer/layout_test/layout_test_render_frame_observer.cc',
222         'shell/renderer/layout_test/layout_test_render_frame_observer.h',
223         'shell/renderer/layout_test/layout_test_render_process_observer.cc',
224         'shell/renderer/layout_test/layout_test_render_process_observer.h',
225         'shell/renderer/layout_test/leak_detector.cc',
226         'shell/renderer/layout_test/leak_detector.h',
227         'shell/renderer/layout_test/test_media_stream_renderer_factory.cc',
228         'shell/renderer/layout_test/test_media_stream_renderer_factory.h',
229         'shell/renderer/layout_test/test_video_frame_provider.cc',
230         'shell/renderer/layout_test/test_video_frame_provider.h',
231         'shell/renderer/shell_content_renderer_client.cc',
232         'shell/renderer/shell_content_renderer_client.h',
233         'shell/renderer/shell_render_view_observer.cc',
234         'shell/renderer/shell_render_view_observer.h',
235         'shell/utility/shell_content_utility_client.cc',
236         'shell/utility/shell_content_utility_client.h',
237       ],
238       'msvs_settings': {
239         'VCLinkerTool': {
240           'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
241         },
242       },
243       'conditions': [
244         ['OS=="win" and win_use_allocator_shim==1', {
245           'dependencies': [
246             '../base/allocator/allocator.gyp:allocator',
247           ],
248         }],
249         ['OS=="win"', {
250           'resource_include_dirs': [
251             '<(SHARED_INTERMEDIATE_DIR)/content/app/strings',
252           ],
253           'dependencies': [
254             '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
255           ],
256           'configurations': {
257             'Debug_Base': {
258               'msvs_settings': {
259                 'VCLinkerTool': {
260                   'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
261                 },
262               },
263             },
264           },
265           # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
266           'msvs_disabled_warnings': [ 4267, ],
267         }],  # OS=="win"
268         ['OS=="linux"', {
269           'dependencies': [
270             '../build/linux/system.gyp:fontconfig',
271           ],
272         }],
273         ['use_x11 == 1', {
274           'dependencies': [
275             '../ui/events/devices/events_devices.gyp:events_devices',
276             '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
277           ],
278         }],
279         ['OS=="android"', {
280           'dependencies': [
281             '../mojo/mojo_base.gyp:libmojo_system_java',
282             'content_shell_jni_headers',
283           ],
284           'dependencies!': [
285             'copy_test_netscape_plugin',
286           ],
287         }],  # OS=="android"
288         ['os_posix == 1 and OS != "mac"', {
289           'dependencies': [
290             '../components/components.gyp:breakpad_host',
291           ],
292         }],
293         ['(OS=="linux" or OS=="android") and use_allocator!="none"', {
294           'dependencies': [
295             # This is needed by content/app/content_main_runner.cc
296             '../base/allocator/allocator.gyp:allocator',
297           ],
298         }],
299         ['use_aura==1', {
300           'dependencies': [
301             '../ui/aura/aura.gyp:aura',
302             '../ui/aura/aura.gyp:aura_test_support',
303             '../ui/events/events.gyp:events',
304             '../ui/strings/ui_strings.gyp:ui_strings',
305             '../ui/wm/wm.gyp:wm',
306           ],
307           'conditions': [
308             ['toolkit_views==1', {
309               'dependencies': [
310                 '../ui/resources/ui_resources.gyp:ui_resources',
311                 '../ui/views/controls/webview/webview.gyp:webview',
312                 '../ui/views/views.gyp:views',
313                 '../ui/views/views.gyp:views_test_support',
314               ],
315               'sources/': [
316                 ['exclude', 'shell/browser/shell_aura.cc'],
317               ],
318             }, {
319               'sources/': [
320                 ['exclude', 'shell/browser/shell_views.cc'],
321               ],
322             }],
323           ],
324         }, {
325           'sources/': [
326             ['exclude', 'shell/browser/shell_aura.cc'],
327             ['exclude', 'shell/browser/shell_views.cc'],
328           ],
329         }],  # use_aura==1
330         # The test plugin relies on X11.
331         ['OS=="linux" and use_x11==0', {
332           'dependencies!': [
333             'copy_test_netscape_plugin',
334           ],
335         }],
336         ['chromeos==1', {
337           'dependencies': [
338             '../chromeos/chromeos.gyp:chromeos',
339             '../ui/wm/wm.gyp:wm_test_support',
340            ],
341         }], # chromeos==1
342         ['use_custom_freetype==1', {
343           'dependencies': [
344              '../third_party/freetype2/freetype2.gyp:freetype2',
345           ],
346         }],
347         ['enable_plugins==0', {
348           'sources!': [
349             'shell/browser/shell_plugin_service_filter.cc',
350             'shell/browser/shell_plugin_service_filter.h',
351           ],
352         }]
353       ],
354     },
355     {
356       # GN version: //content/shell:resources
357       'target_name': 'content_shell_resources',
358       'type': 'none',
359       'variables': {
360         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/content',
361       },
362       'dependencies': [
363         '../components/test_runner/test_runner.gyp:resources',
364       ],
365       'actions': [
366         {
367           'action_name': 'generate_content_shell_resources',
368           'variables': {
369             'grit_grd_file': 'shell/shell_resources.grd',
370           },
371           'includes': [ '../build/grit_action.gypi' ],
372         },
373       ],
374       'includes': [ '../build/grit_target.gypi' ],
375       'copies': [
376         {
377           'destination': '<(PRODUCT_DIR)',
378           'files': [
379             '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak'
380           ],
381         },
382       ],
383     },
384     {
385       # We build a minimal set of resources so WebKit in content_shell has
386       # access to necessary resources.
387       # GN version: //content/shell:pak
388       'target_name': 'content_shell_pak',
389       'type': 'none',
390       'dependencies': [
391         'app/resources/content_resources.gyp:content_resources',
392         'app/strings/content_strings.gyp:content_strings',
393         'browser/tracing/tracing_resources.gyp:tracing_resources',
394         'content.gyp:content_resources',
395         'content_shell_resources',
396         '<(DEPTH)/net/net.gyp:net_resources',
397         '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
398         '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
399         '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
400       ],
401       'conditions': [
402         ['OS!="android"', {
403           'dependencies': [
404             'browser/devtools/devtools_resources.gyp:devtools_resources',
405           ],
406         }],
407         ['OS=="android"', {
408           'copies': [
409             {
410               'destination': '<(PRODUCT_DIR)',
411               'files': [
412                 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'
413               ],
414             },
415           ],
416         }],
417       ],
418       'actions': [
419         {
420           'action_name': 'repack_content_shell_pack',
421           'variables': {
422             'pak_inputs': [
423               '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak',
424               '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_resources_100_percent.pak',
425               '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_100_percent.pak',
426               '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.pak',
427               '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.pak',
428               '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
429               '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
430               '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
431               '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
432               '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
433               '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.pak',
434               '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
435             ],
436             'conditions': [
437               ['OS!="android"', {
438                 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',],
439                 'pak_output': '<(PRODUCT_DIR)/content_shell.pak',
440               }, {
441                 'pak_output': '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
442               }],
443             ],
444           },
445           'includes': [ '../build/repack_action.gypi' ],
446         },
447       ],
448     },
449     {
450       # GN version: //content/shell:content_shell
451       'target_name': 'content_shell',
452       'type': 'executable',
453       'mac_bundle': 1,
454       'variables': {
455         'chromium_code': 1,
456       },
457       'dependencies': [
458         'content_shell_lib',
459         'content_shell_pak',
460         '../third_party/mesa/mesa.gyp:osmesa',
461         '../tools/imagediff/image_diff.gyp:image_diff',
462       ],
463       'include_dirs': [
464         '..',
465       ],
466       'sources': [
467         'shell/app/shell_main.cc',
468       ],
469       'mac_bundle_resources': [
470         'shell/app/app.icns',
471         'shell/app/app-Info.plist',
472       ],
473       # TODO(mark): Come up with a fancier way to do this.  It should only
474       # be necessary to list app-Info.plist once, not the three times it is
475       # listed here.
476       'mac_bundle_resources!': [
477         'shell/app/app-Info.plist',
478       ],
479       'xcode_settings': {
480         'INFOPLIST_FILE': 'shell/app/app-Info.plist',
481       },
482       'msvs_settings': {
483         'VCManifestTool': {
484           'AdditionalManifestFiles': [
485             'shell/app/shell.exe.manifest',
486           ],
487         },
488       },
489       'conditions': [
490         ['OS=="win" and win_use_allocator_shim==1', {
491           'dependencies': [
492             '../base/allocator/allocator.gyp:allocator',
493           ],
494         }],
495         ['OS=="win"', {
496           'sources': [
497             'shell/app/shell.rc',
498           ],
499           'configurations': {
500             'Debug_Base': {
501               'msvs_settings': {
502                 'VCLinkerTool': {
503                   'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
504                 },
505               },
506             },
507           },
508         }],  # OS=="win"
509         ['OS == "win"', {
510           'dependencies': [
511             '../sandbox/sandbox.gyp:sandbox',
512           ],
513         }],  # OS=="win"
514         ['OS=="win" and asan==0', {
515           'msvs_settings': {
516             'VCLinkerTool': {
517               'SubSystem': '2',  # Set /SUBSYSTEM:WINDOWS
518             },
519           },
520         }],  # OS=="win" and asan==0
521         ['OS=="mac"', {
522           'product_name': '<(content_shell_product_name)',
523           'dependencies!': [
524             'content_shell_lib',
525           ],
526           'dependencies': [
527             'content_shell_framework',
528             'content_shell_helper_app',
529           ],
530           'copies': [
531             {
532               'destination': '<(PRODUCT_DIR)/<(content_shell_product_name).app/Contents/Frameworks',
533               'files': [
534                 '<(PRODUCT_DIR)/<(content_shell_product_name) Helper.app',
535               ],
536             },
537           ],
538           'postbuilds': [
539             {
540               'postbuild_name': 'Copy <(content_shell_product_name) Framework.framework',
541               'action': [
542                 '../build/mac/copy_framework_unversioned.sh',
543                 '${BUILT_PRODUCTS_DIR}/<(content_shell_product_name) Framework.framework',
544                 '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Frameworks',
545               ],
546             },
547             {
548               # Modify the Info.plist as needed.
549               'postbuild_name': 'Tweak Info.plist',
550               'action': ['../build/mac/tweak_info_plist.py',
551                          '--scm=1',
552                          '--version=<(content_shell_version)'],
553             },
554             {
555               # This postbuid step is responsible for creating the following
556               # helpers:
557               #
558               # Content Shell Helper EH.app and Content Shell Helper NP.app are
559               # created from Content Shell Helper.app.
560               #
561               # The EH helper is marked for an executable heap. The NP helper
562               # is marked for no PIE (ASLR).
563               'postbuild_name': 'Make More Helpers',
564               'action': [
565                 '../build/mac/make_more_helpers.sh',
566                 'Frameworks',
567                 '<(content_shell_product_name)',
568               ],
569             },
570             {
571               # Make sure there isn't any Objective-C in the shell's
572               # executable.
573               'postbuild_name': 'Verify No Objective-C',
574               'action': [
575                 '../build/mac/verify_no_objc.sh',
576               ],
577             },
578           ],
579         }],  # OS=="mac"
580         ['OS=="android"', {
581           'dependencies': [
582             '../tools/imagediff/image_diff.gyp:image_diff#host',
583           ],
584           'dependencies!': [
585             '../tools/imagediff/image_diff.gyp:image_diff',
586           ],
587         }],  # OS=="android"
588       ],
589     },
590     {
591       'target_name': 'content_shell_builder',
592       'type': 'none',
593       'dependencies': [
594         'content_shell',
595       ],
596     },
598     {
599       'target_name': 'test_netscape_plugin',
600       'type': 'loadable_module',
601       'sources': [
602         'shell/tools/plugin/PluginObject.cpp',
603         'shell/tools/plugin/PluginObject.h',
604         'shell/tools/plugin/PluginObjectMac.mm',
605         'shell/tools/plugin/PluginTest.cpp',
606         'shell/tools/plugin/PluginTest.h',
607         'shell/tools/plugin/TestObject.cpp',
608         'shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp',
609         'shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp',
610         'shell/tools/plugin/Tests/FormValue.cpp',
611         'shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp',
612         'shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp',
613         'shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp',
614         'shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp',
615         'shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp',
616         'shell/tools/plugin/Tests/LogNPPSetWindow.cpp',
617         'shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp',
618         'shell/tools/plugin/Tests/NPPNewFails.cpp',
619         'shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp',
620         'shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp',
621         'shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp',
622         'shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp',
623         'shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp',
624         'shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp',
625         'shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp',
626         'shell/tools/plugin/main.cpp',
627         'shell/tools/plugin/test_object.h',
628       ],
629       'include_dirs': [
630         '<(DEPTH)',
631         '<(DEPTH)/content/shell/tools/plugin/',
632       ],
633       'dependencies': [
634         '../base/base.gyp:base',
635         '../third_party/npapi/npapi.gyp:npapi',
636       ],
637       'conditions': [
638         ['OS=="mac"', {
639           'mac_bundle': 1,
640           'product_extension': 'plugin',
641           'link_settings': {
642             'libraries': [
643               '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
644               '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
645               '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
646             ]
647           },
648           'xcode_settings': {
649             'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
650             'INFOPLIST_FILE': 'shell/tools/plugin/mac/Info.plist',
651           },
652         }],
653         ['os_posix == 1 and OS != "mac"', {
654           'cflags': [
655             '-fvisibility=default',
656           ],
657         }],
658         ['use_x11 == 1', {
659           'dependencies': [ '../build/linux/system.gyp:x11' ],
660         }],
661         ['OS=="win"', {
662           'conditions': [
663             ['MSVS_VERSION < "2015"', {
664               'defines': [
665                 # This seems like a hack, but this is what Safari Win does.
666                 # Luckily it is no longer needed/allowed with VS 2015.
667                 'snprintf=_snprintf',
668               ],
669             }],
670           ],
671           'sources': [
672             'shell/tools/plugin/win/TestNetscapePlugin.def',
673             'shell/tools/plugin/win/TestNetscapePlugin.rc',
674           ],
675           # The .rc file requires that the name of the dll is np_test_netscape_plugin.dll.
676           'product_name': 'np_test_netscape_plugin',
677           # Disable c4267 warnings until we fix size_t to int truncations.
678           'msvs_disabled_warnings': [ 4267, ],
679         }],
680       ],
681     },
682     {
683       'target_name': 'copy_test_netscape_plugin',
684       'type': 'none',
685       'dependencies': [
686         'test_netscape_plugin',
687       ],
688       'conditions': [
689         ['OS=="win"', {
690           'copies': [{
691             'destination': '<(PRODUCT_DIR)/plugins',
692             'files': ['<(PRODUCT_DIR)/np_test_netscape_plugin.dll'],
693           }],
694         }],
695         ['OS=="mac"', {
696           'copies': [{
697             'destination': '<(PRODUCT_DIR)/plugins/',
698             'files': ['<(PRODUCT_DIR)/test_netscape_plugin.plugin/'],
699           }],
700         }],
701         ['os_posix == 1 and OS != "mac"', {
702           'copies': [{
703             'destination': '<(PRODUCT_DIR)/plugins',
704             'files': ['<(PRODUCT_DIR)/libtest_netscape_plugin.so'],
705           }],
706         }],
707       ],
708     }
709   ],
710   'conditions': [
711     ['OS=="mac"', {
712       'targets': [
713         {
714           'target_name': 'content_shell_framework',
715           'type': 'shared_library',
716           'product_name': '<(content_shell_product_name) Framework',
717           'mac_bundle': 1,
718           'mac_bundle_resources': [
719             'shell/app/English.lproj/HttpAuth.xib',
720             'shell/app/English.lproj/MainMenu.xib',
721             '<(PRODUCT_DIR)/content_shell.pak',
722             'shell/app/framework-Info.plist',
723           ],
724           'mac_bundle_resources!': [
725             'shell/app/framework-Info.plist',
726           ],
727           'xcode_settings': {
728             # The framework is placed within the .app's Framework
729             # directory.  DYLIB_INSTALL_NAME_BASE and
730             # LD_DYLIB_INSTALL_NAME affect -install_name.
731             'DYLIB_INSTALL_NAME_BASE':
732                 '@executable_path/../Frameworks',
733             # See /build/mac/copy_framework_unversioned.sh for
734             # information on LD_DYLIB_INSTALL_NAME.
735             'LD_DYLIB_INSTALL_NAME':
736                 '$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/$(PRODUCT_NAME)',
738             'INFOPLIST_FILE': 'shell/app/framework-Info.plist',
739           },
740           'dependencies': [
741             'content_shell_lib',
742           ],
743           'include_dirs': [
744             '..',
745           ],
746           'sources': [
747             'shell/app/shell_content_main.cc',
748             'shell/app/shell_content_main.h',
749           ],
750           'postbuilds': [
751             {
752               # Modify the Info.plist as needed.  The script explains why
753               # this is needed.  This is also done in the chrome target.
754               # The framework needs the Breakpad keys if this feature is
755               # enabled.  It does not need the Keystone keys; these always
756               # come from the outer application bundle.  The framework
757               # doesn't currently use the SCM keys for anything,
758               # but this seems like a really good place to store them.
759               'postbuild_name': 'Tweak Info.plist',
760               'action': ['../build/mac/tweak_info_plist.py',
761                          '--breakpad=1',
762                          '--keystone=0',
763                          '--scm=1',
764                          '--version=<(content_shell_version)',
765                          '--branding=<(content_shell_product_name)'],
766             },
767           ],
768           'copies': [
769             {
770               'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
771               'files': [
772                 '<(PRODUCT_DIR)/crash_inspector',
773                 '<(PRODUCT_DIR)/crash_report_sender.app'
774               ],
775             },
776           ],
777           'conditions': [
778             ['enable_webrtc==1', {
779               'variables': {
780                 'libpeer_target_type%': 'static_library',
781               },
782               'conditions': [
783                 ['libpeer_target_type!="static_library"', {
784                   'copies': [{
785                    'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
786                    'files': [
787                       '<(PRODUCT_DIR)/libpeerconnection.so',
788                     ],
789                   }],
790                 }],
791               ],
792             }],
793             ['icu_use_data_file_flag==1', {
794               'mac_bundle_resources': [
795                 '<(PRODUCT_DIR)/icudtl.dat',
796               ],
797             }],
798             ['v8_use_external_startup_data==1', {
799               'mac_bundle_resources': [
800                 '<(PRODUCT_DIR)/natives_blob.bin',
801                 '<(PRODUCT_DIR)/snapshot_blob.bin',
802               ],
803             }],
804           ],
805         },  # target content_shell_framework
806         {
807           'target_name': 'content_shell_helper_app',
808           'type': 'executable',
809           'variables': { 'enable_wexit_time_destructors': 1, },
810           'product_name': '<(content_shell_product_name) Helper',
811           'mac_bundle': 1,
812           'dependencies': [
813             'content_shell_framework',
814           ],
815           'sources': [
816             'shell/app/shell_main.cc',
817             'shell/app/helper-Info.plist',
818           ],
819           # TODO(mark): Come up with a fancier way to do this.  It should only
820           # be necessary to list helper-Info.plist once, not the three times it
821           # is listed here.
822           'mac_bundle_resources!': [
823             'shell/app/helper-Info.plist',
824           ],
825           # TODO(mark): For now, don't put any resources into this app.  Its
826           # resources directory will be a symbolic link to the browser app's
827           # resources directory.
828           'mac_bundle_resources/': [
829             ['exclude', '.*'],
830           ],
831           'xcode_settings': {
832             'INFOPLIST_FILE': 'shell/app/helper-Info.plist',
833           },
834           'postbuilds': [
835             {
836               # The framework defines its load-time path
837               # (DYLIB_INSTALL_NAME_BASE) relative to the main executable
838               # (chrome).  A different relative path needs to be used in
839               # content_shell_helper_app.
840               'postbuild_name': 'Fix Framework Link',
841               'action': [
842                 'install_name_tool',
843                 '-change',
844                 '@executable_path/../Frameworks/<(content_shell_product_name) Framework.framework/<(content_shell_product_name) Framework',
845                 '@executable_path/../../../<(content_shell_product_name) Framework.framework/<(content_shell_product_name) Framework',
846                 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
847               ],
848             },
849             {
850               # Modify the Info.plist as needed.  The script explains why this
851               # is needed.  This is also done in the chrome and chrome_dll
852               # targets.  In this case, --breakpad=0, --keystone=0, and --scm=0
853               # are used because Breakpad, Keystone, and SCM keys are
854               # never placed into the helper.
855               'postbuild_name': 'Tweak Info.plist',
856               'action': ['../build/mac/tweak_info_plist.py',
857                          '--breakpad=0',
858                          '--keystone=0',
859                          '--scm=0',
860                          '--version=<(content_shell_version)'],
861             },
862             {
863               # Make sure there isn't any Objective-C in the helper app's
864               # executable.
865               'postbuild_name': 'Verify No Objective-C',
866               'action': [
867                 '../build/mac/verify_no_objc.sh',
868               ],
869             },
870           ],
871           'conditions': [
872             ['component=="shared_library"', {
873               'xcode_settings': {
874                 'LD_RUNPATH_SEARCH_PATHS': [
875                   # Get back from Content Shell.app/Contents/Frameworks/
876                   #                                 Helper.app/Contents/MacOS
877                   '@loader_path/../../../../../..',
878                 ],
879               },
880             }],
881           ],
882         },  # target content_shell_helper_app
883       ],
884     }],  # OS=="mac"
885     ['OS=="android"', {
886       'targets': [
887         {
888           # TODO(jrg): Update this action and other jni generators to only
889           # require specifying the java directory and generate the rest.
890           'target_name': 'content_shell_jni_headers',
891           'type': 'none',
892           'sources': [
893             'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java',
894             'shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java',
895             'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
896             'shell/android/java/src/org/chromium/content_shell/Shell.java',
897           ],
898           'variables': {
899             'jni_gen_package': 'content/shell',
900           },
901           'includes': [ '../build/jni_generator.gypi' ],
902         },
903         {
904           'target_name': 'libcontent_shell_content_view',
905           'type': 'shared_library',
906           'dependencies': [
907             'content_shell_jni_headers',
908             'content_shell_lib',
909             'content_shell_pak',
910             # Skia is necessary to ensure the dependencies needed by
911             # WebContents are included.
912             '../skia/skia.gyp:skia',
913             '<(DEPTH)/media/media.gyp:player_android',
914           ],
915           'sources': [
916             'shell/android/shell_library_loader.cc',
917           ],
918         },
919         {
920           'target_name': 'content_shell_java',
921           'type': 'none',
922           'dependencies': [
923             'content.gyp:content_java',
924           ],
925           'variables': {
926             'java_in_dir': '../content/shell/android/java',
927             'has_java_resources': 1,
928             'R_package': 'org.chromium.content_shell',
929             'R_package_relpath': 'org/chromium/content_shell',
930           },
931           'includes': [ '../build/java.gypi' ],
932         },
933         {
934           # content_shell_apk creates a .jar as a side effect. Any java targets
935           # that need that .jar in their classpath should depend on this target,
936           # content_shell_apk_java. Dependents of content_shell_apk receive its
937           # jar path in the variable 'apk_output_jar_path'. This target should
938           # only be used by targets which instrument content_shell_apk.
939           'target_name': 'content_shell_apk_java',
940           'type': 'none',
941           'dependencies': [
942             'content_shell_apk',
943           ],
944           'includes': [ '../build/apk_fake_jar.gypi' ],
945         },
946         {
947           # GN version: //content/shell/android:content_shell_manifest
948           'target_name': 'content_shell_manifest',
949           'type': 'none',
950           'variables': {
951             'jinja_inputs': ['shell/android/shell_apk/AndroidManifest.xml.jinja2'],
952             'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/AndroidManifest.xml',
953           },
954           'includes': [ '../build/android/jinja_template.gypi' ],
955         },
956         {
957           # GN version: //content/shell/android:content_shell_apk
958           'target_name': 'content_shell_apk',
959           'type': 'none',
960           'dependencies': [
961             'content.gyp:content_icudata',
962             'content.gyp:content_java',
963             'content.gyp:content_v8_external_data',
964             'content_java_test_support',
965             'content_shell_java',
966             'libcontent_shell_content_view',
967             '../base/base.gyp:base_java',
968             '../media/media.gyp:media_java',
969             '../net/net.gyp:net_java',
970             '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir',
971             '../tools/android/forwarder/forwarder.gyp:forwarder',
972             '../tools/imagediff/image_diff.gyp:image_diff#host',
973             '../ui/android/ui_android.gyp:ui_java',
974           ],
975           'variables': {
976             'apk_name': 'ContentShell',
977             'manifest_package_name': 'org.chromium.content_shell_apk',
978             'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/AndroidManifest.xml',
979             'java_in_dir': 'shell/android/shell_apk',
980             'resource_dir': 'shell/android/shell_apk/res',
981             'native_lib_target': 'libcontent_shell_content_view',
982             'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
983             'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
984             'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
985             'conditions': [
986               ['icu_use_data_file_flag==1', {
987                 'additional_input_paths': [
988                   '<(PRODUCT_DIR)/icudtl.dat',
989                 ],
990               }],
991               ['v8_use_external_startup_data==1', {
992                 'additional_input_paths': [
993                   '<(PRODUCT_DIR)/natives_blob.bin',
994                   '<(PRODUCT_DIR)/snapshot_blob.bin',
995                 ],
996               }],
997             ],
998           },
999           'includes': [ '../build/java_apk.gypi' ],
1000         },
1001       ],
1002     }],  # OS=="android"
1003     ['OS=="win"', {
1004       'targets': [
1005         {
1006           # GN version: //content/shell:crash_service
1007           'target_name': 'content_shell_crash_service',
1008           'type': 'executable',
1009           'dependencies': [
1010             '../base/base.gyp:base',
1011             '../components/components.gyp:breakpad_crash_service',
1012           ],
1013           'include_dirs': [
1014             '..',
1015           ],
1016           'sources': [
1017             'shell/tools/content_shell_crash_service.cc',
1018           ],
1019           'msvs_settings': {
1020             'VCLinkerTool': {
1021               'SubSystem': '2',         # Set /SUBSYSTEM:WINDOWS
1022             },
1023           },
1024         },
1025       ],
1026     }],  # OS=="win"
1027     ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
1028       'variables': {
1029         'dest_dir': '<(PRODUCT_DIR)/syzygy',
1030       },
1031       'targets': [
1032         {
1033           'target_name': 'content_shell_syzyasan',
1034           'type': 'none',
1035           'sources' : [],
1036           # Instrument content_shell with SyzyAsan.
1037           'actions': [
1038             {
1039               'action_name': 'Instrument content_shell with SyzyAsan',
1040               'inputs': [
1041                 '<(PRODUCT_DIR)/content_shell.exe',
1042               ],
1043               'outputs': [
1044                 '<(dest_dir)/content_shell.exe',
1045                 '<(dest_dir)/content_shell.exe.pdb',
1046               ],
1047               'action': [
1048                 'python',
1049                 '<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py',
1050                 '--mode', 'asan',
1051                 '--input_executable', '<(PRODUCT_DIR)/content_shell.exe',
1052                 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1053                 '--destination_dir', '<(dest_dir)',
1054               ],
1055             },
1056           ],
1057         },
1058       ],
1059     }],  # OS=="win" and fastbuild==0 and target_arch=="ia32"
1060   ]