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