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

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

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: Fix win-specific compile error. 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 77ce63b7898045cfc6d800fe46dd23afe1d065a9..ad131e1197d0bcb1556e3c1a120376a8f74a2ac4 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -198,6 +198,7 @@ modules_idl_files =
"peerconnection/RTCPeerConnectionIceEvent.idl",
"peerconnection/RTCRtpContributingSource.idl",
"peerconnection/RTCRtpReceiver.idl",
+ "peerconnection/RTCRtpSender.idl",
"peerconnection/RTCSessionDescription.idl",
"peerconnection/RTCSessionDescriptionCallback.idl",
"peerconnection/RTCStatsCallback.idl",

Powered by Google App Engine
This is Rietveld 408576698