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

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: Replace "TBD" with "InternalError" 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 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'mediastream/RTCSessionDescriptionRequestImpl.cpp', 1226 'mediastream/RTCSessionDescriptionRequestImpl.cpp',
1227 'mediastream/RTCSessionDescriptionRequestImpl.h', 1227 'mediastream/RTCSessionDescriptionRequestImpl.h',
1228 'mediastream/RTCStatsReport.cpp', 1228 'mediastream/RTCStatsReport.cpp',
1229 'mediastream/RTCStatsReport.h', 1229 'mediastream/RTCStatsReport.h',
1230 'mediastream/RTCStatsRequestImpl.cpp', 1230 'mediastream/RTCStatsRequestImpl.cpp',
1231 'mediastream/RTCStatsRequestImpl.h', 1231 'mediastream/RTCStatsRequestImpl.h',
1232 'mediastream/RTCStatsResponse.cpp', 1232 'mediastream/RTCStatsResponse.cpp',
1233 'mediastream/RTCStatsResponse.h', 1233 'mediastream/RTCStatsResponse.h',
1234 'mediastream/RTCVoidRequestImpl.cpp', 1234 'mediastream/RTCVoidRequestImpl.cpp',
1235 'mediastream/RTCVoidRequestImpl.h', 1235 'mediastream/RTCVoidRequestImpl.h',
1236 'mediastream/RTCVoidRequestPromiseImpl.cpp',
1237 'mediastream/RTCVoidRequestPromiseImpl.h',
1236 'mediastream/SourceInfo.cpp', 1238 'mediastream/SourceInfo.cpp',
1237 'mediastream/SourceInfo.h', 1239 'mediastream/SourceInfo.h',
1238 'mediastream/URLMediaStream.cpp', 1240 'mediastream/URLMediaStream.cpp',
1239 'mediastream/URLMediaStream.h', 1241 'mediastream/URLMediaStream.h',
1240 'mediastream/UserMediaClient.h', 1242 'mediastream/UserMediaClient.h',
1241 'mediastream/UserMediaController.cpp', 1243 'mediastream/UserMediaController.cpp',
1242 'mediastream/UserMediaController.h', 1244 'mediastream/UserMediaController.h',
1243 'mediastream/UserMediaRequest.cpp', 1245 'mediastream/UserMediaRequest.cpp',
1244 'mediastream/UserMediaRequest.h', 1246 'mediastream/UserMediaRequest.h',
1245 'navigatorconnect/AcceptConnectionObserver.cpp', 1247 'navigatorconnect/AcceptConnectionObserver.cpp',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1913 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1912 'webaudio/ConvolverNodeTest.cpp', 1914 'webaudio/ConvolverNodeTest.cpp',
1913 'webaudio/DynamicsCompressorNodeTest.cpp', 1915 'webaudio/DynamicsCompressorNodeTest.cpp',
1914 'webaudio/ScriptProcessorNodeTest.cpp', 1916 'webaudio/ScriptProcessorNodeTest.cpp',
1915 'webaudio/StereoPannerNodeTest.cpp', 1917 'webaudio/StereoPannerNodeTest.cpp',
1916 'websockets/DOMWebSocketTest.cpp', 1918 'websockets/DOMWebSocketTest.cpp',
1917 'websockets/DocumentWebSocketChannelTest.cpp', 1919 'websockets/DocumentWebSocketChannelTest.cpp',
1918 ], 1920 ],
1919 }, 1921 },
1920 } 1922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698