Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 51b52dff441338ac77c9ac4b4eb47afb46d050b8..f7a01d9b769b4ca675a36ec708736565110e5720 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -30,6 +30,8 @@ |
'../base/base.gyp:base', |
], |
'sources': [ |
+ 'shared_impl/file_type_conversion.cc', |
+ 'shared_impl/file_type_conversion.h', |
'shared_impl/function_group_base.cc', |
'shared_impl/function_group_base.h', |
'shared_impl/host_resource.h', |
@@ -50,6 +52,8 @@ |
'shared_impl/ppb_char_set_shared.cc', |
'shared_impl/ppb_char_set_shared.h', |
'shared_impl/ppb_crypto_shared.cc', |
+ 'shared_impl/ppb_file_io_shared.cc', |
+ 'shared_impl/ppb_file_io_shared.h', |
'shared_impl/ppb_file_ref_shared.cc', |
'shared_impl/ppb_file_ref_shared.h', |
'shared_impl/ppb_font_shared.cc', |