From 8a4892d8d5ef84d8be7c47ac5e1b5e601f2a77b7 Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Mon, 23 Nov 2009 20:40:57 +0000 Subject: The appcache system uses two threads, an IO thread and a DB thread. It does not create these threads, the embedder is responsible for providing them to the appcache library by implementing the class declared in appcache_thread.h. Also in this CL are two implementations, one for Chrome and another for test_shell. TEST=none BUG=none Review URL: http://codereview.chromium.org/409005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32846 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 972d734..8fed312 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -166,6 +166,8 @@ 'appcache/appcache_storage.h', 'appcache/appcache_storage_impl.cc', 'appcache/appcache_storage_impl.h', + 'appcache/appcache_thread.cc', + 'appcache/appcache_thread.h', 'appcache/appcache_working_set.cc', 'appcache/appcache_working_set.h', 'appcache/appcache_update_job.cc', -- cgit v1.1