Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 40f4ab8ca3b2404032cb0ff23ead3a887d78344a..18e0981d4d0b1a29c12373ca961760d4081ecf59 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -170,6 +170,7 @@ |
'serviceworkers/ServiceWorker.idl', |
'serviceworkers/ServiceWorkerContainer.idl', |
'serviceworkers/ServiceWorkerGlobalScope.idl', |
+ 'serviceworkers/ServiceWorkerMessageEvent.idl', |
'serviceworkers/ServiceWorkerRegistration.idl', |
'serviceworkers/WindowClient.idl', |
'speech/SpeechGrammar.idl', |
@@ -333,6 +334,7 @@ |
'push_messaging/PushEvent.idl', |
'serviceworkers/ExtendableEvent.idl', |
'serviceworkers/FetchEvent.idl', |
+ 'serviceworkers/ServiceWorkerMessageEvent.idl', |
'speech/SpeechRecognitionError.idl', |
'speech/SpeechRecognitionEvent.idl', |
'speech/SpeechSynthesisEvent.idl', |
@@ -1121,6 +1123,8 @@ |
'serviceworkers/ServiceWorkerGlobalScope.h', |
'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', |
'serviceworkers/ServiceWorkerGlobalScopeClient.h', |
+ 'serviceworkers/ServiceWorkerMessageEvent.cpp', |
+ 'serviceworkers/ServiceWorkerMessageEvent.h', |
'serviceworkers/ServiceWorkerRegistration.cpp', |
'serviceworkers/ServiceWorkerRegistration.h', |
'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', |