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

Unified Diff: webrtc/call/BUILD.gn

Issue 2888093002: New class RtxReceiveStream. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « no previous file | webrtc/call/rtx_receive_stream.h » ('j') | webrtc/call/rtx_receive_stream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 0d87b2f9f764875dc791c6661bec7feeeddd0c3f..ffed5b34dcd95f9ab8007147ea82ea63ba656743 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -42,6 +42,8 @@ rtc_static_library("call") {
"rtp_demuxer.cc",
"rtp_transport_controller_send.cc",
"rtp_transport_controller_send.h",
+ "rtx_receive_stream.cc",
+ "rtx_receive_stream.h",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « no previous file | webrtc/call/rtx_receive_stream.h » ('j') | webrtc/call/rtx_receive_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698