Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error on Linux build Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_shared_target': 0, 8 'ppapi_shared_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'thunk/ppb_audio_buffer_thunk.cc', 148 'thunk/ppb_audio_buffer_thunk.cc',
149 'thunk/ppb_audio_input_api.h', 149 'thunk/ppb_audio_input_api.h',
150 'thunk/ppb_audio_input_dev_thunk.cc', 150 'thunk/ppb_audio_input_dev_thunk.cc',
151 'thunk/ppb_audio_thunk.cc', 151 'thunk/ppb_audio_thunk.cc',
152 'thunk/ppb_broker_api.h', 152 'thunk/ppb_broker_api.h',
153 'thunk/ppb_broker_thunk.cc', 153 'thunk/ppb_broker_thunk.cc',
154 'thunk/ppb_browser_font_trusted_api.h', 154 'thunk/ppb_browser_font_trusted_api.h',
155 'thunk/ppb_browser_font_trusted_thunk.cc', 155 'thunk/ppb_browser_font_trusted_thunk.cc',
156 'thunk/ppb_buffer_api.h', 156 'thunk/ppb_buffer_api.h',
157 'thunk/ppb_buffer_thunk.cc', 157 'thunk/ppb_buffer_thunk.cc',
158 'thunk/ppb_camera_capabilities_api.h',
159 'thunk/ppb_camera_capabilities_private_thunk.cc',
158 'thunk/ppb_char_set_thunk.cc', 160 'thunk/ppb_char_set_thunk.cc',
159 'thunk/ppb_compositor_api.h', 161 'thunk/ppb_compositor_api.h',
160 'thunk/ppb_compositor_layer_api.h', 162 'thunk/ppb_compositor_layer_api.h',
161 'thunk/ppb_compositor_layer_thunk.cc', 163 'thunk/ppb_compositor_layer_thunk.cc',
162 'thunk/ppb_compositor_thunk.cc', 164 'thunk/ppb_compositor_thunk.cc',
163 'thunk/ppb_console_thunk.cc', 165 'thunk/ppb_console_thunk.cc',
164 'thunk/ppb_content_decryptor_private_thunk.cc', 166 'thunk/ppb_content_decryptor_private_thunk.cc',
165 'thunk/ppb_cursor_control_thunk.cc', 167 'thunk/ppb_cursor_control_thunk.cc',
166 'thunk/ppb_device_ref_api.h', 168 'thunk/ppb_device_ref_api.h',
167 'thunk/ppb_device_ref_dev_thunk.cc', 169 'thunk/ppb_device_ref_dev_thunk.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'thunk/ppb_gamepad_thunk.cc', 203 'thunk/ppb_gamepad_thunk.cc',
202 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 204 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
203 'thunk/ppb_graphics_2d_api.h', 205 'thunk/ppb_graphics_2d_api.h',
204 'thunk/ppb_graphics_2d_thunk.cc', 206 'thunk/ppb_graphics_2d_thunk.cc',
205 'thunk/ppb_graphics_3d_api.h', 207 'thunk/ppb_graphics_3d_api.h',
206 'thunk/ppb_graphics_3d_thunk.cc', 208 'thunk/ppb_graphics_3d_thunk.cc',
207 'thunk/ppb_host_resolver_api.h', 209 'thunk/ppb_host_resolver_api.h',
208 'thunk/ppb_host_resolver_thunk.cc', 210 'thunk/ppb_host_resolver_thunk.cc',
209 'thunk/ppb_host_resolver_private_api.h', 211 'thunk/ppb_host_resolver_private_api.h',
210 'thunk/ppb_host_resolver_private_thunk.cc', 212 'thunk/ppb_host_resolver_private_thunk.cc',
213 'thunk/ppb_image_capture_api.h',
214 'thunk/ppb_image_capture_config_api.h',
215 'thunk/ppb_image_capture_config_private_thunk.cc',
216 'thunk/ppb_image_capture_private_thunk.cc',
211 'thunk/ppb_image_data_api.h', 217 'thunk/ppb_image_data_api.h',
212 'thunk/ppb_image_data_thunk.cc', 218 'thunk/ppb_image_data_thunk.cc',
213 'thunk/ppb_input_event_api.h', 219 'thunk/ppb_input_event_api.h',
214 'thunk/ppb_input_event_thunk.cc', 220 'thunk/ppb_input_event_thunk.cc',
215 'thunk/ppb_input_event_private_thunk.cc', 221 'thunk/ppb_input_event_private_thunk.cc',
216 'thunk/ppb_instance_api.h', 222 'thunk/ppb_instance_api.h',
217 'thunk/ppb_instance_private_thunk.cc', 223 'thunk/ppb_instance_private_thunk.cc',
218 'thunk/ppb_instance_thunk.cc', 224 'thunk/ppb_instance_thunk.cc',
219 'thunk/ppb_isolated_file_system_private_api.h', 225 'thunk/ppb_isolated_file_system_private_api.h',
220 'thunk/ppb_isolated_file_system_private_thunk.cc', 226 'thunk/ppb_isolated_file_system_private_thunk.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'shared_impl/flash_clipboard_format_registry.cc', 315 'shared_impl/flash_clipboard_format_registry.cc',
310 'shared_impl/ppb_url_util_shared.cc', 316 'shared_impl/ppb_url_util_shared.cc',
311 'shared_impl/ppb_video_decoder_shared.cc', 317 'shared_impl/ppb_video_decoder_shared.cc',
312 'shared_impl/ppb_video_capture_shared.cc', 318 'shared_impl/ppb_video_capture_shared.cc',
313 'shared_impl/private/ppb_browser_font_trusted_shared.cc', 319 'shared_impl/private/ppb_browser_font_trusted_shared.cc',
314 'shared_impl/private/ppb_char_set_shared.cc', 320 'shared_impl/private/ppb_char_set_shared.cc',
315 'thunk/ppb_audio_input_dev_thunk.cc', 321 'thunk/ppb_audio_input_dev_thunk.cc',
316 'thunk/ppb_broker_thunk.cc', 322 'thunk/ppb_broker_thunk.cc',
317 'thunk/ppb_browser_font_trusted_thunk.cc', 323 'thunk/ppb_browser_font_trusted_thunk.cc',
318 'thunk/ppb_buffer_thunk.cc', 324 'thunk/ppb_buffer_thunk.cc',
325 'thunk/ppb_camera_capabilities_private_thunk.cc',
319 'thunk/ppb_content_decryptor_private_thunk.cc', 326 'thunk/ppb_content_decryptor_private_thunk.cc',
320 'thunk/ppb_char_set_thunk.cc', 327 'thunk/ppb_char_set_thunk.cc',
321 'thunk/ppb_flash_clipboard_thunk.cc', 328 'thunk/ppb_flash_clipboard_thunk.cc',
322 'thunk/ppb_flash_device_id_thunk.cc', 329 'thunk/ppb_flash_device_id_thunk.cc',
323 'thunk/ppb_flash_drm_thunk.cc', 330 'thunk/ppb_flash_drm_thunk.cc',
324 'thunk/ppb_flash_file_fileref_thunk.cc', 331 'thunk/ppb_flash_file_fileref_thunk.cc',
325 'thunk/ppb_flash_file_modulelocal_thunk.cc', 332 'thunk/ppb_flash_file_modulelocal_thunk.cc',
326 'thunk/ppb_flash_font_file_thunk.cc', 333 'thunk/ppb_flash_font_file_thunk.cc',
327 'thunk/ppb_flash_fullscreen_thunk.cc', 334 'thunk/ppb_flash_fullscreen_thunk.cc',
328 'thunk/ppb_flash_menu_thunk.cc', 335 'thunk/ppb_flash_menu_thunk.cc',
329 'thunk/ppb_flash_message_loop_thunk.cc', 336 'thunk/ppb_flash_message_loop_thunk.cc',
330 'thunk/ppb_flash_thunk.cc', 337 'thunk/ppb_flash_thunk.cc',
331 'thunk/ppb_flash_message_loop_thunk.cc', 338 'thunk/ppb_flash_message_loop_thunk.cc',
332 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 339 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
340 'thunk/ppb_image_capture_config_private_thunk.cc',
341 'thunk/ppb_image_capture_private_thunk.cc',
333 'thunk/ppb_pdf_thunk.cc', 342 'thunk/ppb_pdf_thunk.cc',
334 'thunk/ppb_platform_verification_private_thunk.cc', 343 'thunk/ppb_platform_verification_private_thunk.cc',
335 'thunk/ppb_scrollbar_thunk.cc', 344 'thunk/ppb_scrollbar_thunk.cc',
336 'thunk/ppb_talk_private_thunk.cc', 345 'thunk/ppb_talk_private_thunk.cc',
337 'thunk/ppb_transport_thunk.cc', 346 'thunk/ppb_transport_thunk.cc',
338 'thunk/ppb_url_util_thunk.cc', 347 'thunk/ppb_url_util_thunk.cc',
339 'thunk/ppb_video_capture_thunk.cc', 348 'thunk/ppb_video_capture_thunk.cc',
340 'thunk/ppb_video_decoder_dev_thunk.cc', 349 'thunk/ppb_video_decoder_dev_thunk.cc',
341 ], 350 ],
342 }], 351 }],
(...skipping 12 matching lines...) Expand all
355 'thunk/ppb_tcp_socket_private_thunk.cc', 364 'thunk/ppb_tcp_socket_private_thunk.cc',
356 'thunk/ppb_udp_socket_private_thunk.cc', 365 'thunk/ppb_udp_socket_private_thunk.cc',
357 'thunk/ppb_x509_certificate_private_thunk.cc', 366 'thunk/ppb_x509_certificate_private_thunk.cc',
358 ], 367 ],
359 }], 368 }],
360 ], 369 ],
361 }], 370 }],
362 ], 371 ],
363 }, 372 },
364 } 373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698