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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 7206016: Convert most remaining resources to use the API/thunk system. The significant (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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_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',

Powered by Google App Engine
This is Rietveld 408576698