Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: Source/modules/modules.gypi

Issue 434543002: Introducing the ServiceWorker Cache object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remediate and update to spec Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.h » ('j') | Source/modules/serviceworkers/Cache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b5e39710ec719ad89128531dff1b37456b7e8a73..145cd88797168853d5360ad92223ca7692931003 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -117,6 +117,7 @@
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
'screen_orientation/ScreenOrientation.idl',
+ 'serviceworkers/Cache.idl',
'serviceworkers/CacheStorage.idl',
'serviceworkers/Client.idl',
'serviceworkers/FetchBodyStream.idl',
@@ -652,6 +653,8 @@
'screen_orientation/ScreenOrientation.h',
'screen_orientation/ScreenOrientationController.cpp',
'screen_orientation/ScreenOrientationController.h',
+ 'serviceworkers/Cache.cpp',
+ 'serviceworkers/Cache.h',
'serviceworkers/CacheStorage.cpp',
'serviceworkers/CacheStorage.h',
'serviceworkers/Client.cpp',
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.h » ('j') | Source/modules/serviceworkers/Cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698