summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorjennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 17:19:37 +0000
committerjennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 17:19:37 +0000
commitae3c0b266d4a3f7f2f121589e24e76528d44f4f7 (patch)
tree85af04a19120db4a75b1ad07ca2a6e1473f1767e /webkit/webkit.gyp
parentff9cfce7ec2ae06df4ac413cfde3bfd7ae503677 (diff)
downloadchromium_src-ae3c0b266d4a3f7f2f121589e24e76528d44f4f7.zip
chromium_src-ae3c0b266d4a3f7f2f121589e24e76528d44f4f7.tar.gz
chromium_src-ae3c0b266d4a3f7f2f121589e24e76528d44f4f7.tar.bz2
Implementation of application cache update algorithm.
Does not include storage nor processing of pending master entries. TEST=verify update functionality BUG=none Review URL: http://codereview.chromium.org/201070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 2dd6bba..7bb9705 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -406,6 +406,8 @@
'appcache/appcache_request_handler.h',
'appcache/appcache_service.cc',
'appcache/appcache_service.h',
+ 'appcache/appcache_update_job.cc',
+ 'appcache/appcache_update_job.h',
'appcache/manifest_parser.cc',
'appcache/manifest_parser.h',
'appcache/web_application_cache_host_impl.cc',