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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2803693002: RTCRtpReceiver.getContributingSources() added. (Closed)
Patch Set: Addressed guidou's comments Created 3 years, 8 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: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index a4e252a711906fb152e9ee070c4f8342a113cc7e..9648f9a259eeee4c4253689ae8b1c4ab6b947c67 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -196,6 +196,7 @@ modules_idl_files =
"peerconnection/RTCPeerConnection.idl",
"peerconnection/RTCPeerConnectionErrorCallback.idl",
"peerconnection/RTCPeerConnectionIceEvent.idl",
+ "peerconnection/RTCRtpContributingSource.idl",
"peerconnection/RTCRtpReceiver.idl",
"peerconnection/RTCSessionDescription.idl",
"peerconnection/RTCSessionDescriptionCallback.idl",

Powered by Google App Engine
This is Rietveld 408576698