Wire GL_CHROMIUM_map_sub functions up to Skia.
[chromium-blink-merge.git] / content / content_common.gypi
blob45e9d2c18b852333f36ebc67fb003d2f9170169d
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     '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10     '../net/net.gyp:net',
11     '../skia/skia.gyp:skia',
12     '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
13     '../third_party/icu/icu.gyp:icuuc',
14     '../third_party/libjingle/libjingle.gyp:libjingle',
15     '../ui/accessibility/accessibility.gyp:accessibility',
16     '../ui/base/ui_base.gyp:ui_base',
17     '../ui/gfx/gfx.gyp:gfx',
18     '../ui/gfx/gfx.gyp:gfx_geometry',
19     '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
20     '../url/url.gyp:url_lib',
21   ],
22   'include_dirs': [
23     '..',
24   ],
25   'export_dependent_settings': [
26     '../base/base.gyp:base',
27     # The public content API headers directly include Blink API headers, so we
28     # have to export the blink header settings so that relative paths in these
29     # headers resolve correctly.
30     '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
31   ],
32   'sources': [
33     'public/common/assert_matching_enums.cc',
34     'public/common/bindings_policy.h',
35     'public/common/browser_plugin_permission_type.h',
36     'public/common/child_process_host.h',
37     'public/common/child_process_host_delegate.cc',
38     'public/common/child_process_host_delegate.h',
39     'public/common/child_process_sandbox_support_linux.h',
40     'public/common/color_suggestion.cc',
41     'public/common/color_suggestion.h',
42     'public/common/common_param_traits.cc',
43     'public/common/common_param_traits.h',
44     'public/common/common_param_traits_macros.h',
45     'public/common/console_message_level.h',
46     'public/common/content_client.cc',
47     'public/common/content_client.h',
48     'public/common/content_constants.cc',
49     'public/common/content_constants.h',
50     'public/common/content_descriptors.h',
51     'public/common/content_ipc_logging.h',
52     'public/common/content_paths.h',
53     'public/common/content_switches.cc',
54     'public/common/content_switches.h',
55     'public/common/context_menu_params.cc',
56     'public/common/context_menu_params.h',
57     'public/common/drop_data.cc',
58     'public/common/drop_data.h',
59     'public/common/favicon_url.cc',
60     'public/common/favicon_url.h',
61     'public/common/file_chooser_params.cc',
62     'public/common/file_chooser_params.h',
63     'public/common/frame_navigate_params.cc',
64     'public/common/frame_navigate_params.h',
65     'public/common/geoposition.cc',
66     'public/common/geoposition.h',
67     'public/common/gpu_memory_stats.cc',
68     'public/common/gpu_memory_stats.h',
69     'public/common/injection_test_mac.h',
70     'public/common/injection_test_win.h',
71     'public/common/javascript_message_type.h',
72     'public/common/main_function_params.h',
73     'public/common/media_stream_request.cc',
74     'public/common/media_stream_request.h',
75     'public/common/menu_item.cc',
76     'public/common/menu_item.h',
77     'public/common/page_state.cc',
78     'public/common/page_state.h',
79     'public/common/page_transition_types.cc',
80     'public/common/page_transition_types.h',
81     'public/common/page_transition_types_list.h',
82     'public/common/page_type.h',
83     'public/common/page_zoom.h',
84     'public/common/pepper_plugin_info.cc',
85     'public/common/pepper_plugin_info.h',
86     'public/common/process_type.h',
87     'public/common/referrer.h',
88     'public/common/renderer_preferences.cc',
89     'public/common/renderer_preferences.h',
90     'public/common/resource_response.h',
91     'public/common/result_codes.h',
92     'public/common/result_codes_list.h',
93     'public/common/sandbox_init.h',
94     'public/common/sandbox_linux.h',
95     'public/common/sandbox_type_mac.h',
96     'public/common/sandboxed_process_launcher_delegate.cc',
97     'public/common/sandboxed_process_launcher_delegate.h',
98     'public/common/security_style.h',
99     'public/common/show_desktop_notification_params.cc',
100     'public/common/show_desktop_notification_params.h',
101     'public/common/signed_certificate_timestamp_id_and_status.cc',
102     'public/common/signed_certificate_timestamp_id_and_status.h',
103     'public/common/speech_recognition_error.h',
104     'public/common/speech_recognition_grammar.h',
105     'public/common/speech_recognition_result.cc',
106     'public/common/speech_recognition_result.h',
107     'public/common/ssl_status.cc',
108     'public/common/ssl_status.h',
109     'public/common/stop_find_action.h',
110     'public/common/storage_quota_params.h',
111     'public/common/three_d_api_types.h',
112     'public/common/top_controls_state.h',
113     'public/common/top_controls_state_list.h',
114     'public/common/url_constants.cc',
115     'public/common/url_constants.h',
116     'public/common/url_fetcher.h',
117     'public/common/url_utils.cc',
118     'public/common/url_utils.h',
119     'public/common/user_agent.h',
120     'public/common/webplugininfo.cc',
121     'public/common/webplugininfo.h',
122     'public/common/window_container_type.cc',
123     'public/common/window_container_type.h',
124     'public/common/zygote_fork_delegate_linux.h',
125     'common/accessibility_messages.h',
126     'common/all_messages.h',
127     'common/android/address_parser.cc',
128     'common/android/address_parser.h',
129     'common/android/address_parser_internal.cc',
130     'common/android/address_parser_internal.h',
131     'common/android/common_jni_registrar.cc',
132     'common/android/common_jni_registrar.h',
133     'common/android/device_telephony_info.cc',
134     'common/android/device_telephony_info.h',
135     'common/android/hash_set.cc',
136     'common/android/hash_set.h',
137     'common/android/surface_texture_lookup.cc',
138     'common/android/surface_texture_lookup.h',
139     'common/android/surface_texture_peer.cc',
140     'common/android/surface_texture_peer.h',
141     'common/appcache_messages.h',
142     'common/browser_plugin/browser_plugin_constants.cc',
143     'common/browser_plugin/browser_plugin_constants.h',
144     'common/browser_plugin/browser_plugin_messages.h',
145     'common/cc_messages.cc',
146     'common/cc_messages.h',
147     'common/child_process_host_impl.cc',
148     'common/child_process_host_impl.h',
149     'common/child_process_messages.h',
150     'common/child_process_sandbox_support_impl_linux.cc',
151     'common/child_process_sandbox_support_impl_linux.h',
152     'common/child_process_sandbox_support_impl_shm_linux.cc',
153     'common/clipboard_format.h',
154     'common/clipboard_messages.h',
155     'common/content_constants_internal.cc',
156     'common/content_constants_internal.h',
157     'common/content_export.h',
158     'common/content_ipc_logging.cc',
159     'common/content_message_generator.cc',
160     'common/content_message_generator.h',
161     'common/content_param_traits.cc',
162     'common/content_param_traits.h',
163     'common/content_param_traits_macros.h',
164     'common/content_paths.cc',
165     'common/content_switches_internal.cc',
166     'common/content_switches_internal.h',
167     'common/cookie_data.cc',
168     'common/cookie_data.h',
169     'common/cursors/webcursor.cc',
170     'common/cursors/webcursor.h',
171     'common/cursors/webcursor_android.cc',
172     'common/cursors/webcursor_aura.cc',
173     'common/cursors/webcursor_aurawin.cc',
174     'common/cursors/webcursor_aurax11.cc',
175     'common/cursors/webcursor_mac.mm',
176     'common/cursors/webcursor_ozone.cc',
177     'common/cursors/webcursor_win.cc',
178     'common/database_messages.h',
179     'common/date_time_suggestion.h',
180     'common/desktop_notification_messages.h',
181     'common/device_orientation/device_motion_hardware_buffer.h',
182     'common/device_orientation/device_motion_messages.h',
183     'common/device_orientation/device_orientation_hardware_buffer.h',
184     'common/device_orientation/device_orientation_messages.h',
185     'common/devtools_messages.h',
186     'common/dom_storage/dom_storage_map.cc',
187     'common/dom_storage/dom_storage_map.h',
188     'common/dom_storage/dom_storage_messages.h',
189     'common/drag_event_source_info.h',
190     'common/drag_messages.h',
191     'common/drag_traits.h',
192     'common/edit_command.h',
193     'common/file_utilities_messages.h',
194     'common/fileapi/file_system_messages.h',
195     'common/fileapi/webblob_messages.h',
196     'common/font_cache_dispatcher_win.cc',
197     'common/font_cache_dispatcher_win.h',
198     'common/font_config_ipc_linux.cc',
199     'common/font_config_ipc_linux.h',
200     'common/font_list.cc',
201     'common/font_list.h',
202     'common/font_list_android.cc',
203     'common/font_list_mac.mm',
204     'common/font_list_ozone.cc',
205     'common/font_list_pango.cc',
206     'common/font_list_win.cc',
207     'common/frame_message_enums.h',
208     'common/frame_messages.h',
209     'common/frame_param.cc',
210     'common/frame_param.h',
211     'common/frame_param_macros.h',
212     'common/gamepad_hardware_buffer.h',
213     'common/gamepad_messages.h',
214     'common/gamepad_user_gesture.cc',
215     'common/gamepad_user_gesture.h',
216     'common/geolocation_messages.h',
217     'common/gpu/client/command_buffer_proxy_impl.cc',
218     'common/gpu/client/command_buffer_proxy_impl.h',
219     'common/gpu/client/context_provider_command_buffer.cc',
220     'common/gpu/client/context_provider_command_buffer.h',
221     'common/gpu/client/gl_helper.cc',
222     'common/gpu/client/gl_helper.h',
223     'common/gpu/client/gl_helper_readback_support.cc',
224     'common/gpu/client/gl_helper_readback_support.h',
225     'common/gpu/client/gl_helper_scaling.cc',
226     'common/gpu/client/gl_helper_scaling.h',
227     'common/gpu/client/gpu_channel_host.cc',
228     'common/gpu/client/gpu_channel_host.h',
229     'common/gpu/client/gpu_memory_buffer_impl.cc',
230     'common/gpu/client/gpu_memory_buffer_impl.h',
231     'common/gpu/client/gpu_memory_buffer_impl_android.cc',
232     'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
233     'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
234     'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
235     'common/gpu/client/gpu_memory_buffer_impl_shm.h',
236     'common/gpu/client/gpu_memory_buffer_impl_win.cc',
237     'common/gpu/client/gpu_video_decode_accelerator_host.cc',
238     'common/gpu/client/gpu_video_decode_accelerator_host.h',
239     'common/gpu/client/gpu_video_encode_accelerator_host.cc',
240     'common/gpu/client/gpu_video_encode_accelerator_host.h',
241     'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
242     'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
243     'common/gpu/devtools_gpu_agent.cc',
244     'common/gpu/devtools_gpu_agent.h',
245     'common/gpu/devtools_gpu_instrumentation.cc',
246     'common/gpu/devtools_gpu_instrumentation.h',
247     'common/gpu/gpu_channel.cc',
248     'common/gpu/gpu_channel.h',
249     'common/gpu/gpu_channel_manager.cc',
250     'common/gpu/gpu_channel_manager.h',
251     'common/gpu/gpu_command_buffer_stub.cc',
252     'common/gpu/gpu_command_buffer_stub.h',
253     'common/gpu/gpu_config.h',
254     'common/gpu/gpu_memory_manager.cc',
255     'common/gpu/gpu_memory_manager.h',
256     'common/gpu/gpu_memory_manager_client.cc',
257     'common/gpu/gpu_memory_manager_client.h',
258     'common/gpu/gpu_memory_tracking.cc',
259     'common/gpu/gpu_memory_tracking.h',
260     'common/gpu/gpu_memory_uma_stats.h',
261     'common/gpu/gpu_messages.h',
262     'common/gpu/gpu_process_launch_causes.h',
263     'common/gpu/gpu_surface_lookup.cc',
264     'common/gpu/gpu_surface_lookup.h',
265     'common/gpu/gpu_watchdog.h',
266     'common/gpu/image_transport_surface.cc',
267     'common/gpu/image_transport_surface.h',
268     'common/gpu/image_transport_surface_android.cc',
269     'common/gpu/image_transport_surface_linux.cc',
270     'common/gpu/image_transport_surface_mac.cc',
271     'common/gpu/image_transport_surface_win.cc',
272     'common/gpu/media/gpu_video_decode_accelerator.cc',
273     'common/gpu/media/gpu_video_decode_accelerator.h',
274     'common/gpu/media/gpu_video_encode_accelerator.cc',
275     'common/gpu/media/gpu_video_encode_accelerator.h',
276     'common/gpu/media/video_decode_accelerator_impl.cc',
277     'common/gpu/media/video_decode_accelerator_impl.h',
278     'common/gpu/stream_texture_android.cc',
279     'common/gpu/stream_texture_android.h',
280     'common/gpu/sync_point_manager.cc',
281     'common/gpu/sync_point_manager.h',
282     'common/gpu/texture_image_transport_surface.cc',
283     'common/gpu/texture_image_transport_surface.h',
284     'common/handle_enumerator_win.cc',
285     'common/handle_enumerator_win.h',
286     'common/host_shared_bitmap_manager.cc',
287     'common/host_shared_bitmap_manager.h',
288     'common/image_messages.h',
289     'common/indexed_db/indexed_db_constants.h',
290     'common/indexed_db/indexed_db_key.cc',
291     'common/indexed_db/indexed_db_key.h',
292     'common/indexed_db/indexed_db_key_path.cc',
293     'common/indexed_db/indexed_db_key_path.h',
294     'common/indexed_db/indexed_db_key_range.cc',
295     'common/indexed_db/indexed_db_key_range.h',
296     'common/indexed_db/indexed_db_messages.h',
297     'common/indexed_db/indexed_db_param_traits.cc',
298     'common/indexed_db/indexed_db_param_traits.h',
299     'common/input/did_overscroll_params.h',
300     'common/input/gesture_event_stream_validator.cc',
301     'common/input/gesture_event_stream_validator.h',
302     'common/input/input_event.cc',
303     'common/input/input_event.h',
304     'common/input/input_event_stream_validator.cc',
305     'common/input/input_event_stream_validator.h',
306     'common/input/input_param_traits.cc',
307     'common/input/input_param_traits.h',
308     'common/input/scoped_web_input_event.cc',
309     'common/input/scoped_web_input_event.h',
310     'common/input/synthetic_gesture_packet.cc',
311     'common/input/synthetic_gesture_packet.h',
312     'common/input/synthetic_gesture_params.cc',
313     'common/input/synthetic_gesture_params.h',
314     'common/input/synthetic_pinch_gesture_params.cc',
315     'common/input/synthetic_pinch_gesture_params.h',
316     'common/input/synthetic_smooth_scroll_gesture_params.cc',
317     'common/input/synthetic_smooth_scroll_gesture_params.h',
318     'common/input/synthetic_tap_gesture_params.cc',
319     'common/input/synthetic_tap_gesture_params.h',
320     'common/input/synthetic_web_input_event_builders.cc',
321     'common/input/synthetic_web_input_event_builders.h',
322     'common/input/web_input_event_traits.cc',
323     'common/input/web_input_event_traits.h',
324     'common/input_messages.h',
325     'common/inter_process_time_ticks_converter.cc',
326     'common/inter_process_time_ticks_converter.h',
327     'common/java_bridge_messages.h',
328     'common/mac/attributed_string_coder.h',
329     'common/mac/attributed_string_coder.mm',
330     'common/mac/font_descriptor.h',
331     'common/mac/font_descriptor.mm',
332     'common/mac/font_loader.h',
333     'common/mac/font_loader.mm',
334     'common/media/audio_messages.h',
335     'common/media/cdm_messages.h',
336     'common/media/cdm_messages_enums.h',
337     'common/media/media_param_traits.cc',
338     'common/media/media_param_traits.h',
339     'common/media/media_player_messages_android.h',
340     'common/media/media_player_messages_enums_android.h',
341     'common/media/media_stream_messages.h',
342     'common/media/media_stream_options.cc',
343     'common/media/media_stream_options.h',
344     'common/media/media_stream_track_metrics_host_messages.h',
345     'common/media/midi_messages.h',
346     'common/media/video_capture.h',
347     'common/media/video_capture_messages.h',
348     'common/media/webrtc_identity_messages.h',
349     'common/memory_benchmark_messages.h',
350     'common/message_port_messages.h',
351     'common/message_router.cc',
352     'common/message_router.h',
353     'common/mime_registry_messages.h',
354     'common/mojo/mojo_messages.h',
355     'common/navigation_gesture.h',
356     'common/net/url_fetcher.cc',
357     'common/net/url_request_user_data.cc',
358     'common/net/url_request_user_data.h',
359     'common/one_writer_seqlock.cc',
360     'common/one_writer_seqlock.h',
361     'common/p2p_messages.h',
362     'common/page_state_serialization.cc',
363     'common/page_state_serialization.h',
364     'common/page_zoom.cc',
365     'common/pepper_messages.h',
366     'common/pepper_plugin_list.cc',
367     'common/pepper_plugin_list.h',
368     'common/pepper_renderer_instance_data.cc',
369     'common/pepper_renderer_instance_data.h',
370     'common/plugin_carbon_interpose_constants_mac.cc',
371     'common/plugin_carbon_interpose_constants_mac.h',
372     'common/plugin_constants_win.cc',
373     'common/plugin_constants_win.h',
374     'common/plugin_list.cc',
375     'common/plugin_list.h',
376     'common/plugin_list_mac.mm',
377     'common/plugin_list_posix.cc',
378     'common/plugin_list_win.cc',
379     'common/plugin_process_messages.h',
380     'common/power_monitor_messages.h',
381     'common/process_type.cc',
382     'common/push_messaging_messages.h',
383     'common/quota_messages.h',
384     'common/resource_messages.cc',
385     'common/resource_messages.h',
386     'common/resource_request_body.cc',
387     'common/resource_request_body.h',
388     'common/sandbox_init_mac.cc',
389     'common/sandbox_init_mac.h',
390     'common/sandbox_init_win.cc',
391     'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc',
392     'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h',
393     'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
394     'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
395     'common/sandbox_linux/bpf_gpu_policy_linux.cc',
396     'common/sandbox_linux/bpf_gpu_policy_linux.h',
397     'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
398     'common/sandbox_linux/bpf_ppapi_policy_linux.h',
399     'common/sandbox_linux/bpf_renderer_policy_linux.cc',
400     'common/sandbox_linux/bpf_renderer_policy_linux.h',
401     'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
402     'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
403     'common/sandbox_linux/sandbox_init_linux.cc',
404     'common/sandbox_linux/sandbox_linux.cc',
405     'common/sandbox_linux/sandbox_linux.h',
406     'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
407     'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
408     'common/sandbox_mac.h',
409     'common/sandbox_mac.mm',
410     'common/sandbox_util.cc',
411     'common/sandbox_util.h',
412     'common/sandbox_win.cc',
413     'common/sandbox_win.h',
414     'common/savable_url_schemes.cc',
415     'common/savable_url_schemes.h',
416     'common/screen_orientation_messages.h',
417     'common/service_worker/embedded_worker_messages.h',
418     'common/service_worker/service_worker_messages.h',
419     'common/service_worker/service_worker_status_code.cc',
420     'common/service_worker/service_worker_status_code.h',
421     'common/service_worker/service_worker_types.cc',
422     'common/service_worker/service_worker_types.h',
423     'common/set_process_title.cc',
424     'common/set_process_title.h',
425     'common/set_process_title_linux.cc',
426     'common/set_process_title_linux.h',
427     'common/socket_stream.h',
428     'common/socket_stream_handle_data.h',
429     'common/socket_stream_messages.h',
430     'common/speech_recognition_messages.h',
431     'common/ssl_status_serialization.cc',
432     'common/ssl_status_serialization.h',
433     'common/swapped_out_messages.cc',
434     'common/swapped_out_messages.h',
435     'common/text_input_client_messages.h',
436     'common/url_schemes.cc',
437     'common/url_schemes.h',
438     'common/user_agent.cc',
439     'common/user_agent_ios.mm',
440     'common/utility_messages.h',
441     'common/view_message_enums.h',
442     'common/view_messages.h',
443     'common/webplugin_geometry.cc',
444     'common/webplugin_geometry.h',
445     'common/websocket.cc',
446     'common/websocket.h',
447     'common/websocket_messages.h',
448     'common/worker_messages.h',
449     'common/zygote_commands_linux.h',
450     'port/common/input_event_ack_state.h',
451   ],
452   'target_conditions': [
453     ['OS=="android" and <(use_seccomp_bpf)==1', {
454       'sources/': [
455         ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'],
456         ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'],
457       ],
458     }],
459   ],
460   'conditions': [
461     ['use_aura==1', {
462       'sources!': [
463         'common/cursors/webcursor_mac.mm',
464         'common/cursors/webcursor_win.cc',
465       ],
466     }],
467     ['OS=="ios"', {
468       # iOS has different user-agent construction utilities, since the
469       # version strings is not derived from webkit_version, and follows
470       # a different format.
471       'sources!': [
472         'common/user_agent.cc',
473       ],
474       'sources/': [
475         # iOS only needs a small portion of content; exclude all the
476         # implementation, and re-include what is used.
477         ['exclude', '\\.(cc|mm)$'],
478         ['include', '_ios\\.(cc|mm)$'],
479         ['include', '^public/common/content_client\\.cc$'],
480         ['include', '^public/common/content_constants\\.cc$'],
481         ['include', '^public/common/content_switches\\.cc$'],
482         ['include', '^public/common/frame_navigate_params\\.cc$'],
483         ['include', '^public/common/media_stream_request\\.cc$'],
484         ['include', '^public/common/page_state\\.cc$'],
485         ['include', '^public/common/page_transition_types\\.cc$'],
486         ['include', '^public/common/password_form\\.cc$'],
487         ['include', '^public/common/signed_certificate_timestamp_id_and_status\\.cc$'],
488         ['include', '^public/common/speech_recognition_result\\.cc$'],
489         ['include', '^public/common/ssl_status\\.cc$'],
490         ['include', '^public/common/url_constants\\.cc$'],
491         ['include', '^common/content_paths\\.cc$'],
492         ['include', '^common/media/media_stream_options\\.cc$'],
493         ['include', '^common/net/url_fetcher\\.cc$'],
494         ['include', '^common/net/url_request_user_data\\.cc$'],
495         ['include', '^common/page_state_serialization\\.cc$'],
496         ['include', '^common/savable_url_schemes\\.cc$'],
497         ['include', '^common/url_schemes\\.cc$'],
498       ],
499     }, {  # OS!="ios"
500       'dependencies': [
501         '../cc/cc.gyp:cc',
502         '../gpu/gpu.gyp:command_buffer_service',
503         '../gpu/gpu.gyp:gles2_c_lib',
504         '../gpu/gpu.gyp:gles2_implementation',
505         '../gpu/gpu.gyp:gpu_ipc',
506         '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
507         '../ipc/ipc.gyp:ipc',
508         '../media/media.gyp:media',
509         '../media/media.gyp:shared_memory_support',
510         '../mojo/mojo.gyp:mojo_environment_chromium',
511         '../mojo/mojo.gyp:mojo_system_impl',
512         '../third_party/WebKit/public/blink.gyp:blink',
513         '../ui/gl/gl.gyp:gl',
514         '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
515         '../webkit/common/webkit_common.gyp:webkit_common',
516         '../webkit/storage_browser.gyp:webkit_storage_browser',
517         '../webkit/storage_common.gyp:webkit_storage_common',
518         'content.gyp:webkit_version',
519       ],
520     }],
521     ['OS=="mac"', {
522       'dependencies': [
523         '../webkit/webkit_resources.gyp:webkit_resources',
524       ],
525       'sources': [
526         'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
527         'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
528       ],
529       'sources!': [
530         'common/plugin_list_posix.cc',
531       ],
532       'link_settings': {
533         'libraries': [
534           '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
535         ],
536       },
537     }],
538     ['OS=="android"',{
539       'sources': [
540         'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
541         'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
542       ],
543       'link_settings': {
544         'libraries': [
545           '-landroid',  # ANativeWindow
546         ],
547       },
548      'dependencies': [
549         'content.gyp:content_jni_headers',
550         'content.gyp:common_aidl',
551       ],
552     }],
553     ['use_pango == 1', {
554       'dependencies': [
555         '../build/linux/system.gyp:pangocairo',
556       ],
557       'sources!': [
558         'common/font_list_ozone.cc',
559       ],
560     }],
561     ['use_x11 == 1', {
562       'include_dirs': [
563         '<(DEPTH)/third_party/khronos',
564       ],
565       'dependencies': [
566          '<(DEPTH)/build/linux/system.gyp:xcomposite',
567       ],
568     }],
569     ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
570       'sources': [
571         'common/gpu/x_util.cc',
572         'common/gpu/x_util.h',
573       ],
574     }],
575     ['enable_plugins==1', {
576       'dependencies': [
577         '../ppapi/ppapi_internal.gyp:ppapi_shared',
578       ],
579     }, {  # enable_plugins == 0
580       'sources!': [
581         'common/pepper_plugin_list.cc',
582         'common/pepper_plugin_list.h',
583         'common/sandbox_util.cc',
584       ],
585     }],
586     ['OS=="android"', {
587       'dependencies': [
588         '../media/media.gyp:media',
589       ],
590       'sources': [
591         'common/gpu/media/android_video_decode_accelerator.cc',
592         'common/gpu/media/android_video_decode_accelerator.h',
593       ],
594     }],
595     ['OS=="android" and enable_webrtc==1', {
596       'dependencies': [
597         '../third_party/libyuv/libyuv.gyp:libyuv',
598       ],
599       'sources': [
600         'common/gpu/media/android_video_encode_accelerator.cc',
601         'common/gpu/media/android_video_encode_accelerator.h',
602       ],
603     }],
604     ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
605       'dependencies': [
606         '../media/media.gyp:media',
607       ],
608       'sources': [
609         'common/gpu/media/exynos_v4l2_video_device.cc',
610         'common/gpu/media/exynos_v4l2_video_device.h',
611         'common/gpu/media/exynos_video_encode_accelerator.cc',
612         'common/gpu/media/exynos_video_encode_accelerator.h',
613         'common/gpu/media/tegra_v4l2_video_device.cc',
614         'common/gpu/media/tegra_v4l2_video_device.h',
615         'common/gpu/media/v4l2_video_decode_accelerator.cc',
616         'common/gpu/media/v4l2_video_decode_accelerator.h',
617         'common/gpu/media/v4l2_video_device.cc',
618         'common/gpu/media/v4l2_video_device.h',
619       ],
620       'include_dirs': [
621         '<(DEPTH)/third_party/khronos',
622       ],
623       'link_settings': {
624         'libraries': [
625           '-lEGL',
626           '-lGLESv2',
627         ],
628       },
629     }],
630     ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
631       'sources': [
632         'common/gpu/media/h264_dpb.cc',
633         'common/gpu/media/h264_dpb.h',
634         'common/gpu/media/va_surface.h',
635         'common/gpu/media/vaapi_h264_decoder.cc',
636         'common/gpu/media/vaapi_h264_decoder.h',
637         'common/gpu/media/vaapi_video_decode_accelerator.cc',
638         'common/gpu/media/vaapi_video_decode_accelerator.h',
639         'common/gpu/media/vaapi_wrapper.cc',
640         'common/gpu/media/vaapi_wrapper.h',
641       ],
642       'variables': {
643         'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
644         'extra_header': 'common/gpu/media/va_stub_header.fragment',
645         'sig_files': ['common/gpu/media/va.sigs'],
646         'outfile_type': 'posix_stubs',
647         'stubs_filename_root': 'va_stubs',
648         'project_path': 'content/common/gpu/media',
649         'intermediate_dir': '<(INTERMEDIATE_DIR)',
650         'output_root': '<(SHARED_INTERMEDIATE_DIR)/va',
651       },
652       'include_dirs': [
653         '<(DEPTH)/third_party/libva',
654         '<(output_root)',
655       ],
656       'actions': [
657         {
658           'action_name': 'generate_stubs',
659           'inputs': [
660             '<(generate_stubs_script)',
661             '<(extra_header)',
662             '<@(sig_files)',
663           ],
664           'outputs': [
665             '<(intermediate_dir)/<(stubs_filename_root).cc',
666             '<(output_root)/<(project_path)/<(stubs_filename_root).h',
667           ],
668           'action': ['python',
669                      '<(generate_stubs_script)',
670                      '-i', '<(intermediate_dir)',
671                      '-o', '<(output_root)/<(project_path)',
672                      '-t', '<(outfile_type)',
673                      '-e', '<(extra_header)',
674                      '-s', '<(stubs_filename_root)',
675                      '-p', '<(project_path)',
676                      '<@(_inputs)',
677           ],
678           'process_outputs_as_sources': 1,
679           'message': 'Generating libva stubs for dynamic loading',
680         },
681      ]
682     }],
683     ['OS=="win"', {
684       'dependencies': [
685         '../media/media.gyp:media',
686         '../ui/gl/gl.gyp:gl',
687       ],
688       'link_settings': {
689         'libraries': [
690            '-ld3d9.lib',
691            '-ldxva2.lib',
692            '-lstrmiids.lib',
693            '-lmf.lib',
694            '-lmfplat.lib',
695            '-lmfuuid.lib',
696         ],
697         'msvs_settings': {
698           'VCLinkerTool': {
699             'DelayLoadDLLs': [
700               'd3d9.dll',
701               'dxva2.dll',
702               'mf.dll',
703               'mfplat.dll',
704             ],
705           },
706         },
707       },
708       'sources': [
709         'common/gpu/media/dxva_video_decode_accelerator.cc',
710         'common/gpu/media/dxva_video_decode_accelerator.h',
711       ],
712       'include_dirs': [
713         '<(DEPTH)/third_party/khronos',
714       ],
715     }],
716     ['OS=="win" and directxsdk_exists=="True"', {
717       'actions': [
718       {
719         'action_name': 'extract_xinput',
720         'variables': {
721           'input': 'APR2007_xinput_<(winsdk_arch).cab',
722           'output': 'xinput1_3.dll',
723         },
724         'inputs': [
725           '../third_party/directxsdk/files/Redist/<(input)',
726         ],
727         'outputs': [
728           '<(PRODUCT_DIR)/<(output)',
729         ],
730         'action': [
731           'python',
732         '../build/extract_from_cab.py',
733         '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
734         '<(output)',
735         '<(PRODUCT_DIR)',
736         ],
737       },
738      ]
739     }],
740     ['use_seccomp_bpf==0', {
741       'sources!': [
742         'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc',
743         'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h',
744         'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
745         'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
746         'common/sandbox_linux/bpf_gpu_policy_linux.cc',
747         'common/sandbox_linux/bpf_gpu_policy_linux.h',
748         'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
749         'common/sandbox_linux/bpf_ppapi_policy_linux.h',
750         'common/sandbox_linux/bpf_renderer_policy_linux.cc',
751         'common/sandbox_linux/bpf_renderer_policy_linux.h',
752         'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
753         'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
754       ],
755     }, {
756       'defines': ['USE_SECCOMP_BPF'],
757     }],
758   ],