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

Unified Diff: Source/modules/modules.gypi

Issue 1210633002: Update navigator.services API to use the new services.onconnect event [1/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part3
Patch Set: fix linking error 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 eecb365334127c46b7b4ef216524a432c7a79865..ab5999bbec61ab99713b8c1654fde3eb9e9f1aa8 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -136,6 +136,7 @@
'navigatorconnect/CrossOriginConnectEvent.idl',
'navigatorconnect/CrossOriginServiceWorkerClient.idl',
'navigatorconnect/ServicePort.idl',
+ 'navigatorconnect/ServicePortConnectEvent.idl',
'navigatorconnect/ServicePortCollection.idl',
'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
@@ -330,6 +331,7 @@
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
'navigatorconnect/CrossOriginConnectEvent.idl',
+ 'navigatorconnect/ServicePortConnectEvent.idl',
'notifications/NotificationEvent.idl',
'presentation/AvailableChangeEvent.idl',
'presentation/DefaultSessionStartEvent.idl',
@@ -379,7 +381,9 @@
'mediastream/RTCDTMFToneChangeEventInit.idl',
'mediastream/RTCIceCandidateInit.idl',
'mediastream/RTCSessionDescriptionInit.idl',
+ 'navigatorconnect/ServicePortConnectEventInit.idl',
'navigatorconnect/ServicePortConnectOptions.idl',
+ 'navigatorconnect/ServicePortConnectResponse.idl',
'navigatorconnect/ServicePortMatchOptions.idl',
'notifications/GetNotificationOptions.idl',
'notifications/NotificationEventInit.idl',
@@ -478,8 +482,12 @@
'<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h',
'<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp',
'<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h',
+ '<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectEventInit.cpp',
+ '<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectEventInit.h',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectOptions.cpp',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectOptions.h',
+ '<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectResponse.cpp',
+ '<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectResponse.h',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortMatchOptions.cpp',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortMatchOptions.h',
'<(blink_modules_output_dir)/notifications/GetNotificationOptions.cpp',
@@ -1037,6 +1045,8 @@
'navigatorconnect/ServicePort.h',
'navigatorconnect/ServicePortCollection.cpp',
'navigatorconnect/ServicePortCollection.h',
+ 'navigatorconnect/ServicePortConnectEvent.cpp',
+ 'navigatorconnect/ServicePortConnectEvent.h',
'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h',
'navigatorconnect/WorkerNavigatorServices.cpp',
'navigatorconnect/WorkerNavigatorServices.h',

Powered by Google App Engine
This is Rietveld 408576698