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

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

Issue 1661493002: Add promise-based addIceCandidate, setLocalDescription and setRemoteDescription to RTCPeerConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: philipj's comments on tests Created 4 years, 10 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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'mediastream/RTCSessionDescriptionRequestImpl.cpp', 1238 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
1239 'mediastream/RTCSessionDescriptionRequestImpl.h', 1239 'mediastream/RTCSessionDescriptionRequestImpl.h',
1240 'mediastream/RTCStatsReport.cpp', 1240 'mediastream/RTCStatsReport.cpp',
1241 'mediastream/RTCStatsReport.h', 1241 'mediastream/RTCStatsReport.h',
1242 'mediastream/RTCStatsRequestImpl.cpp', 1242 'mediastream/RTCStatsRequestImpl.cpp',
1243 'mediastream/RTCStatsRequestImpl.h', 1243 'mediastream/RTCStatsRequestImpl.h',
1244 'mediastream/RTCStatsResponse.cpp', 1244 'mediastream/RTCStatsResponse.cpp',
1245 'mediastream/RTCStatsResponse.h', 1245 'mediastream/RTCStatsResponse.h',
1246 'mediastream/RTCVoidRequestImpl.cpp', 1246 'mediastream/RTCVoidRequestImpl.cpp',
1247 'mediastream/RTCVoidRequestImpl.h', 1247 'mediastream/RTCVoidRequestImpl.h',
1248 'mediastream/RTCVoidRequestPromiseImpl.cpp',
1249 'mediastream/RTCVoidRequestPromiseImpl.h',
1248 'mediastream/SourceInfo.cpp', 1250 'mediastream/SourceInfo.cpp',
1249 'mediastream/SourceInfo.h', 1251 'mediastream/SourceInfo.h',
1250 'mediastream/URLMediaStream.cpp', 1252 'mediastream/URLMediaStream.cpp',
1251 'mediastream/URLMediaStream.h', 1253 'mediastream/URLMediaStream.h',
1252 'mediastream/UserMediaClient.h', 1254 'mediastream/UserMediaClient.h',
1253 'mediastream/UserMediaController.cpp', 1255 'mediastream/UserMediaController.cpp',
1254 'mediastream/UserMediaController.h', 1256 'mediastream/UserMediaController.h',
1255 'mediastream/UserMediaRequest.cpp', 1257 'mediastream/UserMediaRequest.cpp',
1256 'mediastream/UserMediaRequest.h', 1258 'mediastream/UserMediaRequest.h',
1257 'navigatorconnect/AcceptConnectionObserver.cpp', 1259 'navigatorconnect/AcceptConnectionObserver.cpp',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1933 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1934 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1935 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1936 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1937 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1938 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1939 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1940 ],
1939 }, 1941 },
1940 } 1942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698