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

Unified Diff: Source/modules/modules.gypi

Issue 434543002: Introducing the ServiceWorker Cache object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b8cdf28c41d5a183a3bed99c966cd148ec50647a..d92df03af5b06df4789592282c47426a53fe7fad 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/FetchStore.idl',
'serviceworkers/FetchStores.idl',
'serviceworkers/Client.idl',
'serviceworkers/FetchBodyStream.idl',
@@ -652,6 +653,8 @@
'screen_orientation/ScreenOrientation.h',
'screen_orientation/ScreenOrientationController.cpp',
'screen_orientation/ScreenOrientationController.h',
+ 'serviceworkers/FetchStore.cpp',
+ 'serviceworkers/FetchStore.h',
'serviceworkers/FetchStores.cpp',
'serviceworkers/FetchStores.h',
'serviceworkers/Client.cpp',

Powered by Google App Engine
This is Rietveld 408576698