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

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: rebase Created 5 years, 5 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 c09207582179da0bbdcce9f57dfa512d4c672067..249e44e19cd9197f64f8641a8ca8ddb249e7150f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -140,6 +140,7 @@
'navigatorconnect/CrossOriginConnectEvent.idl',
'navigatorconnect/CrossOriginServiceWorkerClient.idl',
'navigatorconnect/ServicePort.idl',
+ 'navigatorconnect/ServicePortConnectEvent.idl',
'navigatorconnect/ServicePortCollection.idl',
'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
@@ -383,6 +384,7 @@
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
'navigatorconnect/CrossOriginConnectEvent.idl',
+ 'navigatorconnect/ServicePortConnectEvent.idl',
'notifications/NotificationEvent.idl',
'presentation/DefaultSessionStartEvent.idl',
'push_messaging/PushEvent.idl',
@@ -435,7 +437,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',
@@ -540,8 +544,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',
@@ -1129,6 +1137,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',
« no previous file with comments | « Source/bindings/core/v8/ExceptionState.cpp ('k') | Source/modules/navigatorconnect/AcceptConnectionObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698