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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 8764003: Implement a proxy for Pepper FileIO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Homestarmy Created 9 years 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 | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698