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