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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split ImageCapture_Config to 881743005 Created 5 years, 10 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_codecs.h', 10 'c/pp_codecs.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'c/dev/ppp_selection_dev.h', 99 'c/dev/ppp_selection_dev.h',
100 'c/dev/ppp_text_input_dev.h', 100 'c/dev/ppp_text_input_dev.h',
101 'c/dev/ppp_video_decoder_dev.h', 101 'c/dev/ppp_video_decoder_dev.h',
102 'c/dev/ppp_widget_dev.h', 102 'c/dev/ppp_widget_dev.h',
103 'c/dev/ppp_zoom_dev.h', 103 'c/dev/ppp_zoom_dev.h',
104 104
105 # Private interfaces. 105 # Private interfaces.
106 'c/private/pp_file_handle.h', 106 'c/private/pp_file_handle.h',
107 'c/private/pp_private_font_charset.h', 107 'c/private/pp_private_font_charset.h',
108 'c/private/pp_video_frame_private.h', 108 'c/private/pp_video_frame_private.h',
109 'c/private/ppb_camera_capabilities_private.h',
109 'c/private/ppb_content_decryptor_private.h', 110 'c/private/ppb_content_decryptor_private.h',
110 'c/private/ppb_ext_crx_file_system_private.h', 111 'c/private/ppb_ext_crx_file_system_private.h',
111 'c/private/ppb_find_private.h', 112 'c/private/ppb_find_private.h',
112 'c/private/ppb_flash.h', 113 'c/private/ppb_flash.h',
113 'c/private/ppb_flash_clipboard.h', 114 'c/private/ppb_flash_clipboard.h',
114 'c/private/ppb_flash_file.h', 115 'c/private/ppb_flash_file.h',
115 'c/private/ppb_flash_font_file.h', 116 'c/private/ppb_flash_font_file.h',
116 'c/private/ppb_flash_fullscreen.h', 117 'c/private/ppb_flash_fullscreen.h',
117 'c/private/ppb_flash_menu.h', 118 'c/private/ppb_flash_menu.h',
118 'c/private/ppb_flash_message_loop.h', 119 'c/private/ppb_flash_message_loop.h',
119 'c/private/ppb_host_resolver_private.h', 120 'c/private/ppb_host_resolver_private.h',
121 'c/private/ppb_image_capture_private.h',
120 'c/private/ppb_input_event_private.h', 122 'c/private/ppb_input_event_private.h',
121 'c/private/ppb_instance_private.h', 123 'c/private/ppb_instance_private.h',
122 'c/private/ppb_isolated_file_system_private.h', 124 'c/private/ppb_isolated_file_system_private.h',
123 'c/private/ppb_nacl_private.h', 125 'c/private/ppb_nacl_private.h',
124 'c/private/ppb_net_address_private.h', 126 'c/private/ppb_net_address_private.h',
125 'c/private/ppb_output_protection_private.h', 127 'c/private/ppb_output_protection_private.h',
126 'c/private/ppb_pdf.h', 128 'c/private/ppb_pdf.h',
127 'c/private/ppb_platform_verification_private.h', 129 'c/private/ppb_platform_verification_private.h',
128 'c/private/ppb_proxy_private.h', 130 'c/private/ppb_proxy_private.h',
129 'c/private/ppb_testing_private.h', 131 'c/private/ppb_testing_private.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'cpp/dev/widget_dev.cc', 300 'cpp/dev/widget_dev.cc',
299 'cpp/dev/widget_dev.h', 301 'cpp/dev/widget_dev.h',
300 'cpp/dev/zoom_dev.cc', 302 'cpp/dev/zoom_dev.cc',
301 'cpp/dev/zoom_dev.h', 303 'cpp/dev/zoom_dev.h',
302 304
303 # Deprecated interfaces. 305 # Deprecated interfaces.
304 'cpp/dev/scriptable_object_deprecated.h', 306 'cpp/dev/scriptable_object_deprecated.h',
305 'cpp/dev/scriptable_object_deprecated.cc', 307 'cpp/dev/scriptable_object_deprecated.cc',
306 308
307 # Private interfaces. 309 # Private interfaces.
310 'cpp/private/camera_capabilities_private.cc',
wuchengli 2015/02/02 14:42:33 Need to update GN.
Justin Chuang 2015/02/03 12:32:08 Done. But haven't verified GN working.
311 'cpp/private/camera_capabilities_private.h',
308 'cpp/private/content_decryptor_private.cc', 312 'cpp/private/content_decryptor_private.cc',
309 'cpp/private/content_decryptor_private.h', 313 'cpp/private/content_decryptor_private.h',
310 'cpp/private/ext_crx_file_system_private.cc', 314 'cpp/private/ext_crx_file_system_private.cc',
311 'cpp/private/ext_crx_file_system_private.h', 315 'cpp/private/ext_crx_file_system_private.h',
312 'cpp/private/file_io_private.cc', 316 'cpp/private/file_io_private.cc',
313 'cpp/private/file_io_private.h', 317 'cpp/private/file_io_private.h',
314 'cpp/private/find_private.cc', 318 'cpp/private/find_private.cc',
315 'cpp/private/find_private.h', 319 'cpp/private/find_private.h',
316 'cpp/private/flash.cc', 320 'cpp/private/flash.cc',
317 'cpp/private/flash.h', 321 'cpp/private/flash.h',
318 'cpp/private/flash_clipboard.cc', 322 'cpp/private/flash_clipboard.cc',
319 'cpp/private/flash_clipboard.h', 323 'cpp/private/flash_clipboard.h',
320 'cpp/private/flash_device_id.cc', 324 'cpp/private/flash_device_id.cc',
321 'cpp/private/flash_device_id.h', 325 'cpp/private/flash_device_id.h',
322 'cpp/private/flash_drm.cc', 326 'cpp/private/flash_drm.cc',
323 'cpp/private/flash_drm.h', 327 'cpp/private/flash_drm.h',
324 'cpp/private/flash_file.cc', 328 'cpp/private/flash_file.cc',
325 'cpp/private/flash_file.h', 329 'cpp/private/flash_file.h',
326 'cpp/private/flash_font_file.cc', 330 'cpp/private/flash_font_file.cc',
327 'cpp/private/flash_font_file.h', 331 'cpp/private/flash_font_file.h',
328 'cpp/private/flash_fullscreen.cc', 332 'cpp/private/flash_fullscreen.cc',
329 'cpp/private/flash_fullscreen.h', 333 'cpp/private/flash_fullscreen.h',
330 'cpp/private/flash_menu.cc', 334 'cpp/private/flash_menu.cc',
331 'cpp/private/flash_menu.h', 335 'cpp/private/flash_menu.h',
332 'cpp/private/flash_message_loop.cc', 336 'cpp/private/flash_message_loop.cc',
333 'cpp/private/flash_message_loop.h', 337 'cpp/private/flash_message_loop.h',
334 'cpp/private/host_resolver_private.cc', 338 'cpp/private/host_resolver_private.cc',
335 'cpp/private/host_resolver_private.h', 339 'cpp/private/host_resolver_private.h',
340 'cpp/private/image_capture_private.cc',
341 'cpp/private/image_capture_private.h',
336 'cpp/private/input_event_private.cc', 342 'cpp/private/input_event_private.cc',
337 'cpp/private/input_event_private.h', 343 'cpp/private/input_event_private.h',
338 'cpp/private/instance_private.cc', 344 'cpp/private/instance_private.cc',
339 'cpp/private/instance_private.h', 345 'cpp/private/instance_private.h',
340 'cpp/private/isolated_file_system_private.cc', 346 'cpp/private/isolated_file_system_private.cc',
341 'cpp/private/isolated_file_system_private.h', 347 'cpp/private/isolated_file_system_private.h',
342 'cpp/private/net_address_private.cc', 348 'cpp/private/net_address_private.cc',
343 'cpp/private/net_address_private.h', 349 'cpp/private/net_address_private.h',
344 'cpp/private/output_protection_private.cc', 350 'cpp/private/output_protection_private.cc',
345 'cpp/private/output_protection_private.h', 351 'cpp/private/output_protection_private.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'tests/test_x509_certificate_private.h', 583 'tests/test_x509_certificate_private.h',
578 584
579 # Deprecated test cases. 585 # Deprecated test cases.
580 'tests/test_instance_deprecated.cc', 586 'tests/test_instance_deprecated.cc',
581 'tests/test_instance_deprecated.h', 587 'tests/test_instance_deprecated.h',
582 'tests/test_var_deprecated.cc', 588 'tests/test_var_deprecated.cc',
583 'tests/test_var_deprecated.h', 589 'tests/test_var_deprecated.h',
584 ], 590 ],
585 }, 591 },
586 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698