From 35f2094cd0ac27018aff2646445f44c3f9ee8d36 Mon Sep 17 00:00:00 2001 From: "michaeln@chromium.org" Date: Tue, 29 Dec 2009 22:46:55 +0000 Subject: AppCacheDatabase and SQL based AppCacheStorageImpl. Still nothing is being written to disk with this CL, in-memory 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/518020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35354 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 37699cb..cf0ff34 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -137,6 +137,7 @@ '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', ], @@ -146,6 +147,8 @@ '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', @@ -188,6 +191,7 @@ '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', ], -- cgit v1.1