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

Unified Diff: Source/modules/modules.gypi

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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 649bf0a658aeece66084187289fcc0532006fa2a..3617f8fb695232c16acad56246c77ebb12747182 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -171,6 +171,8 @@
'serviceworkers/ServiceWorkerContainer.idl',
'serviceworkers/ServiceWorkerGlobalScope.idl',
'serviceworkers/ServiceWorkerRegistration.idl',
+ 'serviceworkers/StashedMessagePort.idl',
+ 'serviceworkers/StashedPortCollection.idl',
'serviceworkers/WindowClient.idl',
'speech/SpeechGrammar.idl',
'speech/SpeechGrammarList.idl',
@@ -280,6 +282,7 @@
'mediastream/URLMediaStream.idl',
'mediastream/WindowMediaStream.idl',
'navigatorconnect/NavigatorConnect.idl',
+ 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
'navigatorconnect/WorkerNavigatorConnect.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInformation.idl',
@@ -1132,6 +1135,10 @@
'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
'serviceworkers/ServiceWorkerThread.cpp',
'serviceworkers/ServiceWorkerThread.h',
+ 'serviceworkers/StashedMessagePort.cpp',
+ 'serviceworkers/StashedMessagePort.h',
+ 'serviceworkers/StashedPortCollection.cpp',
+ 'serviceworkers/StashedPortCollection.h',
'serviceworkers/WaitUntilObserver.cpp',
'speech/DOMWindowSpeechSynthesis.cpp',
'speech/DOMWindowSpeechSynthesis.h',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698