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

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: Created 9 years, 1 month 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
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 02bb69af87632599085ac46b28a346bf00f69564..5047938eb227a4bbb7934a1bff6addd35e0b6cb8 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -39,8 +39,12 @@
'shared_impl/char_set_impl.cc',
'shared_impl/char_set_impl.h',
'shared_impl/crypto_impl.cc',
+ 'shared_impl/file_io_impl.cc',
+ 'shared_impl/file_io_impl.h',
'shared_impl/file_ref_impl.cc',
'shared_impl/file_ref_impl.h',
+ 'shared_impl/file_type_conversion.cc',
brettw 2011/11/30 23:00:53 I moved this from webkit/plugins/ppapi
+ 'shared_impl/file_type_conversion.h',
'shared_impl/font_impl.cc',
'shared_impl/font_impl.h',
'shared_impl/function_group_base.cc',

Powered by Google App Engine
This is Rietveld 408576698