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

Side by Side 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: remove extra space Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'mediastream/RTCErrorCallback.idl', 130 'mediastream/RTCErrorCallback.idl',
131 'mediastream/RTCIceCandidate.idl', 131 'mediastream/RTCIceCandidate.idl',
132 'mediastream/RTCIceCandidateEvent.idl', 132 'mediastream/RTCIceCandidateEvent.idl',
133 'mediastream/RTCPeerConnection.idl', 133 'mediastream/RTCPeerConnection.idl',
134 'mediastream/RTCSessionDescription.idl', 134 'mediastream/RTCSessionDescription.idl',
135 'mediastream/RTCSessionDescriptionCallback.idl', 135 'mediastream/RTCSessionDescriptionCallback.idl',
136 'mediastream/RTCStatsCallback.idl', 136 'mediastream/RTCStatsCallback.idl',
137 'mediastream/RTCStatsReport.idl', 137 'mediastream/RTCStatsReport.idl',
138 'mediastream/RTCStatsResponse.idl', 138 'mediastream/RTCStatsResponse.idl',
139 'mediastream/SourceInfo.idl', 139 'mediastream/SourceInfo.idl',
140 'navigatorconnect/CrossOriginConnectEvent.idl',
141 'navigatorconnect/CrossOriginServiceWorkerClient.idl', 140 'navigatorconnect/CrossOriginServiceWorkerClient.idl',
142 'navigatorconnect/ServicePort.idl', 141 'navigatorconnect/ServicePort.idl',
143 'navigatorconnect/ServicePortConnectEvent.idl', 142 'navigatorconnect/ServicePortConnectEvent.idl',
144 'navigatorconnect/ServicePortCollection.idl', 143 'navigatorconnect/ServicePortCollection.idl',
145 'netinfo/NetworkInformation.idl', 144 'netinfo/NetworkInformation.idl',
146 'notifications/Notification.idl', 145 'notifications/Notification.idl',
147 'notifications/NotificationEvent.idl', 146 'notifications/NotificationEvent.idl',
148 'notifications/NotificationPermissionCallback.idl', 147 'notifications/NotificationPermissionCallback.idl',
149 'permissions/Permissions.idl', 148 'permissions/Permissions.idl',
150 'permissions/PermissionStatus.idl', 149 'permissions/PermissionStatus.idl',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'encryptedmedia/MediaEncryptedEvent.idl', 379 'encryptedmedia/MediaEncryptedEvent.idl',
381 'encryptedmedia/MediaKeyMessageEvent.idl', 380 'encryptedmedia/MediaKeyMessageEvent.idl',
382 'gamepad/GamepadEvent.idl', 381 'gamepad/GamepadEvent.idl',
383 'geofencing/GeofencingEvent.idl', 382 'geofencing/GeofencingEvent.idl',
384 'indexeddb/IDBVersionChangeEvent.idl', 383 'indexeddb/IDBVersionChangeEvent.idl',
385 'mediastream/MediaStreamEvent.idl', 384 'mediastream/MediaStreamEvent.idl',
386 'mediastream/MediaStreamTrackEvent.idl', 385 'mediastream/MediaStreamTrackEvent.idl',
387 'mediastream/RTCDTMFToneChangeEvent.idl', 386 'mediastream/RTCDTMFToneChangeEvent.idl',
388 'mediastream/RTCDataChannelEvent.idl', 387 'mediastream/RTCDataChannelEvent.idl',
389 'mediastream/RTCIceCandidateEvent.idl', 388 'mediastream/RTCIceCandidateEvent.idl',
390 'navigatorconnect/CrossOriginConnectEvent.idl',
391 'navigatorconnect/ServicePortConnectEvent.idl', 389 'navigatorconnect/ServicePortConnectEvent.idl',
392 'notifications/NotificationEvent.idl', 390 'notifications/NotificationEvent.idl',
393 'presentation/DefaultSessionStartEvent.idl', 391 'presentation/DefaultSessionStartEvent.idl',
394 'push_messaging/PushEvent.idl', 392 'push_messaging/PushEvent.idl',
395 'serviceworkers/ExtendableEvent.idl', 393 'serviceworkers/ExtendableEvent.idl',
396 'serviceworkers/FetchEvent.idl', 394 'serviceworkers/FetchEvent.idl',
397 'serviceworkers/ServiceWorkerMessageEvent.idl', 395 'serviceworkers/ServiceWorkerMessageEvent.idl',
398 'speech/SpeechRecognitionError.idl', 396 'speech/SpeechRecognitionError.idl',
399 'speech/SpeechRecognitionEvent.idl', 397 'speech/SpeechRecognitionEvent.idl',
400 'speech/SpeechSynthesisEvent.idl', 398 'speech/SpeechSynthesisEvent.idl',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 'mediastream/SourceInfo.h', 1131 'mediastream/SourceInfo.h',
1134 'mediastream/URLMediaStream.cpp', 1132 'mediastream/URLMediaStream.cpp',
1135 'mediastream/URLMediaStream.h', 1133 'mediastream/URLMediaStream.h',
1136 'mediastream/UserMediaClient.h', 1134 'mediastream/UserMediaClient.h',
1137 'mediastream/UserMediaController.cpp', 1135 'mediastream/UserMediaController.cpp',
1138 'mediastream/UserMediaController.h', 1136 'mediastream/UserMediaController.h',
1139 'mediastream/UserMediaRequest.cpp', 1137 'mediastream/UserMediaRequest.cpp',
1140 'mediastream/UserMediaRequest.h', 1138 'mediastream/UserMediaRequest.h',
1141 'navigatorconnect/AcceptConnectionObserver.cpp', 1139 'navigatorconnect/AcceptConnectionObserver.cpp',
1142 'navigatorconnect/AcceptConnectionObserver.h', 1140 'navigatorconnect/AcceptConnectionObserver.h',
1143 'navigatorconnect/CrossOriginConnectEvent.cpp',
1144 'navigatorconnect/CrossOriginConnectEvent.h',
1145 'navigatorconnect/CrossOriginServiceWorkerClient.cpp', 1141 'navigatorconnect/CrossOriginServiceWorkerClient.cpp',
1146 'navigatorconnect/CrossOriginServiceWorkerClient.h', 1142 'navigatorconnect/CrossOriginServiceWorkerClient.h',
1147 'navigatorconnect/NavigatorServices.cpp', 1143 'navigatorconnect/NavigatorServices.cpp',
1148 'navigatorconnect/NavigatorServices.h', 1144 'navigatorconnect/NavigatorServices.h',
1149 'navigatorconnect/ServicePort.cpp', 1145 'navigatorconnect/ServicePort.cpp',
1150 'navigatorconnect/ServicePort.h', 1146 'navigatorconnect/ServicePort.h',
1151 'navigatorconnect/ServicePortCollection.cpp', 1147 'navigatorconnect/ServicePortCollection.cpp',
1152 'navigatorconnect/ServicePortCollection.h', 1148 'navigatorconnect/ServicePortCollection.h',
1153 'navigatorconnect/ServicePortConnectEvent.cpp', 1149 'navigatorconnect/ServicePortConnectEvent.cpp',
1154 'navigatorconnect/ServicePortConnectEvent.h', 1150 'navigatorconnect/ServicePortConnectEvent.h',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1730 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1735 'webaudio/ConvolverNodeTest.cpp', 1731 'webaudio/ConvolverNodeTest.cpp',
1736 'webaudio/DynamicsCompressorNodeTest.cpp', 1732 'webaudio/DynamicsCompressorNodeTest.cpp',
1737 'webaudio/ScriptProcessorNodeTest.cpp', 1733 'webaudio/ScriptProcessorNodeTest.cpp',
1738 'webaudio/StereoPannerNodeTest.cpp', 1734 'webaudio/StereoPannerNodeTest.cpp',
1739 'websockets/DOMWebSocketTest.cpp', 1735 'websockets/DOMWebSocketTest.cpp',
1740 'websockets/DocumentWebSocketChannelTest.cpp', 1736 'websockets/DocumentWebSocketChannelTest.cpp',
1741 ], 1737 ],
1742 }, 1738 },
1743 } 1739 }
OLDNEW
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/modules/navigatorconnect/AcceptConnectionObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698