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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 10126004: fileapi: FileWriter and LocalFileWriter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #include Created 8 years, 8 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/local_file_writer_unittest.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 51253e1688b2c1151fdaaad8deaddc01deb5e2cf..d51db6b33ecb4b99bd175abb404d3a460ba54f61 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -57,6 +57,7 @@
'file_system_util.h',
'file_util_helper.cc',
'file_util_helper.h',
+ 'file_writer.h',
'file_writer_delegate.cc',
'file_writer_delegate.h',
'isolated_context.cc',
@@ -67,6 +68,8 @@
'isolated_mount_point_provider.h',
'local_file_util.cc',
'local_file_util.h',
+ 'local_file_writer.cc',
+ 'local_file_writer.h',
'native_file_util.cc',
'native_file_util.h',
'obfuscated_file_util.cc',
« no previous file with comments | « webkit/fileapi/local_file_writer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698