diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 03:09:43 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 03:09:43 +0000 |
commit | b76b556d6c09aaa3f52755d765e50446fe800520 (patch) | |
tree | 9a57d757f02079112522f8510d487802d78b027a /webkit/storage | |
parent | 272279c609dd750e5e84ebe0bac21f1e877e49c2 (diff) | |
download | chromium_src-b76b556d6c09aaa3f52755d765e50446fe800520.zip chromium_src-b76b556d6c09aaa3f52755d765e50446fe800520.tar.gz chromium_src-b76b556d6c09aaa3f52755d765e50446fe800520.tar.bz2 |
Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to the new common_child library.
- just moving the files in the source repository
- and fixing up complilation guards
- and fixing up include paths throughout
- and fixing up DEPs files as needed
Note: Everything in /webkit is still being built into the same old webkit_storage target
for now, new actual build target(s) will come later.
TBR=kinuko@chromium.org, thestig@chromium.org
BUG=239109
Review URL: https://codereview.chromium.org/15746017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/storage')
-rw-r--r-- | webkit/storage/webkit_storage.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/storage/webkit_storage.gypi b/webkit/storage/webkit_storage.gypi index d20eb53..42dc104 100644 --- a/webkit/storage/webkit_storage.gypi +++ b/webkit/storage/webkit_storage.gypi @@ -5,7 +5,6 @@ { 'includes': [ '../appcache/webkit_appcache.gypi', - '../blob/webkit_blob.gypi', '../dom_storage/webkit_dom_storage.gypi', '../quota/webkit_quota.gypi', @@ -35,7 +34,6 @@ 'sources': [ '../storage/webkit_storage_export.h', '<@(webkit_appcache_sources)', - '<@(webkit_blob_sources)', '<@(webkit_dom_storage_sources)', '<@(webkit_quota_sources)', |