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