Index: ppapi/ppapi_shared.gypi |
=================================================================== |
--- ppapi/ppapi_shared.gypi (revision 89610) |
+++ ppapi/ppapi_shared.gypi (working copy) |
@@ -63,6 +63,9 @@ |
'thunk/ppb_buffer_trusted_thunk.cc', |
'thunk/ppb_char_set_api.h', |
'thunk/ppb_char_set_thunk.cc', |
+ 'thunk/ppb_context_3d_api.h', |
+ 'thunk/ppb_context_3d_thunk.cc', |
+ 'thunk/ppb_context_3d_trusted_thunk.cc', |
'thunk/ppb_cursor_control_api.h', |
'thunk/ppb_cursor_control_thunk.cc', |
'thunk/ppb_directory_reader_api.h', |
@@ -85,16 +88,23 @@ |
'thunk/ppb_font_api.h', |
'thunk/ppb_font_thunk.cc', |
'thunk/ppb_fullscreen_thunk.cc', |
+ 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
'thunk/ppb_graphics_2d_api.h', |
'thunk/ppb_graphics_2d_thunk.cc', |
+ 'thunk/ppb_graphics_3d_api.h', |
+ 'thunk/ppb_graphics_3d_thunk.cc', |
'thunk/ppb_image_data_api.h', |
'thunk/ppb_image_data_thunk.cc', |
'thunk/ppb_image_data_trusted_thunk.cc', |
'thunk/ppb_instance_api.h', |
'thunk/ppb_instance_thunk.cc', |
+ 'thunk/ppb_layer_compositor_api.h', |
+ 'thunk/ppb_layer_compositor_thunk.cc', |
'thunk/ppb_pdf_api.h', |
'thunk/ppb_surface_3d_api.h', |
'thunk/ppb_surface_3d_thunk.cc', |
+ 'thunk/ppb_transport_api.h', |
+ 'thunk/ppb_transport_thunk.cc', |
'thunk/ppb_url_loader_api.h', |
'thunk/ppb_url_loader_thunk.cc', |
'thunk/ppb_url_request_info_api.h', |