Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 43d88954ef593a742600f1958aeca7d9085aec44..f9aa3f57f5a7fb09ba91094102b6ede83a75a1d4 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -155,6 +155,8 @@ |
'thunk/ppb_browser_font_trusted_thunk.cc', |
'thunk/ppb_buffer_api.h', |
'thunk/ppb_buffer_thunk.cc', |
+ 'thunk/ppb_camera_capabilities_api.h', |
+ 'thunk/ppb_camera_capabilities_private_thunk.cc', |
'thunk/ppb_char_set_thunk.cc', |
'thunk/ppb_compositor_api.h', |
'thunk/ppb_compositor_layer_api.h', |
@@ -208,6 +210,8 @@ |
'thunk/ppb_host_resolver_thunk.cc', |
'thunk/ppb_host_resolver_private_api.h', |
'thunk/ppb_host_resolver_private_thunk.cc', |
+ 'thunk/ppb_image_capture_api.h', |
+ 'thunk/ppb_image_capture_private_thunk.cc', |
'thunk/ppb_image_data_api.h', |
'thunk/ppb_image_data_thunk.cc', |
'thunk/ppb_input_event_api.h', |
@@ -318,6 +322,7 @@ |
'thunk/ppb_broker_thunk.cc', |
'thunk/ppb_browser_font_trusted_thunk.cc', |
'thunk/ppb_buffer_thunk.cc', |
+ 'thunk/ppb_camera_capabilities_private_thunk.cc', |
'thunk/ppb_content_decryptor_private_thunk.cc', |
'thunk/ppb_char_set_thunk.cc', |
'thunk/ppb_flash_clipboard_thunk.cc', |
@@ -332,6 +337,7 @@ |
'thunk/ppb_flash_thunk.cc', |
'thunk/ppb_flash_message_loop_thunk.cc', |
'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
+ 'thunk/ppb_image_capture_private_thunk.cc', |
'thunk/ppb_pdf_thunk.cc', |
'thunk/ppb_platform_verification_private_thunk.cc', |
'thunk/ppb_scrollbar_thunk.cc', |