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