| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 9fe13752bbd953bcbc0f9b52f566b78455536ea5..15e6fb4437015bb010f8173bee7ef56ae3830626 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',
|
| @@ -316,6 +320,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',
|
| @@ -330,6 +335,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',
|
|
|