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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1729563002: Replace RTCErrorCallback with RTCPeerConnectionErrorCallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'mediastream/MediaStreamTrackEvent.idl', 123 'mediastream/MediaStreamTrackEvent.idl',
124 'mediastream/MediaStreamTrackSourcesCallback.idl', 124 'mediastream/MediaStreamTrackSourcesCallback.idl',
125 'mediastream/NavigatorUserMediaError.idl', 125 'mediastream/NavigatorUserMediaError.idl',
126 'mediastream/NavigatorUserMediaErrorCallback.idl', 126 'mediastream/NavigatorUserMediaErrorCallback.idl',
127 'mediastream/NavigatorUserMediaSuccessCallback.idl', 127 'mediastream/NavigatorUserMediaSuccessCallback.idl',
128 'mediastream/RTCCertificate.idl', 128 'mediastream/RTCCertificate.idl',
129 'mediastream/RTCDTMFSender.idl', 129 'mediastream/RTCDTMFSender.idl',
130 'mediastream/RTCDTMFToneChangeEvent.idl', 130 'mediastream/RTCDTMFToneChangeEvent.idl',
131 'mediastream/RTCDataChannel.idl', 131 'mediastream/RTCDataChannel.idl',
132 'mediastream/RTCDataChannelEvent.idl', 132 'mediastream/RTCDataChannelEvent.idl',
133 'mediastream/RTCErrorCallback.idl',
134 'mediastream/RTCIceCandidate.idl', 133 'mediastream/RTCIceCandidate.idl',
135 'mediastream/RTCIceCandidateEvent.idl', 134 'mediastream/RTCIceCandidateEvent.idl',
136 'mediastream/RTCPeerConnection.idl', 135 'mediastream/RTCPeerConnection.idl',
136 'mediastream/RTCPeerConnectionErrorCallback.idl',
137 'mediastream/RTCSessionDescription.idl', 137 'mediastream/RTCSessionDescription.idl',
138 'mediastream/RTCSessionDescriptionCallback.idl', 138 'mediastream/RTCSessionDescriptionCallback.idl',
139 'mediastream/RTCStatsCallback.idl', 139 'mediastream/RTCStatsCallback.idl',
140 'mediastream/RTCStatsReport.idl', 140 'mediastream/RTCStatsReport.idl',
141 'mediastream/RTCStatsResponse.idl', 141 'mediastream/RTCStatsResponse.idl',
142 'mediastream/SourceInfo.idl', 142 'mediastream/SourceInfo.idl',
143 'navigatorconnect/CrossOriginServiceWorkerClient.idl', 143 'navigatorconnect/CrossOriginServiceWorkerClient.idl',
144 'navigatorconnect/ServicePort.idl', 144 'navigatorconnect/ServicePort.idl',
145 'navigatorconnect/ServicePortConnectEvent.idl', 145 'navigatorconnect/ServicePortConnectEvent.idl',
146 'navigatorconnect/ServicePortCollection.idl', 146 'navigatorconnect/ServicePortCollection.idl',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'mediastream/RTCCertificate.cpp', 1214 'mediastream/RTCCertificate.cpp',
1215 'mediastream/RTCCertificate.h', 1215 'mediastream/RTCCertificate.h',
1216 'mediastream/RTCDTMFSender.cpp', 1216 'mediastream/RTCDTMFSender.cpp',
1217 'mediastream/RTCDTMFSender.h', 1217 'mediastream/RTCDTMFSender.h',
1218 'mediastream/RTCDTMFToneChangeEvent.cpp', 1218 'mediastream/RTCDTMFToneChangeEvent.cpp',
1219 'mediastream/RTCDTMFToneChangeEvent.h', 1219 'mediastream/RTCDTMFToneChangeEvent.h',
1220 'mediastream/RTCDataChannel.cpp', 1220 'mediastream/RTCDataChannel.cpp',
1221 'mediastream/RTCDataChannel.h', 1221 'mediastream/RTCDataChannel.h',
1222 'mediastream/RTCDataChannelEvent.cpp', 1222 'mediastream/RTCDataChannelEvent.cpp',
1223 'mediastream/RTCDataChannelEvent.h', 1223 'mediastream/RTCDataChannelEvent.h',
1224 'mediastream/RTCErrorCallback.h',
1225 'mediastream/RTCIceCandidate.cpp', 1224 'mediastream/RTCIceCandidate.cpp',
1226 'mediastream/RTCIceCandidate.h', 1225 'mediastream/RTCIceCandidate.h',
1227 'mediastream/RTCIceCandidateEvent.cpp', 1226 'mediastream/RTCIceCandidateEvent.cpp',
1228 'mediastream/RTCIceCandidateEvent.h', 1227 'mediastream/RTCIceCandidateEvent.h',
1229 'mediastream/RTCPeerConnection.cpp', 1228 'mediastream/RTCPeerConnection.cpp',
1230 'mediastream/RTCPeerConnection.h', 1229 'mediastream/RTCPeerConnection.h',
1230 'mediastream/RTCPeerConnectionErrorCallback.h',
1231 'mediastream/RTCSessionDescription.cpp', 1231 'mediastream/RTCSessionDescription.cpp',
1232 'mediastream/RTCSessionDescription.h', 1232 'mediastream/RTCSessionDescription.h',
1233 'mediastream/RTCSessionDescriptionCallback.h', 1233 'mediastream/RTCSessionDescriptionCallback.h',
1234 'mediastream/RTCSessionDescriptionRequestImpl.cpp', 1234 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
1235 'mediastream/RTCSessionDescriptionRequestImpl.h', 1235 'mediastream/RTCSessionDescriptionRequestImpl.h',
1236 'mediastream/RTCStatsReport.cpp', 1236 'mediastream/RTCStatsReport.cpp',
1237 'mediastream/RTCStatsReport.h', 1237 'mediastream/RTCStatsReport.h',
1238 'mediastream/RTCStatsRequestImpl.cpp', 1238 'mediastream/RTCStatsRequestImpl.cpp',
1239 'mediastream/RTCStatsRequestImpl.h', 1239 'mediastream/RTCStatsRequestImpl.h',
1240 'mediastream/RTCStatsResponse.cpp', 1240 'mediastream/RTCStatsResponse.cpp',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1930 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1931 'webaudio/ConvolverNodeTest.cpp', 1931 'webaudio/ConvolverNodeTest.cpp',
1932 'webaudio/DynamicsCompressorNodeTest.cpp', 1932 'webaudio/DynamicsCompressorNodeTest.cpp',
1933 'webaudio/ScriptProcessorNodeTest.cpp', 1933 'webaudio/ScriptProcessorNodeTest.cpp',
1934 'webaudio/StereoPannerNodeTest.cpp', 1934 'webaudio/StereoPannerNodeTest.cpp',
1935 'websockets/DOMWebSocketTest.cpp', 1935 'websockets/DOMWebSocketTest.cpp',
1936 'websockets/DocumentWebSocketChannelTest.cpp', 1936 'websockets/DocumentWebSocketChannelTest.cpp',
1937 ], 1937 ],
1938 }, 1938 },
1939 } 1939 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698