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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index cd21dd728743177506edcafb965d592763bb7db3..97c874e82f5043c66b91b588f240d53f94e8b20d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -553,6 +553,7 @@ component("platform") {
"exported/WebRTCOfferOptions.cpp",
"exported/WebRTCRtpContributingSource.cpp",
"exported/WebRTCRtpReceiver.cpp",
+ "exported/WebRTCRtpSender.cpp",
"exported/WebRTCSessionDescription.cpp",
"exported/WebRTCSessionDescriptionRequest.cpp",
"exported/WebRTCStats.cpp",

Powered by Google App Engine
This is Rietveld 408576698