mac: Allow Chrome to hand off its active URL to other devices.
[chromium-blink-merge.git] / content / content_common.gypi
blob033ac400dd6bc3802a0bd1ae9bdc321b1e8041f7
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     '../ui/accessibility/accessibility.gyp:accessibility',
15     '../ui/base/ui_base.gyp:ui_base',
16     '../ui/events/ipc/events_ipc.gyp:events_ipc',
17     '../ui/gfx/gfx.gyp:gfx',
18     '../ui/gfx/gfx.gyp:gfx_geometry',
19     '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
20     '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
21     '../url/url.gyp:url_lib',
22   ],
23   'include_dirs': [
24     '..',
25   ],
26   'export_dependent_settings': [
27     '../base/base.gyp:base',
28     # The public content API headers directly include Blink API headers, so we
29     # have to export the blink header settings so that relative paths in these
30     # headers resolve correctly.
31     '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
32   ],
33   'variables': {
34     'public_common_sources': [
35       'public/common/appcache_info.h',
36       'public/common/bindings_policy.h',
37       'public/common/child_process_host.h',
38       'public/common/child_process_host_delegate.cc',
39       'public/common/child_process_host_delegate.h',
40       'public/common/child_process_sandbox_support_linux.h',
41       'public/common/color_suggestion.cc',
42       'public/common/color_suggestion.h',
43       'public/common/common_param_traits.cc',
44       'public/common/common_param_traits.h',
45       'public/common/common_param_traits_macros.h',
46       'public/common/console_message_level.h',
47       'public/common/content_client.cc',
48       'public/common/content_client.h',
49       'public/common/content_constants.cc',
50       'public/common/content_constants.h',
51       'public/common/content_descriptors.h',
52       'public/common/content_ipc_logging.h',
53       'public/common/content_paths.h',
54       'public/common/content_switches.cc',
55       'public/common/content_switches.h',
56       'public/common/context_menu_params.cc',
57       'public/common/context_menu_params.h',
58       'public/common/drop_data.cc',
59       'public/common/drop_data.h',
60       'public/common/dwrite_font_platform_win.h',
61       'public/common/favicon_url.cc',
62       'public/common/favicon_url.h',
63       'public/common/file_chooser_file_info.cc',
64       'public/common/file_chooser_file_info.h',
65       'public/common/file_chooser_params.cc',
66       'public/common/file_chooser_params.h',
67       'public/common/frame_navigate_params.cc',
68       'public/common/frame_navigate_params.h',
69       'public/common/geoposition.cc',
70       'public/common/geoposition.h',
71       'public/common/gpu_memory_stats.cc',
72       'public/common/gpu_memory_stats.h',
73       'public/common/injection_test_mac.h',
74       'public/common/injection_test_win.h',
75       'public/common/javascript_message_type.h',
76       'public/common/main_function_params.h',
77       'public/common/manifest.cc',
78       'public/common/manifest.h',
79       'public/common/media_stream_request.cc',
80       'public/common/media_stream_request.h',
81       'public/common/menu_item.cc',
82       'public/common/menu_item.h',
83       'public/common/page_state.cc',
84       'public/common/page_state.h',
85       'public/common/page_type.h',
86       'public/common/page_zoom.h',
87       'public/common/pepper_plugin_info.cc',
88       'public/common/pepper_plugin_info.h',
89       'public/common/persistent_notification_status.h',
90       'public/common/platform_notification_service.h',
91       'public/common/process_type.h',
92       'public/common/push_messaging_status.cc',
93       'public/common/push_messaging_status.h',
94       'public/common/referrer.cc',
95       'public/common/referrer.h',
96       'public/common/renderer_preferences.cc',
97       'public/common/renderer_preferences.h',
98       'public/common/request_context_frame_type.h',
99       'public/common/request_context_type.h',
100       'public/common/resource_devtools_info.cc',
101       'public/common/resource_devtools_info.h',
102       'public/common/resource_response.cc',
103       'public/common/resource_response.h',
104       'public/common/resource_response_info.cc',
105       'public/common/resource_response_info.h',
106       'public/common/resource_type.cc',
107       'public/common/resource_type.h',
108       'public/common/result_codes.h',
109       'public/common/result_codes_list.h',
110       'public/common/sandbox_init.h',
111       'public/common/sandbox_linux.h',
112       'public/common/sandbox_type_mac.h',
113       'public/common/sandboxed_process_launcher_delegate.cc',
114       'public/common/sandboxed_process_launcher_delegate.h',
115       'public/common/security_style.h',
116       'public/common/send_zygote_child_ping_linux.h',
117       'public/common/service_registry.h',
118       'public/common/show_desktop_notification_params.cc',
119       'public/common/show_desktop_notification_params.h',
120       'public/common/signed_certificate_timestamp_id_and_status.cc',
121       'public/common/signed_certificate_timestamp_id_and_status.h',
122       'public/common/speech_recognition_error.h',
123       'public/common/speech_recognition_grammar.h',
124       'public/common/speech_recognition_result.cc',
125       'public/common/speech_recognition_result.h',
126       'public/common/ssl_status.cc',
127       'public/common/ssl_status.h',
128       'public/common/stop_find_action.h',
129       'public/common/storage_quota_params.h',
130       'public/common/three_d_api_types.h',
131       'public/common/top_controls_state.h',
132       'public/common/top_controls_state_list.h',
133       'public/common/transition_element.h',
134       'public/common/url_constants.cc',
135       'public/common/url_constants.h',
136       'public/common/url_fetcher.h',
137       'public/common/url_utils.cc',
138       'public/common/url_utils.h',
139       'public/common/user_agent.h',
140       'public/common/web_preferences.cc',
141       'public/common/web_preferences.h',
142       'public/common/webplugininfo.cc',
143       'public/common/webplugininfo.h',
144       'public/common/window_container_type.cc',
145       'public/common/window_container_type.h',
146       'public/common/zygote_fork_delegate_linux.h',
147     ],
148     'private_common_sources': [
149       'common/accessibility_messages.h',
150       'common/all_messages.h',
151       'common/android/address_parser.cc',
152       'common/android/address_parser.h',
153       'common/android/address_parser_internal.cc',
154       'common/android/address_parser_internal.h',
155       'common/android/common_jni_registrar.cc',
156       'common/android/common_jni_registrar.h',
157       'common/android/gin_java_bridge_errors.cc',
158       'common/android/gin_java_bridge_errors.h',
159       'common/android/gin_java_bridge_value.cc',
160       'common/android/gin_java_bridge_value.h',
161       'common/android/hash_set.cc',
162       'common/android/hash_set.h',
163       'common/android/surface_texture_manager.cc',
164       'common/android/surface_texture_manager.h',
165       'common/android/surface_texture_peer.cc',
166       'common/android/surface_texture_peer.h',
167       'common/appcache_interfaces.cc',
168       'common/appcache_interfaces.h',
169       'common/appcache_messages.h',
170       'common/bluetooth/bluetooth_error.h',
171       'common/bluetooth/bluetooth_messages.h',
172       'common/browser_plugin/browser_plugin_constants.cc',
173       'common/browser_plugin/browser_plugin_constants.h',
174       'common/browser_plugin/browser_plugin_messages.h',
175       'common/cc_messages.cc',
176       'common/cc_messages.h',
177       'common/child_process_host_impl.cc',
178       'common/child_process_host_impl.h',
179       'common/child_process_messages.h',
180       'common/child_process_sandbox_support_impl_linux.cc',
181       'common/child_process_sandbox_support_impl_linux.h',
182       'common/child_process_sandbox_support_impl_shm_linux.cc',
183       'common/clipboard_format.h',
184       'common/clipboard_messages.h',
185       'common/content_constants_internal.cc',
186       'common/content_constants_internal.h',
187       'common/content_export.h',
188       'common/content_ipc_logging.cc',
189       'common/content_message_generator.cc',
190       'common/content_message_generator.h',
191       'common/content_param_traits.cc',
192       'common/content_param_traits.h',
193       'common/content_param_traits_macros.h',
194       'common/content_paths.cc',
195       'common/content_switches_internal.cc',
196       'common/content_switches_internal.h',
197       'common/cookie_data.cc',
198       'common/cookie_data.h',
199       'common/cursors/webcursor.cc',
200       'common/cursors/webcursor.h',
201       'common/cursors/webcursor_android.cc',
202       'common/cursors/webcursor_aura.cc',
203       'common/cursors/webcursor_aurawin.cc',
204       'common/cursors/webcursor_aurax11.cc',
205       'common/cursors/webcursor_mac.mm',
206       'common/cursors/webcursor_ozone.cc',
207       'common/database_messages.h',
208       'common/date_time_suggestion.h',
209       'common/device_sensors/device_light_data.h',
210       'common/device_sensors/device_light_hardware_buffer.h',
211       'common/device_sensors/device_light_messages.h',
212       'common/device_sensors/device_motion_hardware_buffer.h',
213       'common/device_sensors/device_motion_messages.h',
214       'common/device_sensors/device_orientation_hardware_buffer.h',
215       'common/device_sensors/device_orientation_messages.h',
216       'common/devtools_messages.h',
217       'common/dom_storage/dom_storage_map.cc',
218       'common/dom_storage/dom_storage_map.h',
219       'common/dom_storage/dom_storage_messages.h',
220       'common/drag_event_source_info.h',
221       'common/drag_messages.h',
222       'common/drag_traits.h',
223       'common/dwrite_font_platform_win.cc',
224       'common/edit_command.h',
225       'common/file_utilities_messages.h',
226       'common/fileapi/file_system_messages.h',
227       'common/fileapi/webblob_messages.h',
228       'common/font_cache_dispatcher_win.cc',
229       'common/font_cache_dispatcher_win.h',
230       'common/font_config_ipc_linux.cc',
231       'common/font_config_ipc_linux.h',
232       'common/font_list.cc',
233       'common/font_list.h',
234       'common/font_list_android.cc',
235       'common/font_list_mac.mm',
236       'common/font_list_ozone.cc',
237       'common/font_list_pango.cc',
238       'common/font_list_win.cc',
239       'common/frame_message_enums.h',
240       'common/frame_messages.h',
241       'common/frame_param.cc',
242       'common/frame_param.h',
243       'common/frame_param_macros.h',
244       'common/frame_replication_state.cc',
245       'common/frame_replication_state.h',
246       'common/gamepad_hardware_buffer.h',
247       'common/gamepad_messages.h',
248       'common/gamepad_param_traits.cc',
249       'common/gamepad_param_traits.h',
250       'common/gamepad_user_gesture.cc',
251       'common/gamepad_user_gesture.h',
252       'common/geofencing_messages.h',
253       'common/geofencing_types.cc',
254       'common/geofencing_types.h',
255       'common/gin_java_bridge_messages.h',
256       'common/gpu/client/command_buffer_proxy_impl.cc',
257       'common/gpu/client/command_buffer_proxy_impl.h',
258       'common/gpu/client/context_provider_command_buffer.cc',
259       'common/gpu/client/context_provider_command_buffer.h',
260       'common/gpu/client/gl_helper.cc',
261       'common/gpu/client/gl_helper.h',
262       'common/gpu/client/gl_helper_readback_support.cc',
263       'common/gpu/client/gl_helper_readback_support.h',
264       'common/gpu/client/gl_helper_scaling.cc',
265       'common/gpu/client/gl_helper_scaling.h',
266       'common/gpu/client/gpu_channel_host.cc',
267       'common/gpu/client/gpu_channel_host.h',
268       'common/gpu/client/gpu_memory_buffer_factory_host.h',
269       'common/gpu/client/gpu_memory_buffer_impl.cc',
270       'common/gpu/client/gpu_memory_buffer_impl.h',
271       'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
272       'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
273       'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
274       'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
275       'common/gpu/client/gpu_video_decode_accelerator_host.cc',
276       'common/gpu/client/gpu_video_decode_accelerator_host.h',
277       'common/gpu/client/gpu_video_encode_accelerator_host.cc',
278       'common/gpu/client/gpu_video_encode_accelerator_host.h',
279       'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
280       'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
281       'common/gpu/devtools_gpu_agent.cc',
282       'common/gpu/devtools_gpu_agent.h',
283       'common/gpu/devtools_gpu_instrumentation.cc',
284       'common/gpu/devtools_gpu_instrumentation.h',
285       'common/gpu/gpu_channel.cc',
286       'common/gpu/gpu_channel.h',
287       'common/gpu/gpu_channel_manager.cc',
288       'common/gpu/gpu_channel_manager.h',
289       'common/gpu/gpu_command_buffer_stub.cc',
290       'common/gpu/gpu_command_buffer_stub.h',
291       'common/gpu/gpu_config.h',
292       'common/gpu/gpu_memory_buffer_factory.cc',
293       'common/gpu/gpu_memory_buffer_factory.h',
294       'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
295       'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
296       'common/gpu/gpu_memory_buffer_factory_shared_memory.cc',
297       'common/gpu/gpu_memory_buffer_factory_shared_memory.h',
298       'common/gpu/gpu_memory_manager.cc',
299       'common/gpu/gpu_memory_manager.h',
300       'common/gpu/gpu_memory_manager_client.cc',
301       'common/gpu/gpu_memory_manager_client.h',
302       'common/gpu/gpu_memory_tracking.cc',
303       'common/gpu/gpu_memory_tracking.h',
304       'common/gpu/gpu_memory_uma_stats.h',
305       'common/gpu/gpu_messages.h',
306       'common/gpu/gpu_process_launch_causes.h',
307       'common/gpu/gpu_result_codes.h',
308       'common/gpu/gpu_surface_lookup.cc',
309       'common/gpu/gpu_surface_lookup.h',
310       'common/gpu/gpu_watchdog.h',
311       'common/gpu/image_transport_surface.cc',
312       'common/gpu/image_transport_surface.h',
313       'common/gpu/image_transport_surface_android.cc',
314       'common/gpu/image_transport_surface_calayer_mac.h',
315       'common/gpu/image_transport_surface_calayer_mac.mm',
316       'common/gpu/image_transport_surface_fbo_mac.h',
317       'common/gpu/image_transport_surface_fbo_mac.mm',
318       'common/gpu/image_transport_surface_iosurface_mac.cc',
319       'common/gpu/image_transport_surface_iosurface_mac.h',
320       'common/gpu/image_transport_surface_linux.cc',
321       'common/gpu/image_transport_surface_mac.mm',
322       'common/gpu/image_transport_surface_win.cc',
323       'common/gpu/media/gpu_video_decode_accelerator.cc',
324       'common/gpu/media/gpu_video_decode_accelerator.h',
325       'common/gpu/media/gpu_video_encode_accelerator.cc',
326       'common/gpu/media/gpu_video_encode_accelerator.h',
327       'common/gpu/null_transport_surface.cc',
328       'common/gpu/null_transport_surface.h',
329       'common/gpu/stream_texture_android.cc',
330       'common/gpu/stream_texture_android.h',
331       'common/handle_enumerator_win.cc',
332       'common/handle_enumerator_win.h',
333       'common/host_discardable_shared_memory_manager.cc',
334       'common/host_discardable_shared_memory_manager.h',
335       'common/host_shared_bitmap_manager.cc',
336       'common/host_shared_bitmap_manager.h',
337       'common/image_messages.h',
338       'common/indexed_db/indexed_db_constants.h',
339       'common/indexed_db/indexed_db_key.cc',
340       'common/indexed_db/indexed_db_key.h',
341       'common/indexed_db/indexed_db_key_path.cc',
342       'common/indexed_db/indexed_db_key_path.h',
343       'common/indexed_db/indexed_db_key_range.cc',
344       'common/indexed_db/indexed_db_key_range.h',
345       'common/indexed_db/indexed_db_messages.h',
346       'common/indexed_db/indexed_db_param_traits.cc',
347       'common/indexed_db/indexed_db_param_traits.h',
348       'common/input/did_overscroll_params.cc',
349       'common/input/did_overscroll_params.h',
350       'common/input/gesture_event_stream_validator.cc',
351       'common/input/gesture_event_stream_validator.h',
352       'common/input/input_event.cc',
353       'common/input/input_event.h',
354       'common/input/input_event_stream_validator.cc',
355       'common/input/input_event_stream_validator.h',
356       'common/input/input_param_traits.cc',
357       'common/input/input_param_traits.h',
358       'common/input/scoped_web_input_event.cc',
359       'common/input/scoped_web_input_event.h',
360       'common/input/synthetic_gesture_packet.cc',
361       'common/input/synthetic_gesture_packet.h',
362       'common/input/synthetic_gesture_params.cc',
363       'common/input/synthetic_gesture_params.h',
364       'common/input/synthetic_pinch_gesture_params.cc',
365       'common/input/synthetic_pinch_gesture_params.h',
366       'common/input/synthetic_smooth_scroll_gesture_params.cc',
367       'common/input/synthetic_smooth_scroll_gesture_params.h',
368       'common/input/synthetic_tap_gesture_params.cc',
369       'common/input/synthetic_tap_gesture_params.h',
370       'common/input/synthetic_web_input_event_builders.cc',
371       'common/input/synthetic_web_input_event_builders.h',
372       'common/input/touch_event_stream_validator.cc',
373       'common/input/touch_event_stream_validator.h',
374       'common/input/web_input_event_traits.cc',
375       'common/input/web_input_event_traits.h',
376       'common/input/web_touch_event_traits.cc',
377       'common/input/web_touch_event_traits.h',
378       'common/input_messages.h',
379       'common/inter_process_time_ticks_converter.cc',
380       'common/inter_process_time_ticks_converter.h',
381       'common/mac/attributed_string_coder.h',
382       'common/mac/attributed_string_coder.mm',
383       'common/mac/font_descriptor.h',
384       'common/mac/font_descriptor.mm',
385       'common/mac/font_loader.h',
386       'common/mac/font_loader.mm',
387       'common/manifest_manager_messages.h',
388       'common/media/aec_dump_messages.h',
389       'common/media/audio_messages.h',
390       'common/media/cdm_messages.h',
391       'common/media/cdm_messages_enums.h',
392       'common/media/media_param_traits.cc',
393       'common/media/media_param_traits.h',
394       'common/media/media_player_messages_android.h',
395       'common/media/media_player_messages_enums_android.h',
396       'common/media/media_stream_messages.h',
397       'common/media/media_stream_options.cc',
398       'common/media/media_stream_options.h',
399       'common/media/media_stream_track_metrics_host_messages.h',
400       'common/media/midi_messages.h',
401       'common/media/video_capture.h',
402       'common/media/video_capture_messages.h',
403       'common/media/webrtc_identity_messages.h',
404       'common/memory_benchmark_messages.h',
405       'common/message_port_messages.h',
406       'common/message_router.cc',
407       'common/message_router.h',
408       'common/mime_registry_messages.h',
409       'common/mojo/mojo_messages.h',
410       'common/mojo/service_registry_impl.cc',
411       'common/mojo/service_registry_impl.h',
412       'common/navigation_gesture.h',
413       'common/navigation_params.cc',
414       'common/navigation_params.h',
415       'common/net/url_fetcher.cc',
416       'common/net/url_request_user_data.cc',
417       'common/net/url_request_user_data.h',
418       'common/one_writer_seqlock.cc',
419       'common/one_writer_seqlock.h',
420       'common/p2p_messages.h',
421       'common/page_state_serialization.cc',
422       'common/page_state_serialization.h',
423       'common/page_zoom.cc',
424       'common/pepper_file_util.cc',
425       'common/pepper_file_util.h',
426       'common/pepper_messages.h',
427       'common/pepper_plugin_list.cc',
428       'common/pepper_plugin_list.h',
429       'common/pepper_renderer_instance_data.cc',
430       'common/pepper_renderer_instance_data.h',
431       'common/platform_notification_messages.h',
432       'common/plugin_constants_win.cc',
433       'common/plugin_constants_win.h',
434       'common/plugin_list.cc',
435       'common/plugin_list.h',
436       'common/plugin_list_mac.mm',
437       'common/plugin_list_posix.cc',
438       'common/plugin_list_win.cc',
439       'common/plugin_process_messages.h',
440       'common/power_monitor_messages.h',
441       'common/process_type.cc',
442       'common/push_messaging_messages.h',
443       'common/quota_messages.h',
444       'common/resource_messages.cc',
445       'common/resource_messages.h',
446       'common/resource_request_body.cc',
447       'common/resource_request_body.h',
448       'common/sandbox_init_mac.cc',
449       'common/sandbox_init_mac.h',
450       'common/sandbox_init_win.cc',
451       'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc',
452       'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h',
453       'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
454       'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
455       'common/sandbox_linux/bpf_gpu_policy_linux.cc',
456       'common/sandbox_linux/bpf_gpu_policy_linux.h',
457       'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
458       'common/sandbox_linux/bpf_ppapi_policy_linux.h',
459       'common/sandbox_linux/bpf_renderer_policy_linux.cc',
460       'common/sandbox_linux/bpf_renderer_policy_linux.h',
461       'common/sandbox_linux/bpf_utility_policy_linux.cc',
462       'common/sandbox_linux/bpf_utility_policy_linux.h',
463       'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
464       'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
465       'common/sandbox_linux/sandbox_init_linux.cc',
466       'common/sandbox_linux/sandbox_linux.cc',
467       'common/sandbox_linux/sandbox_linux.h',
468       'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
469       'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
470       'common/sandbox_mac.h',
471       'common/sandbox_mac.mm',
472       'common/sandbox_util.cc',
473       'common/sandbox_util.h',
474       'common/sandbox_win.cc',
475       'common/sandbox_win.h',
476       'common/savable_url_schemes.cc',
477       'common/savable_url_schemes.h',
478       'common/screen_orientation_messages.h',
479       'common/send_zygote_child_ping_linux.cc',
480       'common/service_worker/embedded_worker_messages.h',
481       'common/service_worker/service_worker_messages.h',
482       'common/service_worker/service_worker_status_code.cc',
483       'common/service_worker/service_worker_status_code.h',
484       'common/service_worker/service_worker_types.cc',
485       'common/service_worker/service_worker_types.h',
486       'common/set_process_title.cc',
487       'common/set_process_title.h',
488       'common/set_process_title_linux.cc',
489       'common/set_process_title_linux.h',
490       'common/speech_recognition_messages.h',
491       'common/ssl_status_serialization.cc',
492       'common/ssl_status_serialization.h',
493       'common/swapped_out_messages.cc',
494       'common/swapped_out_messages.h',
495       'common/text_input_client_messages.h',
496       'common/url_schemes.cc',
497       'common/url_schemes.h',
498       'common/user_agent.cc',
499       'common/utility_messages.h',
500       'common/view_message_enums.h',
501       'common/view_messages.h',
502       'common/webplugin_geometry.cc',
503       'common/webplugin_geometry.h',
504       'common/websocket.cc',
505       'common/websocket.h',
506       'common/websocket_messages.h',
507       'common/worker_messages.h',
508       'common/zygote_commands_linux.h',
509     ],
510   },
511   'sources': [
512     '<@(public_common_sources)',
513     '<@(private_common_sources)',
514   ],
515   'target_conditions': [
516     ['OS=="android" and <(use_seccomp_bpf)==1', {
517       'sources/': [
518         ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'],
519         ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'],
520       ],
521     }],
522   ],
523   'conditions': [
524     ['OS=="ios"', {
525       # iOS has different user-agent construction utilities, since the
526       # version strings is not derived from webkit_version, and follows
527       # a different format.
528       'sources!': [
529         'common/user_agent.cc',
530       ],
531       'sources/': [
532         # iOS only needs a small portion of content; exclude all the
533         # implementation, and re-include what is used.
534         ['exclude', '\\.(cc|mm)$'],
535         ['include', '_ios\\.(cc|mm)$'],
536         ['include', '^public/common/content_client\\.cc$'],
537         ['include', '^public/common/content_constants\\.cc$'],
538         ['include', '^public/common/content_switches\\.cc$'],
539         ['include', '^public/common/frame_navigate_params\\.cc$'],
540         ['include', '^public/common/media_stream_request\\.cc$'],
541         ['include', '^public/common/page_state\\.cc$'],
542         ['include', '^public/common/password_form\\.cc$'],
543         ['include', '^public/common/signed_certificate_timestamp_id_and_status\\.cc$'],
544         ['include', '^public/common/speech_recognition_result\\.cc$'],
545         ['include', '^public/common/ssl_status\\.cc$'],
546         ['include', '^public/common/url_constants\\.cc$'],
547         ['include', '^common/content_paths\\.cc$'],
548         ['include', '^common/media/media_stream_options\\.cc$'],
549         ['include', '^common/net/url_fetcher\\.cc$'],
550         ['include', '^common/net/url_request_user_data\\.cc$'],
551         ['include', '^common/page_state_serialization\\.cc$'],
552         ['include', '^common/savable_url_schemes\\.cc$'],
553         ['include', '^common/url_schemes\\.cc$'],
554       ],
555     }, {  # OS!="ios"
556       'dependencies': [
557         '../cc/cc.gyp:cc',
558         '../gpu/gpu.gyp:command_buffer_service',
559         '../gpu/gpu.gyp:gles2_c_lib',
560         '../gpu/gpu.gyp:gles2_implementation',
561         # TODO: the dependency on gl_in_process_context should be decoupled from
562         # content and moved to android_webview. See crbug.com/365797.
563         '../gpu/gpu.gyp:gl_in_process_context',
564         '../gpu/gpu.gyp:gpu_ipc',
565         '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
566         '../ipc/ipc.gyp:ipc',
567         '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
568         '../media/media.gyp:media',
569         '../media/media.gyp:shared_memory_support',
570         '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
571         '../mojo/mojo_base.gyp:mojo_environment_chromium',
572         '../mojo/public/mojo_public.gyp:mojo_application_bindings',
573         '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
574         '../storage/storage_browser.gyp:storage',
575         '../storage/storage_common.gyp:storage_common',
576         '../third_party/WebKit/public/blink.gyp:blink',
577         '../ui/gl/gl.gyp:gl',
578         '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
579       ],
580       'export_dependent_settings' : [
581         '../mojo/public/mojo_public.gyp:mojo_application_bindings',
582         '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
583       ],
584       'actions': [
585         {
586           'action_name': 'generate_webkit_version',
587           'inputs': [
588             '<(script)',
589             '<(lastchange)',
590             '<(template)',
591           ],
592           'outputs': [
593             '<(SHARED_INTERMEDIATE_DIR)/webkit_version.h',
594           ],
595           'action': ['python',
596                      '<(script)',
597                      '-f', '<(lastchange)',
598                      '<(template)',
599                      '<@(_outputs)',
600           ],
601           'variables': {
602             'script': '<(DEPTH)/build/util/version.py',
603             'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink',
604             'template': 'webkit_version.h.in',
605           },
606         },
607       ],
608     }],
609     ['OS=="mac"', {
610       'dependencies': [
611         '../media/media.gyp:media',
612         'app/resources/content_resources.gyp:content_resources',
613         '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac'
614       ],
615       'sources': [
616         'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
617         'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
618         'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
619         'common/gpu/gpu_memory_buffer_factory_io_surface.h',
620         'common/gpu/media/vt.h',
621         'common/gpu/media/vt_video_decode_accelerator.cc',
622         'common/gpu/media/vt_video_decode_accelerator.h',
623       ],
624       'sources!': [
625         'common/plugin_list_posix.cc',
626       ],
627       'link_settings': {
628         'libraries': [
629           '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
630           '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
631         ],
632       },
633       'variables': {
634         'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
635         'extra_header': 'common/gpu/media/vt_stubs_header.fragment',
636         'sig_files': ['common/gpu/media/vt.sig'],
637         'outfile_type': 'posix_stubs',
638         'stubs_filename_root': 'vt_stubs',
639         'project_path': 'content/common/gpu/media',
640         'intermediate_dir': '<(INTERMEDIATE_DIR)',
641         'output_root': '<(SHARED_INTERMEDIATE_DIR)/vt_stubs',
642       },
643       'include_dirs': [
644         '<(output_root)',
645       ],
646       'actions': [
647         {
648           'action_name': 'generate_stubs',
649           'inputs': [
650             '<(generate_stubs_script)',
651             '<(extra_header)',
652             '<@(sig_files)',
653           ],
654           'outputs': [
655             '<(intermediate_dir)/<(stubs_filename_root).cc',
656             '<(output_root)/<(project_path)/<(stubs_filename_root).h',
657           ],
658           'action': ['python',
659                      '<(generate_stubs_script)',
660                      '-i', '<(intermediate_dir)',
661                      '-o', '<(output_root)/<(project_path)',
662                      '-t', '<(outfile_type)',
663                      '-e', '<(extra_header)',
664                      '-s', '<(stubs_filename_root)',
665                      '-p', '<(project_path)',
666                      '<@(_inputs)',
667           ],
668           'process_outputs_as_sources': 1,
669           'message': 'Generating VideoToolbox stubs for dynamic loading',
670         },
671       ],
672     }],
673     ['OS=="android"',{
674       'sources': [
675         'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
676         'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
677         'common/gpu/gpu_memory_buffer_factory_surface_texture.cc',
678         'common/gpu/gpu_memory_buffer_factory_surface_texture.h',
679       ],
680       'link_settings': {
681         'libraries': [
682           '-landroid',  # ANativeWindow
683         ],
684       },
685      'dependencies': [
686         'content.gyp:content_jni_headers',
687         'content.gyp:common_aidl',
688       ],
689     }],
690     ['use_pango == 1', {
691       'dependencies': [
692         '../build/linux/system.gyp:pangocairo',
693       ],
694       'sources!': [
695         'common/font_list_ozone.cc',
696       ],
697     }],
698     ['use_x11 == 1', {
699       'include_dirs': [
700         '<(DEPTH)/third_party/khronos',
701       ],
702       'dependencies': [
703          '<(DEPTH)/build/linux/system.gyp:xcomposite',
704       ],
705     }],
706     ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
707       'sources': [
708         'common/gpu/x_util.cc',
709         'common/gpu/x_util.h',
710       ],
711     }],
712     ['enable_plugins==1', {
713       'dependencies': [
714         '../ppapi/ppapi_internal.gyp:ppapi_shared',
715       ],
716     }, {  # enable_plugins == 0
717       'sources!': [
718         'common/pepper_file_util.cc',
719         'common/pepper_file_util.h',
720         'common/pepper_messages.h',
721         'common/pepper_plugin_list.cc',
722         'common/pepper_plugin_list.h',
723         'common/pepper_renderer_instance_data.cc',
724         'common/pepper_renderer_instance_data.h',
725         'common/plugin_list.cc',
726         'common/plugin_list.h',
727         'common/plugin_list_posix.cc',
728         'common/sandbox_util.cc',
729         'public/common/pepper_plugin_info.cc',
730         'public/common/pepper_plugin_info.h',
731       ],
732     }],
733     ['OS=="android"', {
734       'dependencies': [
735         '../media/media.gyp:media',
736       ],
737       'sources': [
738         'common/gpu/media/android_video_decode_accelerator.cc',
739         'common/gpu/media/android_video_decode_accelerator.h',
740       ],
741     }],
742     ['OS=="android" and enable_webrtc==1', {
743       'dependencies': [
744         '../third_party/libyuv/libyuv.gyp:libyuv',
745       ],
746       'sources': [
747         'common/gpu/media/android_video_encode_accelerator.cc',
748         'common/gpu/media/android_video_encode_accelerator.h',
749       ],
750     }],
751     ['enable_webrtc==1', {
752       'dependencies': [
753         '../third_party/libjingle/libjingle.gyp:libjingle',
754       ],
755     }],
756     ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
757       'dependencies': [
758         '../media/media.gyp:media',
759       ],
760       'sources': [
761         'common/gpu/media/generic_v4l2_video_device.cc',
762         'common/gpu/media/generic_v4l2_video_device.h',
763         'common/gpu/media/tegra_v4l2_video_device.cc',
764         'common/gpu/media/tegra_v4l2_video_device.h',
765         'common/gpu/media/v4l2_image_processor.cc',
766         'common/gpu/media/v4l2_image_processor.h',
767         'common/gpu/media/v4l2_video_decode_accelerator.cc',
768         'common/gpu/media/v4l2_video_decode_accelerator.h',
769         'common/gpu/media/v4l2_video_device.cc',
770         'common/gpu/media/v4l2_video_device.h',
771         'common/gpu/media/v4l2_video_encode_accelerator.cc',
772         'common/gpu/media/v4l2_video_encode_accelerator.h',
773       ],
774       'include_dirs': [
775         '<(DEPTH)/third_party/khronos',
776       ],
777     }],
778     ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
779       'dependencies': [
780         '../media/media.gyp:media',
781         '../third_party/libyuv/libyuv.gyp:libyuv',
782       ],
783       'sources': [
784         'common/gpu/media/h264_dpb.cc',
785         'common/gpu/media/h264_dpb.h',
786         'common/gpu/media/va_surface.h',
787         'common/gpu/media/vaapi_h264_decoder.cc',
788         'common/gpu/media/vaapi_h264_decoder.h',
789         'common/gpu/media/vaapi_video_decode_accelerator.cc',
790         'common/gpu/media/vaapi_video_decode_accelerator.h',
791         'common/gpu/media/vaapi_video_encode_accelerator.cc',
792         'common/gpu/media/vaapi_video_encode_accelerator.h',
793         'common/gpu/media/vaapi_wrapper.cc',
794         'common/gpu/media/vaapi_wrapper.h',
795       ],
796       'variables': {
797         'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
798         'extra_header': 'common/gpu/media/va_stub_header.fragment',
799         'sig_files': ['common/gpu/media/va.sigs'],
800         'outfile_type': 'posix_stubs',
801         'stubs_filename_root': 'va_stubs',
802         'project_path': 'content/common/gpu/media',
803         'intermediate_dir': '<(INTERMEDIATE_DIR)',
804         'output_root': '<(SHARED_INTERMEDIATE_DIR)/va',
805       },
806       'include_dirs': [
807         '<(DEPTH)/third_party/libva',
808         '<(DEPTH)/third_party/libyuv',
809         '<(output_root)',
810       ],
811       'actions': [
812         {
813           'action_name': 'generate_stubs',
814           'inputs': [
815             '<(generate_stubs_script)',
816             '<(extra_header)',
817             '<@(sig_files)',
818           ],
819           'outputs': [
820             '<(intermediate_dir)/<(stubs_filename_root).cc',
821             '<(output_root)/<(project_path)/<(stubs_filename_root).h',
822           ],
823           'action': ['python',
824                      '<(generate_stubs_script)',
825                      '-i', '<(intermediate_dir)',
826                      '-o', '<(output_root)/<(project_path)',
827                      '-t', '<(outfile_type)',
828                      '-e', '<(extra_header)',
829                      '-s', '<(stubs_filename_root)',
830                      '-p', '<(project_path)',
831                      '<@(_inputs)',
832           ],
833           'process_outputs_as_sources': 1,
834           'message': 'Generating libva stubs for dynamic loading',
835         },
836      ]
837     }],
838     ['OS=="win"', {
839       'dependencies': [
840         '../media/media.gyp:media',
841         '../ui/gl/gl.gyp:gl',
842       ],
843       'link_settings': {
844         'libraries': [
845            '-ld3d9.lib',
846            '-ldxva2.lib',
847            '-lstrmiids.lib',
848            '-lmf.lib',
849            '-lmfplat.lib',
850            '-lmfuuid.lib',
851         ],
852         'msvs_settings': {
853           'VCLinkerTool': {
854             'DelayLoadDLLs': [
855               'd3d9.dll',
856               'dxva2.dll',
857               'mf.dll',
858               'mfplat.dll',
859             ],
860           },
861         },
862       },
863       'sources': [
864         'common/gpu/media/dxva_video_decode_accelerator.cc',
865         'common/gpu/media/dxva_video_decode_accelerator.h',
866       ],
867       'include_dirs': [
868         '<(DEPTH)/third_party/khronos',
869       ],
870     }],
871     ['OS=="win" and directxsdk_exists=="True"', {
872       'actions': [
873       {
874         'action_name': 'extract_xinput',
875         'variables': {
876           'input': 'APR2007_xinput_<(winsdk_arch).cab',
877           'output': 'xinput1_3.dll',
878         },
879         'inputs': [
880           '../third_party/directxsdk/files/Redist/<(input)',
881         ],
882         'outputs': [
883           '<(PRODUCT_DIR)/<(output)',
884         ],
885         'action': [
886           'python',
887         '../build/extract_from_cab.py',
888         '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
889         '<(output)',
890         '<(PRODUCT_DIR)',
891         ],
892       },
893      ]
894     }],
895     ['use_seccomp_bpf==0', {
896       'sources!': [
897         'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc',
898         'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h',
899         'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
900         'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
901         'common/sandbox_linux/bpf_gpu_policy_linux.cc',
902         'common/sandbox_linux/bpf_gpu_policy_linux.h',
903         'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
904         'common/sandbox_linux/bpf_ppapi_policy_linux.h',
905         'common/sandbox_linux/bpf_renderer_policy_linux.cc',
906         'common/sandbox_linux/bpf_renderer_policy_linux.h',
907         'common/sandbox_linux/bpf_utility_policy_linux.cc',
908         'common/sandbox_linux/bpf_utility_policy_linux.h',
909         'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
910         'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
911       ],
912     }, {
913       'defines': ['USE_SECCOMP_BPF'],
914     }],
915     ['use_ozone==1', {
916       'dependencies': [
917         '../ui/ozone/ozone.gyp:ozone',
918         '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
919       ],
920       'sources!': [
921         'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
922         'common/gpu/gpu_memory_buffer_factory_linux.cc',
923       ],
924     }, {  # use_ozone!=1
925       'sources!': [
926         'common/cursors/webcursor_ozone.cc',
927         'common/font_list_ozone.cc',
928         'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
929         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
930         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
931         'common/gpu/gpu_memory_buffer_factory_ozone.cc',
932         'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
933         'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
934       ],
935     }],
936   ],