diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 07:37:26 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 07:37:26 +0000 |
commit | cc26886ccf8b789d00a0629d512dd261f426511b (patch) | |
tree | 64aa56695d095826a3a893a832fdf510149c36fc /content/child | |
parent | 3684fa6caa5c811332a0da52a42a9461470bf959 (diff) | |
download | chromium_src-cc26886ccf8b789d00a0629d512dd261f426511b.zip chromium_src-cc26886ccf8b789d00a0629d512dd261f426511b.tar.gz chromium_src-cc26886ccf8b789d00a0629d512dd261f426511b.tar.bz2 |
Split webkit_storage target into webkit_storage_{browser,common,renderer}
This does:
- Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage
- Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp
storage_common and storage_renderer might be able to be subsumed in
bigger targets for common|renderer, but believe we can do that later
when necessary.
BUG=239109
TBR=mnaganov,thestig,avi
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/15716007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child')
-rw-r--r-- | content/child/fileapi/webfilesystem_callback_adapters.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/child/fileapi/webfilesystem_callback_adapters.cc b/content/child/fileapi/webfilesystem_callback_adapters.cc index 24538ef..b061a22 100644 --- a/content/child/fileapi/webfilesystem_callback_adapters.cc +++ b/content/child/fileapi/webfilesystem_callback_adapters.cc @@ -12,6 +12,7 @@ #include "googleurl/src/gurl.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "third_party/WebKit/public/platform/WebFileInfo.h" +#include "third_party/WebKit/public/platform/WebFileSystem.h" #include "third_party/WebKit/public/platform/WebString.h" #include "webkit/base/file_path_string_conversions.h" #include "webkit/common/fileapi/directory_entry.h" |