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

Unified Diff: Source/modules/modules.gypi

Issue 1205783004: Update navigator.services API to use the new services.onconnect event [3/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-serviceside
Patch Set: fix webexposed layout test 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 95bd97d7a6b9523d9a32e6626253b037f4bf43aa..1c9d70cb834703bc0e7a3fc47b11951063636aba 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -137,7 +137,6 @@
'mediastream/RTCStatsReport.idl',
'mediastream/RTCStatsResponse.idl',
'mediastream/SourceInfo.idl',
- 'navigatorconnect/CrossOriginConnectEvent.idl',
'navigatorconnect/CrossOriginServiceWorkerClient.idl',
'navigatorconnect/ServicePort.idl',
'navigatorconnect/ServicePortConnectEvent.idl',
@@ -388,7 +387,6 @@
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
- 'navigatorconnect/CrossOriginConnectEvent.idl',
'navigatorconnect/ServicePortConnectEvent.idl',
'notifications/NotificationEvent.idl',
'presentation/DefaultSessionStartEvent.idl',
@@ -1134,8 +1132,6 @@
'mediastream/UserMediaRequest.h',
'navigatorconnect/AcceptConnectionObserver.cpp',
'navigatorconnect/AcceptConnectionObserver.h',
- 'navigatorconnect/CrossOriginConnectEvent.cpp',
- 'navigatorconnect/CrossOriginConnectEvent.h',
'navigatorconnect/CrossOriginServiceWorkerClient.cpp',
'navigatorconnect/CrossOriginServiceWorkerClient.h',
'navigatorconnect/NavigatorServices.cpp',

Powered by Google App Engine
This is Rietveld 408576698