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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/BUILD.gn

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: external/wpt/webrtc/RTCPeerConnection-idl-expected.txt updated passing 2 more tests Created 3 years, 7 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/peerconnection/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
index 247f6ab0b9a98573a570062d265b460ce1b60e68..9eabaa55aba1bc36852233e98093a10a4fe178d1 100644
--- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
+++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
@@ -29,6 +29,8 @@ blink_modules_sources("peerconnection") {
"RTCRtpContributingSource.h",
"RTCRtpReceiver.cpp",
"RTCRtpReceiver.h",
+ "RTCRtpSender.cpp",
+ "RTCRtpSender.h",
"RTCSessionDescription.cpp",
"RTCSessionDescription.h",
"RTCSessionDescriptionCallback.h",

Powered by Google App Engine
This is Rietveld 408576698