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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 10387054: Implement SandboxFileWriter and rewrite FileWriterDelegate to use it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 8 years, 7 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/sandbox_file_writer.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 aaf5237c6199b72795095c3bf0abeed59a851ea8..0543c74d2aea4a3a37bb98f8575d431a38836439 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -74,6 +74,8 @@
'native_file_util.h',
'obfuscated_file_util.cc',
'obfuscated_file_util.h',
+ 'sandbox_file_writer.cc',
+ 'sandbox_file_writer.h',
'sandbox_mount_point_provider.cc',
'sandbox_mount_point_provider.h',
'test_mount_point_provider.cc',
« no previous file with comments | « webkit/fileapi/sandbox_file_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698