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