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

Unified Diff: Source/modules/modules.gypi

Issue 588383002: Service Workers: InstallPhaseEvent -> ExtendableEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 3 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 26f53f0132243244c73d9277534cf1c7382b8319..ca4250b40d5c7f50729df9319879f95fa15d93fa 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -126,11 +126,11 @@
'serviceworkers/Body.idl',
'serviceworkers/Cache.idl',
'serviceworkers/CacheStorage.idl',
+ 'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
'serviceworkers/Headers.idl',
'serviceworkers/HeadersForEachCallback.idl',
'serviceworkers/InstallEvent.idl',
- 'serviceworkers/InstallPhaseEvent.idl',
'serviceworkers/Request.idl',
'serviceworkers/Response.idl',
'serviceworkers/ServiceWorker.idl',
@@ -265,9 +265,9 @@
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
'push_messaging/PushEvent.idl',
+ 'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
'serviceworkers/InstallEvent.idl',
- 'serviceworkers/InstallPhaseEvent.idl',
'speech/SpeechRecognitionError.idl',
'speech/SpeechRecognitionEvent.idl',
'speech/SpeechSynthesisEvent.idl',
@@ -705,6 +705,8 @@
'serviceworkers/Cache.h',
'serviceworkers/CacheStorage.cpp',
'serviceworkers/CacheStorage.h',
+ 'serviceworkers/ExtendableEvent.cpp',
+ 'serviceworkers/ExtendableEvent.h',
'serviceworkers/FetchEvent.cpp',
'serviceworkers/FetchEvent.h',
'serviceworkers/FetchHeaderList.cpp',
@@ -720,8 +722,6 @@
'serviceworkers/HeadersForEachCallback.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
- 'serviceworkers/InstallPhaseEvent.cpp',
- 'serviceworkers/InstallPhaseEvent.h',
'serviceworkers/NavigatorServiceWorker.cpp',
'serviceworkers/NavigatorServiceWorker.h',
'serviceworkers/RegistrationOptionList.h',

Powered by Google App Engine
This is Rietveld 408576698