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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 6471019: Stackable file_util for FileAPIs. Sample code for discussion. Incomplete. Cannot be compiled. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed the Patch Set 3 before reflecting the comments. -UtilBase can be built and works. Created 9 years, 10 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 | « webkit/fileapi/quota_file_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index c082f2cda5a1614a4b23380211a1e753b2ce7e45..92ab69886ece6ec98c0e2fe3cbe0a5d3b1143344 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -19,8 +19,14 @@
'file_system_context.h',
'file_system_dir_url_request_job.cc',
'file_system_dir_url_request_job.h',
+ 'file_system_file_util_base.cc',
+ 'file_system_file_util_base.h',
+ 'file_system_file_util_proxy.cc',
+ 'file_system_file_util_proxy.h',
'file_system_operation.cc',
'file_system_operation.h',
+ 'file_system_operation_context.cc',
+ 'file_system_operation_context.h',
'file_system_path_manager.cc',
'file_system_path_manager.h',
'file_system_quota_manager.cc',
« no previous file with comments | « webkit/fileapi/quota_file_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698