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

Unified Diff: ppapi/ppapi_sources.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 side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 4407da75a248dd4ba87f5a3d0c91f321107c657d..fc1dc3ee4becb04f65cbef5e20670c3a1ffb3f9e 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -106,6 +106,7 @@
'c/private/pp_file_handle.h',
'c/private/pp_private_font_charset.h',
'c/private/pp_video_frame_private.h',
+ 'c/private/ppb_camera_capabilities_private.h',
'c/private/ppb_content_decryptor_private.h',
'c/private/ppb_ext_crx_file_system_private.h',
'c/private/ppb_find_private.h',
@@ -117,6 +118,8 @@
'c/private/ppb_flash_menu.h',
'c/private/ppb_flash_message_loop.h',
'c/private/ppb_host_resolver_private.h',
+ 'c/private/ppb_image_capture_config_private.h',
+ 'c/private/ppb_image_capture_private.h',
'c/private/ppb_input_event_private.h',
'c/private/ppb_instance_private.h',
'c/private/ppb_isolated_file_system_private.h',
@@ -305,6 +308,8 @@
'cpp/dev/scriptable_object_deprecated.cc',
# Private interfaces.
+ 'cpp/private/camera_capabilities_private.cc',
+ 'cpp/private/camera_capabilities_private.h',
'cpp/private/content_decryptor_private.cc',
'cpp/private/content_decryptor_private.h',
'cpp/private/ext_crx_file_system_private.cc',
@@ -333,6 +338,10 @@
'cpp/private/flash_message_loop.h',
'cpp/private/host_resolver_private.cc',
'cpp/private/host_resolver_private.h',
+ 'cpp/private/image_capture_config_private.cc',
+ 'cpp/private/image_capture_config_private.h',
+ 'cpp/private/image_capture_private.cc',
+ 'cpp/private/image_capture_private.h',
'cpp/private/input_event_private.cc',
'cpp/private/input_event_private.h',
'cpp/private/instance_private.cc',

Powered by Google App Engine
This is Rietveld 408576698