diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 18:01:30 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 18:01:30 +0000 |
commit | d41c69dc6254efd7643d151d4265e996755ddb6c (patch) | |
tree | 24075a30988a2d72bb1241208924f766cbe8f3f4 /chrome/chrome_common.gypi | |
parent | c2bfb817511464d5d0fbcece69f25b5c8789dcab (diff) | |
download | chromium_src-d41c69dc6254efd7643d151d4265e996755ddb6c.zip chromium_src-d41c69dc6254efd7643d151d4265e996755ddb6c.tar.gz chromium_src-d41c69dc6254efd7643d151d4265e996755ddb6c.tar.bz2 |
This adds WebFileWriterImpl, which implements WebFileWriter and AsyncFileWriterClient.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3397030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b3b085a3..cc9e2c6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -56,6 +56,8 @@ 'common/file_system/webfilesystem_callback_dispatcher.h', 'common/file_system/webfilesystem_impl.cc', 'common/file_system/webfilesystem_impl.h', + 'common/file_system/webfilewriter_impl.cc', + 'common/file_system/webfilewriter_impl.h', 'common/font_descriptor_mac.h', 'common/font_descriptor_mac.mm', 'common/geoposition.cc', |