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

Unified Diff: Source/modules/modules.gypi

Issue 434543002: Introducing the ServiceWorker Cache object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update to trunk 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') | 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 9ee0a21f2e728eee730d257bd11ba74c4b23569c..1cb0182c30112f7354a6018a1c19e85297c51f4e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -122,6 +122,7 @@
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
'screen_orientation/ScreenOrientation.idl',
+ 'serviceworkers/Cache.idl',
'serviceworkers/CacheStorage.idl',
'serviceworkers/Client.idl',
'serviceworkers/FetchBodyStream.idl',
@@ -671,6 +672,8 @@
'screen_orientation/ScreenOrientationController.h',
'screen_orientation/ScreenOrientationDispatcher.cpp',
'screen_orientation/ScreenOrientationDispatcher.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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698