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

Unified Diff: Source/modules/modules.gypi

Issue 311233007: ServiceWorker, remove old Cache API implementation to make way for the polyfill. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 059148c7db082bd39b354704fa4a04a0ee0d67f6..dfda6f3ebcc713414261aae16c166eebeb6b3948 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -115,7 +115,6 @@
'quota/StorageQuota.idl',
'quota/StorageQuotaCallback.idl',
'quota/StorageUsageCallback.idl',
- 'serviceworkers/Cache.idl',
'serviceworkers/Client.idl',
'serviceworkers/FetchEvent.idl',
'serviceworkers/HeaderMap.idl',
@@ -640,8 +639,6 @@
'screen_orientation/ScreenOrientation.h',
'screen_orientation/ScreenOrientationController.cpp',
'screen_orientation/ScreenOrientationController.h',
- 'serviceworkers/Cache.cpp',
- 'serviceworkers/Cache.h',
'serviceworkers/Client.cpp',
'serviceworkers/Client.h',
'serviceworkers/FetchEvent.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