Respond with QuotaExceededError when IndexedDB has no disk space on open.
[chromium-blink-merge.git] / content / content_common.gypi
blob8c455744e267609e43740e28dd1b1546ca5053e4
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   'dependencies': [
7     '../base/base.gyp:base',
8     '../components/tracing.gyp:tracing',
9     '../net/net.gyp:net',
10     '../skia/skia.gyp:skia',
11     '../third_party/icu/icu.gyp:icuuc',
12     '../ui/ui.gyp:shell_dialogs',
13     '../ui/ui.gyp:ui',
14     '../url/url.gyp:url_lib',
15     '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
16   ],
17   'include_dirs': [
18     '..',
19   ],
20   'export_dependent_settings': [
21     '../base/base.gyp:base',
22   ],
23   'sources': [
24     'public/common/bindings_policy.h',
25     'public/common/child_process_host.h',
26     'public/common/child_process_host_delegate.cc',
27     'public/common/child_process_host_delegate.h',
28     'public/common/child_process_sandbox_support_linux.h',
29     'public/common/content_constants.cc',
30     'public/common/content_constants.h',
31     'public/common/content_descriptors.h',
32     'public/common/content_ipc_logging.h',
33     'public/common/content_paths.h',
34     'public/common/content_switches.cc',
35     'public/common/content_switches.h',
36     'public/common/context_menu_params.cc',
37     'public/common/context_menu_params.h',
38     'public/common/console_message_level.h',
39     'public/common/desktop_media_id.cc',
40     'public/common/desktop_media_id.h',
41     'public/common/drop_data.cc',
42     'public/common/drop_data.h',
43     'public/common/favicon_url.cc',
44     'public/common/favicon_url.h',
45     'public/common/file_chooser_params.cc',
46     'public/common/file_chooser_params.h',
47     'public/common/frame_navigate_params.cc',
48     'public/common/frame_navigate_params.h',
49     'public/common/geoposition.cc',
50     'public/common/geoposition.h',
51     'public/common/gpu_memory_stats.cc',
52     'public/common/gpu_memory_stats.h',
53     'public/common/injection_test_mac.h',
54     'public/common/injection_test_win.h',
55     'public/common/javascript_message_type.h',
56     'public/common/main_function_params.h',
57     'public/common/media_stream_request.cc',
58     'public/common/media_stream_request.h',
59     'public/common/menu_item.cc',
60     'public/common/menu_item.h',
61     'public/common/page_state.cc',
62     'public/common/page_state.h',
63     'public/common/page_transition_types.cc',
64     'public/common/page_transition_types.h',
65     'public/common/page_transition_types_list.h',
66     'public/common/page_type.h',
67     'public/common/page_zoom.h',
68     'public/common/pepper_plugin_info.cc',
69     'public/common/pepper_plugin_info.h',
70     'public/common/process_type.h',
71     'public/common/referrer.h',
72     'public/common/renderer_preferences.cc',
73     'public/common/renderer_preferences.h',
74     'public/common/resource_response.h',
75     'public/common/result_codes.h',
76     'public/common/result_codes_list.h',
77     'public/common/sandbox_init.h',
78     'public/common/sandbox_linux.h',
79     'public/common/sandbox_type_mac.h',
80     'public/common/sandboxed_process_launcher_delegate.h',
81     'public/common/security_style.h',
82     'public/common/show_desktop_notification_params.cc',
83     'public/common/show_desktop_notification_params.h',
84     'public/common/speech_recognition_error.h',
85     'public/common/speech_recognition_grammar.h',
86     'public/common/speech_recognition_result.h',
87     'public/common/speech_recognition_result.cc',
88     'public/common/ssl_status.cc',
89     'public/common/ssl_status.h',
90     'public/common/stop_find_action.h',
91     'public/common/three_d_api_types.h',
92     'public/common/top_controls_state.h',
93     'public/common/top_controls_state_list.h',
94     'public/common/url_constants.cc',
95     'public/common/url_constants.h',
96     'public/common/url_fetcher.h',
97     'public/common/url_utils.cc',
98     'public/common/url_utils.h',
99     'public/common/webplugininfo.cc',
100     'public/common/webplugininfo.h',
101     'public/common/zygote_fork_delegate_linux.h',
102     'common/accessibility_messages.h',
103     'common/accessibility_node_data.cc',
104     'common/accessibility_node_data.h',
105     'common/all_messages.h',
106     'common/android/address_parser.cc',
107     'common/android/address_parser.h',
108     'common/android/address_parser_internal.cc',
109     'common/android/address_parser_internal.h',
110     'common/android/command_line.cc',
111     'common/android/command_line.h',
112     'common/android/common_jni_registrar.cc',
113     'common/android/common_jni_registrar.h',
114     'common/android/device_telephony_info.cc',
115     'common/android/device_telephony_info.h',
116     'common/android/hash_set.cc',
117     'common/android/hash_set.h',
118     'common/android/surface_texture_peer.cc',
119     'common/android/surface_texture_peer.h',
120     'common/android/trace_event_binding.cc',
121     'common/android/trace_event_binding.h',
122     'common/appcache_messages.h',
123     'common/browser_plugin/browser_plugin_constants.cc',
124     'common/browser_plugin/browser_plugin_constants.h',
125     'common/browser_plugin/browser_plugin_messages.h',
126     'common/browser_rendering_stats.cc',
127     'common/browser_rendering_stats.h',
128     'common/cc_messages.cc',
129     'common/cc_messages.h',
130     'common/child_process_host_impl.cc',
131     'common/child_process_host_impl.h',
132     'common/child_process_messages.h',
133     'common/child_process_sandbox_support_impl_linux.cc',
134     'common/child_process_sandbox_support_impl_linux.h',
135     'common/child_process_sandbox_support_impl_shm_linux.cc',
136     'common/clipboard_messages.cc',
137     'common/clipboard_messages.h',
138     'common/content_constants_internal.cc',
139     'common/content_constants_internal.h',
140     'common/content_export.h',
141     'common/content_ipc_logging.cc',
142     'common/content_message_generator.cc',
143     'common/content_message_generator.h',
144     'common/content_param_traits.cc',
145     'common/content_param_traits.h',
146     'common/content_param_traits_macros.h',
147     'common/content_paths.cc',
148     'common/cookie_data.cc',
149     'common/cookie_data.h',
150     'common/database_messages.h',
151     'common/desktop_notification_messages.h',
152     'common/device_motion_hardware_buffer.h',
153     'common/device_orientation/device_motion_messages.h',
154     'common/device_orientation/device_orientation_hardware_buffer.h',
155     'common/device_orientation/device_orientation_messages.h',
156     'common/devtools_messages.h',
157     'common/dom_storage/dom_storage_map.cc',
158     'common/dom_storage/dom_storage_map.h',
159     'common/dom_storage/dom_storage_messages.h',
160     'common/drag_event_source_info.h',
161     'common/drag_messages.h',
162     'common/drag_traits.h',
163     'common/edit_command.h',
164     'common/file_utilities_messages.h',
165     'common/fileapi/file_system_messages.h',
166     'common/fileapi/webblob_messages.h',
167     'common/font_cache_dispatcher_win.cc',
168     'common/font_cache_dispatcher_win.h',
169     'common/font_config_ipc_linux.cc',
170     'common/font_config_ipc_linux.h',
171     'common/font_list.cc',
172     'common/font_list.h',
173     'common/font_list_android.cc',
174     'common/font_list_mac.mm',
175     'common/font_list_pango.cc',
176     'common/font_list_win.cc',
177     'common/gamepad_hardware_buffer.h',
178     'common/gamepad_messages.h',
179     'common/gamepad_user_gesture.cc',
180     'common/gamepad_user_gesture.h',
181     'common/geolocation_messages.h',
182     'common/gpu/client/command_buffer_proxy_impl.cc',
183     'common/gpu/client/command_buffer_proxy_impl.h',
184     'common/gpu/client/context_provider_command_buffer.cc',
185     'common/gpu/client/context_provider_command_buffer.h',
186     'common/gpu/client/gl_helper.cc',
187     'common/gpu/client/gl_helper.h',
188     'common/gpu/client/gl_helper_scaling.cc',
189     'common/gpu/client/gl_helper_scaling.h',
190     'common/gpu/client/gl_surface_capturer_host.cc',
191     'common/gpu/client/gl_surface_capturer_host.h',
192     'common/gpu/client/gpu_channel_host.cc',
193     'common/gpu/client/gpu_channel_host.h',
194     'common/gpu/client/gpu_video_decode_accelerator_host.cc',
195     'common/gpu/client/gpu_video_decode_accelerator_host.h',
196     'common/gpu/client/gpu_video_encode_accelerator_host.cc',
197     'common/gpu/client/gpu_video_encode_accelerator_host.h',
198     'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
199     'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
200     'common/gpu/gpu_channel.cc',
201     'common/gpu/gpu_channel.h',
202     'common/gpu/gpu_channel_manager.cc',
203     'common/gpu/gpu_channel_manager.h',
204     'common/gpu/gpu_command_buffer_stub.cc',
205     'common/gpu/gpu_command_buffer_stub.h',
206     'common/gpu/gpu_config.h',
207     'common/gpu/gpu_memory_allocation.h',
208     'common/gpu/gpu_memory_manager.cc',
209     'common/gpu/gpu_memory_manager.h',
210     'common/gpu/gpu_memory_manager_client.cc',
211     'common/gpu/gpu_memory_manager_client.h',
212     'common/gpu/gpu_memory_tracking.cc',
213     'common/gpu/gpu_memory_tracking.h',
214     'common/gpu/gpu_memory_uma_stats.h',
215     'common/gpu/gpu_messages.h',
216     'common/gpu/gpu_process_launch_causes.h',
217     'common/gpu/gpu_rendering_stats.cc',
218     'common/gpu/gpu_rendering_stats.h',
219     'common/gpu/gpu_surface_lookup.cc',
220     'common/gpu/gpu_surface_lookup.h',
221     'common/gpu/gpu_watchdog.h',
222     'common/gpu/image_transport_surface.cc',
223     'common/gpu/image_transport_surface.h',
224     'common/gpu/image_transport_surface_android.cc',
225     'common/gpu/image_transport_surface_linux.cc',
226     'common/gpu/image_transport_surface_mac.cc',
227     'common/gpu/image_transport_surface_win.cc',
228     'common/gpu/media/gl_surface_capturer.cc',
229     'common/gpu/media/gl_surface_capturer.h',
230     'common/gpu/media/gpu_video_decode_accelerator.cc',
231     'common/gpu/media/gpu_video_decode_accelerator.h',
232     'common/gpu/media/gpu_video_encode_accelerator.cc',
233     'common/gpu/media/gpu_video_encode_accelerator.h',
234     'common/gpu/media/video_decode_accelerator_impl.cc',
235     'common/gpu/media/video_decode_accelerator_impl.h',
236     'common/gpu/media/h264_bit_reader.cc',
237     'common/gpu/media/h264_bit_reader.h',
238     'common/gpu/media/h264_parser.cc',
239     'common/gpu/media/h264_parser.h',
240     'common/gpu/stream_texture_manager_android.cc',
241     'common/gpu/stream_texture_manager_android.h',
242     'common/gpu/surface_capturer.cc',
243     'common/gpu/surface_capturer.h',
244     'common/gpu/sync_point_manager.cc',
245     'common/gpu/sync_point_manager.h',
246     'common/gpu/texture_image_transport_surface.cc',
247     'common/gpu/texture_image_transport_surface.h',
248     'common/handle_enumerator_win.cc',
249     'common/handle_enumerator_win.h',
250     'common/image_messages.h',
251     'common/indexed_db/indexed_db_key.cc',
252     'common/indexed_db/indexed_db_key.h',
253     'common/indexed_db/indexed_db_key_path.cc',
254     'common/indexed_db/indexed_db_key_path.h',
255     'common/indexed_db/indexed_db_key_range.cc',
256     'common/indexed_db/indexed_db_key_range.h',
257     'common/indexed_db/indexed_db_messages.h',
258     'common/indexed_db/indexed_db_param_traits.cc',
259     'common/indexed_db/indexed_db_param_traits.h',
260     'common/input/event_packet.cc',
261     'common/input/event_packet.h',
262     'common/input/ipc_input_event_payload.cc',
263     'common/input/ipc_input_event_payload.h',
264     'common/input/input_event.cc',
265     'common/input/input_event.h',
266     'common/input/input_event_disposition.cc',
267     'common/input/input_event_disposition.h',
268     'common/input/input_param_traits.cc',
269     'common/input/input_param_traits.h',
270     'common/input/web_input_event_payload.cc',
271     'common/input/web_input_event_payload.h',
272     'common/input_messages.h',
273     'common/inter_process_time_ticks_converter.cc',
274     'common/inter_process_time_ticks_converter.h',
275     'common/java_bridge_messages.h',
276     'common/mac/attributed_string_coder.h',
277     'common/mac/attributed_string_coder.mm',
278     'common/mac/font_descriptor.h',
279     'common/mac/font_descriptor.mm',
280     'common/mac/font_loader.h',
281     'common/mac/font_loader.mm',
282     'common/media/audio_messages.h',
283     'common/media/media_param_traits.cc',
284     'common/media/media_param_traits.h',
285     'common/media/media_player_messages_android.h',
286     'common/media/media_player_messages_enums_android.h',
287     'common/media/media_stream_messages.h',
288     'common/media/media_stream_options.cc',
289     'common/media/media_stream_options.h',
290     'common/media/midi_messages.h',
291     'common/media/video_capture.h',
292     'common/media/video_capture_messages.h',
293     'common/media/webrtc_identity_messages.h',
294     'common/memory_benchmark_messages.h',
295     'common/message_router.cc',
296     'common/message_router.h',
297     'common/mime_registry_messages.h',
298     'common/service_worker_messages.h',
299     'common/navigation_gesture.h',
300     'common/net/url_fetcher.cc',
301     'common/net/url_request_user_data.cc',
302     'common/net/url_request_user_data.h',
303     'common/one_writer_seqlock.cc',
304     'common/one_writer_seqlock.h',
305     'common/p2p_messages.h',
306     'common/p2p_sockets.h',
307     'common/page_state_serialization.cc',
308     'common/page_state_serialization.h',
309     'common/page_zoom.cc',
310     'common/pepper_messages.h',
311     'common/pepper_plugin_list.cc',
312     'common/pepper_plugin_list.h',
313     'common/pepper_renderer_instance_data.cc',
314     'common/pepper_renderer_instance_data.h',
315     'common/plugin_carbon_interpose_constants_mac.cc',
316     'common/plugin_carbon_interpose_constants_mac.h',
317     'common/plugin_constants_win.cc',
318     'common/plugin_constants_win.h',
319     'common/plugin_list.cc',
320     'common/plugin_list.h',
321     'common/plugin_list_mac.mm',
322     'common/plugin_list_posix.cc',
323     'common/plugin_list_win.cc',
324     'common/plugin_process_messages.h',
325     'common/power_monitor_messages.h',
326     'common/process_type.cc',
327     'common/quota_messages.h',
328     'common/resource_messages.cc',
329     'common/resource_messages.h',
330     'common/sandbox_init_linux.cc',
331     'common/sandbox_init_mac.cc',
332     'common/sandbox_init_mac.h',
333     'common/sandbox_init_win.cc',
334     'common/sandbox_mac.h',
335     'common/sandbox_mac.mm',
336     'common/sandbox_linux.h',
337     'common/sandbox_linux.cc',
338     'common/sandbox_seccomp_bpf_linux.cc',
339     'common/sandbox_seccomp_bpf_linux.h',
340     'common/sandbox_util.cc',
341     'common/sandbox_util.h',
342     'common/sandbox_win.cc',
343     'common/sandbox_win.h',
344     'common/savable_url_schemes.cc',
345     'common/savable_url_schemes.h',
346     'common/set_process_title.cc',
347     'common/set_process_title.h',
348     'common/set_process_title_linux.cc',
349     'common/set_process_title_linux.h',
350     'common/socket_stream.h',
351     'common/socket_stream_handle_data.cc',
352     'common/socket_stream_handle_data.h',
353     'common/socket_stream_messages.h',
354     'common/speech_recognition_messages.h',
355     'common/ssl_status_serialization.cc',
356     'common/ssl_status_serialization.h',
357     'common/swapped_out_messages.cc',
358     'common/swapped_out_messages.h',
359     'common/text_input_client_messages.h',
360     'common/url_schemes.cc',
361     'common/url_schemes.h',
362     'common/utility_messages.h',
363     'common/view_messages.h',
364     'common/view_message_enums.h',
365     'common/webplugin_geometry.cc',
366     'common/webplugin_geometry.h',
367     'common/websocket.h',
368     'common/websocket_messages.h',
369     'common/worker_messages.h',
370     'common/zygote_commands_linux.h',
371     'port/common/input_event_ack_state.h',
372     'public/common/browser_plugin_permission_type.h',
373     'public/common/common_param_traits.cc',
374     'public/common/common_param_traits.h',
375     'public/common/common_param_traits_macros.h',
376     'public/common/content_client.cc',
377     'public/common/content_client.h',
378     'public/common/window_container_type.cc',
379     'public/common/window_container_type.h',
380   ],
381   'conditions': [
382     ['OS=="ios"', {
383       'sources/': [
384         # iOS only needs a small portion of content; exclude all the
385         # implementation, and re-include what is used.
386         ['exclude', '\\.(cc|mm)$'],
387         ['include', '_ios\\.(cc|mm)$'],
388         ['include', '^public/common/content_client\\.cc$'],
389         ['include', '^public/common/content_constants\\.cc$'],
390         ['include', '^public/common/content_switches\\.cc$'],
391         ['include', '^public/common/frame_navigate_params\\.cc$'],
392         ['include', '^public/common/media_stream_request\\.cc$'],
393         ['include', '^public/common/page_state\\.cc$'],
394         ['include', '^public/common/page_transition_types\\.cc$'],
395         ['include', '^public/common/password_form\\.cc$'],
396         ['include', '^public/common/speech_recognition_result\\.cc$'],
397         ['include', '^public/common/ssl_status\\.cc$'],
398         ['include', '^public/common/url_constants\\.cc$'],
399         ['include', '^common/content_paths\\.cc$'],
400         ['include', '^common/media/media_stream_options\\.cc$'],
401         ['include', '^common/net/url_fetcher\\.cc$'],
402         ['include', '^common/net/url_request_user_data\\.cc$'],
403         ['include', '^common/page_state_serialization\\.cc$'],
404         ['include', '^common/savable_url_schemes\\.cc$'],
405         ['include', '^common/url_schemes\\.cc$'],
406       ],
407     }, {  # OS!="ios"
408       'dependencies': [
409         '../cc/cc.gyp:cc',
410         '../gpu/gpu.gyp:gles2_c_lib',
411         '../gpu/gpu.gyp:gles2_implementation',
412         '../gpu/gpu.gyp:gpu_ipc',
413         '../ipc/ipc.gyp:ipc',
414         '../media/media.gyp:media',
415         '../media/media.gyp:shared_memory_support',
416         '../ui/gl/gl.gyp:gl',
417         '../webkit/common/webkit_common.gyp:webkit_common',
418         '../webkit/storage_browser.gyp:webkit_storage_browser',
419         '../webkit/storage_common.gyp:webkit_storage_common',
420       ],
421     }],
422     ['OS!="ios" and chrome_multiple_dll!=1', {
423       'dependencies': [
424         '../webkit/support/webkit_support.gyp:glue',
425       ],
426     }],
427     ['OS=="mac"', {
428       'sources!': [
429         'common/plugin_list_posix.cc',
430       ],
431       'link_settings': {
432         'libraries': [
433           '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
434         ],
435       },
436     }],
437     ['OS=="android"',{
438       'link_settings': {
439         'libraries': [
440           '-landroid',  # ANativeWindow
441         ],
442       },
443      'dependencies': [
444         'content.gyp:content_jni_headers',
445         'content.gyp:common_aidl',
446       ],
447     }],
448     ['toolkit_uses_gtk == 1', {
449       'dependencies': [
450         '../build/linux/system.gyp:gtk',
451       ],
452     }],
453     ['use_pango == 1', {
454       'dependencies': [
455         '../build/linux/system.gyp:pangocairo',
456       ],
457     }, {  # use_pango == 0
458       'sources!': [
459         'common/font_list_pango.cc',
460       ],
461     }],
462     ['use_x11 == 1', {
463       'include_dirs': [
464         '<(DEPTH)/third_party/khronos',
465       ],
466       'link_settings': {
467         'libraries': [
468           '-lXcomposite',
469         ],
470       },
471     }],
472     ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
473       'sources': [
474         'common/gpu/x_util.cc',
475         'common/gpu/x_util.h',
476       ],
477     }],
478     ['enable_plugins==1', {
479       'dependencies': [
480         '../ppapi/ppapi_internal.gyp:ppapi_shared',
481       ],
482     }, {  # enable_plugins == 0
483       'sources!': [
484         'common/font_list.cc',
485         'common/pepper_plugin_list.cc',
486         'common/pepper_plugin_list.h',
487         'common/sandbox_util.cc',
488       ],
489     }],
490     ['enable_gpu==1', {
491       'dependencies': [
492         '../gpu/gpu.gyp:command_buffer_service',
493       ],
494     }],
495     ['OS=="android"', {
496       'dependencies': [
497         '../media/media.gyp:media',
498       ],
499       'sources': [
500         'common/gpu/media/android_video_decode_accelerator.cc',
501         'common/gpu/media/android_video_decode_accelerator.h',
502       ],
503     }],
504     ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
505       'dependencies': [
506         '../media/media.gyp:media',
507       ],
508       'sources': [
509         'common/gpu/media/exynos_video_decode_accelerator.cc',
510         'common/gpu/media/exynos_video_decode_accelerator.h',
511         'common/gpu/media/exynos_video_encode_accelerator.cc',
512         'common/gpu/media/exynos_video_encode_accelerator.h',
513       ],
514       'include_dirs': [
515         '<(DEPTH)/third_party/khronos',
516       ],
517       'link_settings': {
518         'libraries': [
519           '-lEGL',
520           '-lGLESv2',
521         ],
522       },
523     }],
524     ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
525       'sources': [
526         'common/gpu/media/h264_dpb.cc',
527         'common/gpu/media/h264_dpb.h',
528         'common/gpu/media/va_surface.h',
529         'common/gpu/media/vaapi_h264_decoder.cc',
530         'common/gpu/media/vaapi_h264_decoder.h',
531         'common/gpu/media/vaapi_video_decode_accelerator.cc',
532         'common/gpu/media/vaapi_video_decode_accelerator.h',
533         'common/gpu/media/vaapi_wrapper.cc',
534         'common/gpu/media/vaapi_wrapper.h',
535       ],
536       'include_dirs': [
537         '<(DEPTH)/third_party/libva',
538       ],
539     }],
540     ['OS=="win"', {
541       'dependencies': [
542         '../media/media.gyp:media',
543         '../ui/gl/gl.gyp:gl',
544       ],
545       'link_settings': {
546         'libraries': [
547            '-ld3d9.lib',
548            '-ldxva2.lib',
549            '-lstrmiids.lib',
550            '-lmf.lib',
551            '-lmfplat.lib',
552            '-lmfuuid.lib',
553         ],
554         'msvs_settings': {
555           'VCLinkerTool': {
556             'DelayLoadDLLs': [
557               'd3d9.dll',
558               'dxva2.dll',
559               'mf.dll',
560               'mfplat.dll',
561             ],
562           },
563         },
564       },
565       'sources': [
566         'common/gpu/media/dxva_video_decode_accelerator.cc',
567         'common/gpu/media/dxva_video_decode_accelerator.h',
568       ],
569       'include_dirs': [
570         '<(DEPTH)/third_party/khronos',
571       ],
572     }],
573     ['OS=="win" and directxsdk_exists=="True"', {
574       'actions': [
575       {
576         'action_name': 'extract_xinput',
577         'variables': {
578           'input': 'APR2007_xinput_<(winsdk_arch).cab',
579           'output': 'xinput1_3.dll',
580         },
581         'inputs': [
582           '../third_party/directxsdk/files/Redist/<(input)',
583         ],
584         'outputs': [
585           '<(PRODUCT_DIR)/<(output)',
586         ],
587         'action': [
588           'python',
589         '../build/extract_from_cab.py',
590         '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
591         '<(output)',
592         '<(PRODUCT_DIR)',
593         ],
594         'msvs_cygwin_shell': 1,
595       },
596      ]
597     }],
598   ],