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