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

Unified Diff: Source/modules/modules.gypi

Issue 1139873002: [PROTOTYPE] ServiceWorker: Add ServiceWorkerMessageEvent impl. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 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',
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/serviceworkers/ServiceWorkerMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698