| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 07a288651842cf257661028a27369ebd40e6a6f5..fb359fe0f95483ae3f999e55d098aa96af224bff 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -156,6 +156,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',
|
| @@ -209,6 +211,8 @@
|
| 'thunk/ppb_host_resolver_private_api.h',
|
| 'thunk/ppb_host_resolver_private_thunk.cc',
|
| 'thunk/ppb_host_resolver_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',
|
| @@ -319,6 +323,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_char_set_thunk.cc',
|
| 'thunk/ppb_content_decryptor_private_thunk.cc',
|
| 'thunk/ppb_flash_clipboard_thunk.cc',
|
| @@ -333,6 +338,7 @@
|
| 'thunk/ppb_flash_message_loop_thunk.cc',
|
| 'thunk/ppb_flash_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',
|
|
|