diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-29 03:37:22 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-29 03:37:22 +0000 |
commit | 833a4baa2ccf968616d72361a74852c57f911d96 (patch) | |
tree | 07ccc3df12e7800ef381dd14ca2bda4e8760aa81 /webkit/webkit.gyp | |
parent | 5ac84ca4f92eea80f31b5c7a58e41e35657a69ab (diff) | |
download | chromium_src-833a4baa2ccf968616d72361a74852c57f911d96.zip chromium_src-833a4baa2ccf968616d72361a74852c57f911d96.tar.gz chromium_src-833a4baa2ccf968616d72361a74852c57f911d96.tar.bz2 |
Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.
Still nothing is being written to disk with this CL,
inmemory SQLite and DiskCaches are being utilized.
Responses are not yet being removed from the DiskCasche
when the should be. Once that's done (in the next CL), we'll
start saving things on disk.
BUG=none
TEST=appcache_database_unittest.cc, appcache_storage_impl_unittest.cc
Review URL: http://codereview.chromium.org/501033
TBR=michaeln@chromium.org
Review URL: http://codereview.chromium.org/519018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index cf0ff34..37699cb 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -137,7 +137,6 @@ 'type': '<(library)', 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', 'dependencies': [ - '../app/app.gyp:app_base', '../net/net.gyp:net', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', ], @@ -147,8 +146,6 @@ 'appcache/appcache.h', 'appcache/appcache_backend_impl.cc', 'appcache/appcache_backend_impl.h', - 'appcache/appcache_database.cc', - 'appcache/appcache_database.h', 'appcache/appcache_entry.h', 'appcache/appcache_frontend_impl.cc', 'appcache/appcache_frontend_impl.h', @@ -191,7 +188,6 @@ 'type': '<(library)', 'msvs_guid': '1DA00DDD-44E5-4C56-B2CC-414FB0164492', 'dependencies': [ - '../app/app.gyp:app_base', '../base/base.gyp:base', '../third_party/sqlite/sqlite.gyp:sqlite', ], |