Relanding WebRTC peerconnection iframe test.
[chromium-blink-merge.git] / content / content_shell.gypi
blob475008a34a016c5d7b7a16e881beb1fee127c03b
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_plugin_placeholder.cc',
230         'shell/renderer/layout_test/test_plugin_placeholder.h',
231         'shell/renderer/layout_test/test_video_frame_provider.cc',
232         'shell/renderer/layout_test/test_video_frame_provider.h',
233         'shell/renderer/shell_content_renderer_client.cc',
234         'shell/renderer/shell_content_renderer_client.h',
235         'shell/renderer/shell_render_view_observer.cc',
236         'shell/renderer/shell_render_view_observer.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               # Copy FFmpeg binaries for audio/video support.
771               'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
772               'files': [
773                 '<(PRODUCT_DIR)/ffmpegsumo.so',
774               ],
775             },
776             {
777               'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
778               'files': [
779                 '<(PRODUCT_DIR)/crash_inspector',
780                 '<(PRODUCT_DIR)/crash_report_sender.app'
781               ],
782             },
783           ],
784           'conditions': [
785             ['enable_webrtc==1', {
786               'variables': {
787                 'libpeer_target_type%': 'static_library',
788               },
789               'conditions': [
790                 ['libpeer_target_type!="static_library"', {
791                   'copies': [{
792                    'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
793                    'files': [
794                       '<(PRODUCT_DIR)/libpeerconnection.so',
795                     ],
796                   }],
797                 }],
798               ],
799             }],
800             ['icu_use_data_file_flag==1', {
801               'mac_bundle_resources': [
802                 '<(PRODUCT_DIR)/icudtl.dat',
803               ],
804             }],
805             ['v8_use_external_startup_data==1', {
806               'mac_bundle_resources': [
807                 '<(PRODUCT_DIR)/natives_blob.bin',
808                 '<(PRODUCT_DIR)/snapshot_blob.bin',
809               ],
810             }],
811           ],
812         },  # target content_shell_framework
813         {
814           'target_name': 'content_shell_helper_app',
815           'type': 'executable',
816           'variables': { 'enable_wexit_time_destructors': 1, },
817           'product_name': '<(content_shell_product_name) Helper',
818           'mac_bundle': 1,
819           'dependencies': [
820             'content_shell_framework',
821           ],
822           'sources': [
823             'shell/app/shell_main.cc',
824             'shell/app/helper-Info.plist',
825           ],
826           # TODO(mark): Come up with a fancier way to do this.  It should only
827           # be necessary to list helper-Info.plist once, not the three times it
828           # is listed here.
829           'mac_bundle_resources!': [
830             'shell/app/helper-Info.plist',
831           ],
832           # TODO(mark): For now, don't put any resources into this app.  Its
833           # resources directory will be a symbolic link to the browser app's
834           # resources directory.
835           'mac_bundle_resources/': [
836             ['exclude', '.*'],
837           ],
838           'xcode_settings': {
839             'INFOPLIST_FILE': 'shell/app/helper-Info.plist',
840           },
841           'postbuilds': [
842             {
843               # The framework defines its load-time path
844               # (DYLIB_INSTALL_NAME_BASE) relative to the main executable
845               # (chrome).  A different relative path needs to be used in
846               # content_shell_helper_app.
847               'postbuild_name': 'Fix Framework Link',
848               'action': [
849                 'install_name_tool',
850                 '-change',
851                 '@executable_path/../Frameworks/<(content_shell_product_name) Framework.framework/<(content_shell_product_name) Framework',
852                 '@executable_path/../../../<(content_shell_product_name) Framework.framework/<(content_shell_product_name) Framework',
853                 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
854               ],
855             },
856             {
857               # Modify the Info.plist as needed.  The script explains why this
858               # is needed.  This is also done in the chrome and chrome_dll
859               # targets.  In this case, --breakpad=0, --keystone=0, and --scm=0
860               # are used because Breakpad, Keystone, and SCM keys are
861               # never placed into the helper.
862               'postbuild_name': 'Tweak Info.plist',
863               'action': ['../build/mac/tweak_info_plist.py',
864                          '--breakpad=0',
865                          '--keystone=0',
866                          '--scm=0',
867                          '--version=<(content_shell_version)'],
868             },
869             {
870               # Make sure there isn't any Objective-C in the helper app's
871               # executable.
872               'postbuild_name': 'Verify No Objective-C',
873               'action': [
874                 '../build/mac/verify_no_objc.sh',
875               ],
876             },
877           ],
878           'conditions': [
879             ['component=="shared_library"', {
880               'xcode_settings': {
881                 'LD_RUNPATH_SEARCH_PATHS': [
882                   # Get back from Content Shell.app/Contents/Frameworks/
883                   #                                 Helper.app/Contents/MacOS
884                   '@loader_path/../../../../../..',
885                 ],
886               },
887             }],
888           ],
889         },  # target content_shell_helper_app
890       ],
891     }],  # OS=="mac"
892     ['OS=="android"', {
893       'targets': [
894         {
895           # TODO(jrg): Update this action and other jni generators to only
896           # require specifying the java directory and generate the rest.
897           'target_name': 'content_shell_jni_headers',
898           'type': 'none',
899           'sources': [
900             'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java',
901             'shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java',
902             'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
903             'shell/android/java/src/org/chromium/content_shell/Shell.java',
904           ],
905           'variables': {
906             'jni_gen_package': 'content/shell',
907           },
908           'includes': [ '../build/jni_generator.gypi' ],
909         },
910         {
911           'target_name': 'libcontent_shell_content_view',
912           'type': 'shared_library',
913           'dependencies': [
914             'content_shell_jni_headers',
915             'content_shell_lib',
916             'content_shell_pak',
917             # Skia is necessary to ensure the dependencies needed by
918             # WebContents are included.
919             '../skia/skia.gyp:skia',
920             '<(DEPTH)/media/media.gyp:player_android',
921           ],
922           'sources': [
923             'shell/android/shell_library_loader.cc',
924           ],
925         },
926         {
927           'target_name': 'content_shell_java',
928           'type': 'none',
929           'dependencies': [
930             'content.gyp:content_java',
931           ],
932           'variables': {
933             'java_in_dir': '../content/shell/android/java',
934             'has_java_resources': 1,
935             'R_package': 'org.chromium.content_shell',
936             'R_package_relpath': 'org/chromium/content_shell',
937           },
938           'includes': [ '../build/java.gypi' ],
939         },
940         {
941           # content_shell_apk creates a .jar as a side effect. Any java targets
942           # that need that .jar in their classpath should depend on this target,
943           # content_shell_apk_java. Dependents of content_shell_apk receive its
944           # jar path in the variable 'apk_output_jar_path'. This target should
945           # only be used by targets which instrument content_shell_apk.
946           'target_name': 'content_shell_apk_java',
947           'type': 'none',
948           'dependencies': [
949             'content_shell_apk',
950           ],
951           'includes': [ '../build/apk_fake_jar.gypi' ],
952         },
953         {
954           # GN version: //content/shell/android:content_shell_manifest
955           'target_name': 'content_shell_manifest',
956           'type': 'none',
957           'variables': {
958             'jinja_inputs': ['shell/android/shell_apk/AndroidManifest.xml.jinja2'],
959             'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/AndroidManifest.xml',
960           },
961           'includes': [ '../build/android/jinja_template.gypi' ],
962         },
963         {
964           # GN version: //content/shell/android:content_shell_apk
965           'target_name': 'content_shell_apk',
966           'type': 'none',
967           'dependencies': [
968             'content.gyp:content_icudata',
969             'content.gyp:content_java',
970             'content.gyp:content_v8_external_data',
971             'content_java_test_support',
972             'content_shell_java',
973             'libcontent_shell_content_view',
974             '../base/base.gyp:base_java',
975             '../media/media.gyp:media_java',
976             '../net/net.gyp:net_java',
977             '../third_party/mesa/mesa.gyp:osmesa_in_lib_dir',
978             '../tools/android/forwarder/forwarder.gyp:forwarder',
979             '../tools/imagediff/image_diff.gyp:image_diff#host',
980             '../ui/android/ui_android.gyp:ui_java',
981           ],
982           'variables': {
983             'apk_name': 'ContentShell',
984             'manifest_package_name': 'org.chromium.content_shell_apk',
985             'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/content_shell_manifest/AndroidManifest.xml',
986             'java_in_dir': 'shell/android/shell_apk',
987             'resource_dir': 'shell/android/shell_apk/res',
988             'native_lib_target': 'libcontent_shell_content_view',
989             'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
990             'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
991             'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
992             'conditions': [
993               ['icu_use_data_file_flag==1', {
994                 'additional_input_paths': [
995                   '<(PRODUCT_DIR)/icudtl.dat',
996                 ],
997               }],
998               ['v8_use_external_startup_data==1', {
999                 'additional_input_paths': [
1000                   '<(PRODUCT_DIR)/natives_blob.bin',
1001                   '<(PRODUCT_DIR)/snapshot_blob.bin',
1002                 ],
1003               }],
1004             ],
1005           },
1006           'includes': [ '../build/java_apk.gypi' ],
1007         },
1008       ],
1009     }],  # OS=="android"
1010     ['OS=="win"', {
1011       'targets': [
1012         {
1013           # GN version: //content/shell:crash_service
1014           'target_name': 'content_shell_crash_service',
1015           'type': 'executable',
1016           'dependencies': [
1017             '../base/base.gyp:base',
1018             '../components/components.gyp:breakpad_crash_service',
1019           ],
1020           'include_dirs': [
1021             '..',
1022           ],
1023           'sources': [
1024             'shell/tools/content_shell_crash_service.cc',
1025           ],
1026           'msvs_settings': {
1027             'VCLinkerTool': {
1028               'SubSystem': '2',         # Set /SUBSYSTEM:WINDOWS
1029             },
1030           },
1031         },
1032       ],
1033     }],  # OS=="win"
1034     ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
1035       'variables': {
1036         'dest_dir': '<(PRODUCT_DIR)/syzygy',
1037       },
1038       'targets': [
1039         {
1040           'target_name': 'content_shell_syzyasan',
1041           'type': 'none',
1042           'sources' : [],
1043           # Instrument content_shell with SyzyAsan.
1044           'actions': [
1045             {
1046               'action_name': 'Instrument content_shell with SyzyAsan',
1047               'inputs': [
1048                 '<(PRODUCT_DIR)/content_shell.exe',
1049               ],
1050               'outputs': [
1051                 '<(dest_dir)/content_shell.exe',
1052                 '<(dest_dir)/content_shell.exe.pdb',
1053               ],
1054               'action': [
1055                 'python',
1056                 '<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py',
1057                 '--mode', 'asan',
1058                 '--input_executable', '<(PRODUCT_DIR)/content_shell.exe',
1059                 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1060                 '--destination_dir', '<(dest_dir)',
1061               ],
1062             },
1063           ],
1064         },
1065       ],
1066     }],  # OS=="win" and fastbuild==0 and target_arch=="ia32"
1067   ]