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

Unified Diff: Source/modules/modules.gypi

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 9 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 | « Source/core/frame/UseCounter.h ('k') | Source/modules/serviceworkers/Cache.idl » ('j') | no next file with comments »
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 ff9996ed74313b259e4994211ad8cc305fe2ff44..0137e3fe40d88ee6bd79ee6f20970a3d01d80c3e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -289,6 +289,8 @@
'quota/WorkerNavigatorStorageQuota.idl',
'screen_orientation/ScreenScreenOrientation.idl',
'serviceworkers/NavigatorServiceWorker.idl',
+ 'serviceworkers/WindowCacheStorage.idl',
+ 'serviceworkers/WorkerCacheStorage.idl',
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
'storage/WindowStorage.idl',
@@ -1048,6 +1050,8 @@
'serviceworkers/ExtendableEvent.h',
'serviceworkers/FetchEvent.cpp',
'serviceworkers/FetchEvent.h',
+ 'serviceworkers/GlobalCacheStorage.cpp',
+ 'serviceworkers/GlobalCacheStorage.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
'serviceworkers/InspectorServiceWorkerCacheAgent.cpp',
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/serviceworkers/Cache.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698