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

Unified Diff: Source/modules/modules.gypi

Issue 1191393003: Update client side navigator.connect API to use ServicePortCollection [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport
Patch Set: address more comments Created 5 years, 6 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 e84603578a403853e128b2a2e802f5d6810b3f57..903b725524a5cf7040f3969621f74082ef8f559b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -133,6 +133,7 @@
'mediastream/SourceInfo.idl',
'navigatorconnect/CrossOriginConnectEvent.idl',
'navigatorconnect/CrossOriginServiceWorkerClient.idl',
+ 'navigatorconnect/ServicePort.idl',
'navigatorconnect/ServicePortCollection.idl',
'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
@@ -1030,6 +1031,8 @@
'navigatorconnect/NavigatorConnect.h',
'navigatorconnect/NavigatorServices.cpp',
'navigatorconnect/NavigatorServices.h',
+ 'navigatorconnect/ServicePort.cpp',
+ 'navigatorconnect/ServicePort.h',
'navigatorconnect/ServicePortCollection.cpp',
'navigatorconnect/ServicePortCollection.h',
'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h',

Powered by Google App Engine
This is Rietveld 408576698