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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 4054003: FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 10 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
« no previous file with comments | « webkit/fileapi/sandboxed_file_system_operation.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 de9e612018e3635adc9b0e13cdf6734ff59ab3af..e380a2c8b5dd33ea4e1a0fbaf0a151b977fdb196 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -24,6 +24,10 @@
'file_system_types.h',
'file_writer_delegate.cc',
'file_writer_delegate.h',
+ 'sandboxed_file_system_context.cc',
+ 'sandboxed_file_system_context.h',
+ 'sandboxed_file_system_operation.cc',
+ 'sandboxed_file_system_operation.h',
'webfilewriter_base.cc',
'webfilewriter_base.h',
],
« no previous file with comments | « webkit/fileapi/sandboxed_file_system_operation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698