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

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: 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 b7f0d4d6ced8b73940a6eea8f7e3f8f595966d3f..7f89833ea071dfd0b865e454a7ad638c91ee0337 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',
@@ -1022,6 +1023,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