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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 7149026: Implement flash menu and net connector resources using the API/thunk model. (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
« no previous file with comments | « no previous file | ppapi/proxy/ppb_buffer_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
===================================================================
--- ppapi/ppapi_shared.gypi (revision 89119)
+++ ppapi/ppapi_shared.gypi (working copy)
@@ -78,12 +78,17 @@
'thunk/ppb_file_system_thunk.cc',
'thunk/ppb_find_api.h',
'thunk/ppb_find_thunk.cc',
+ 'thunk/ppb_flash_menu_api.h',
+ 'thunk/ppb_flash_menu_thunk.cc',
+ 'thunk/ppb_flash_net_connector_api.h',
+ 'thunk/ppb_flash_net_connector_thunk.cc',
'thunk/ppb_font_api.h',
'thunk/ppb_font_thunk.cc',
'thunk/ppb_graphics_2d_api.h',
'thunk/ppb_graphics_2d_thunk.cc',
'thunk/ppb_image_data_api.h',
'thunk/ppb_image_data_thunk.cc',
+ 'thunk/ppb_image_data_trusted_thunk.cc',
'thunk/thunk.h',
],
'conditions': [
« no previous file with comments | « no previous file | ppapi/proxy/ppb_buffer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698