Index: ppapi/ppapi_shared.gypi |
=================================================================== |
--- ppapi/ppapi_shared.gypi (revision 87260) |
+++ ppapi/ppapi_shared.gypi (working copy) |
@@ -33,10 +33,14 @@ |
'shared_impl/crypto_impl.h', |
'shared_impl/font_impl.cc', |
'shared_impl/font_impl.h', |
+ 'shared_impl/function_group_base.cc', |
+ 'shared_impl/function_group_base.h', |
'shared_impl/image_data_impl.cc', |
'shared_impl/image_data_impl.h', |
'shared_impl/ppapi_preferences.cc', |
'shared_impl/ppapi_preferences.h', |
+ 'shared_impl/resource_object_base.cc', |
+ 'shared_impl/resource_object_base.h', |
'shared_impl/tracker_base.cc', |
'shared_impl/tracker_base.h', |
'shared_impl/url_util_impl.cc', |
@@ -59,6 +63,19 @@ |
'thunk/ppb_char_set_thunk.cc', |
'thunk/ppb_cursor_control_api.h', |
'thunk/ppb_cursor_control_thunk.cc', |
+ 'thunk/ppb_directory_reader_api.h', |
+ 'thunk/ppb_directory_reader_thunk.cc', |
+ 'thunk/ppb_file_chooser_api.h', |
+ 'thunk/ppb_file_chooser_thunk.cc', |
+ 'thunk/ppb_file_io_api.h', |
+ 'thunk/ppb_file_io_thunk.cc', |
+ 'thunk/ppb_file_io_trusted_thunk.cc', |
+ 'thunk/ppb_file_ref_api.h', |
+ 'thunk/ppb_file_ref_thunk.cc', |
+ 'thunk/ppb_file_system_api.h', |
+ 'thunk/ppb_file_system_thunk.cc', |
+ 'thunk/ppb_find_api.h', |
+ 'thunk/ppb_find_thunk.cc', |
'thunk/ppb_font_api.h', |
'thunk/ppb_font_thunk.cc', |
'thunk/ppb_graphics_2d_api.h', |