Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index b36b3e09b0142e914f1a608fb2b1eb0c4a775a44..6b33c4e99832ca1876cd7ecd6b81f94430f87f21 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -167,6 +167,7 @@ |
'serviceworkers/ServiceWorker.idl', |
'serviceworkers/ServiceWorkerContainer.idl', |
'serviceworkers/ServiceWorkerGlobalScope.idl', |
+ 'serviceworkers/ServiceWorkerMessageEvent.idl', |
'serviceworkers/ServiceWorkerRegistration.idl', |
'serviceworkers/StashedMessagePort.idl', |
'serviceworkers/StashedPortCollection.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', |
@@ -386,6 +388,7 @@ |
'serviceworkers/ExtendableEventInit.idl', |
'serviceworkers/FetchEventInit.idl', |
'serviceworkers/RegistrationOptions.idl', |
+ 'serviceworkers/ServiceWorkerMessageEventInit.idl', |
'speech/SpeechRecognitionErrorInit.idl', |
'speech/SpeechRecognitionEventInit.idl', |
'storage/StorageEventInit.idl', |
@@ -491,6 +494,8 @@ |
'<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h', |
'<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', |
'<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', |
+ '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit.cpp', |
+ '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerMessageEventInit.h', |
'<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', |
'<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', |
'<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', |
@@ -1136,6 +1141,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', |