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

Unified Diff: Source/modules/modules.gypi

Issue 1130113006: ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (3/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove custom bindings Created 5 years, 7 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 3617f8fb695232c16acad56246c77ebb12747182..493ca9badc241523e661f93c00b7c7aea411cd45 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/StashedMessagePort.idl',
'serviceworkers/StashedPortCollection.idl',
@@ -336,6 +337,7 @@
'push_messaging/PushEvent.idl',
'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
+ 'serviceworkers/ServiceWorkerMessageEvent.idl',
'speech/SpeechRecognitionError.idl',
'speech/SpeechRecognitionEvent.idl',
'speech/SpeechSynthesisEvent.idl',
@@ -385,6 +387,7 @@
'serviceworkers/ExtendableEventInit.idl',
'serviceworkers/FetchEventInit.idl',
'serviceworkers/RegistrationOptions.idl',
+ 'serviceworkers/ServiceWorkerMessageEventInit.idl',
'speech/SpeechRecognitionErrorInit.idl',
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
@@ -482,6 +485,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',
@@ -1129,6 +1134,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',

Powered by Google App Engine
This is Rietveld 408576698