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

Unified Diff: webrtc/call/BUILD.gn

Issue 2709723003: Initial implementation of RtpTransportControllerReceive and related interfaces.
Patch Set: Rebase. Created 3 years, 9 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: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 154ae048e3ead6252166684def78473360e480f7..f0b44a2eeae038efb69a1245b594ef658d7927b9 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -16,6 +16,7 @@ rtc_source_set("call_interfaces") {
"audio_state.h",
"call.h",
"flexfec_receive_stream.h",
+ "rtp_transport_controller_receive.h",
"syncable.cc",
"syncable.h",
]
@@ -36,6 +37,7 @@ rtc_static_library("call") {
"call.cc",
"flexfec_receive_stream_impl.cc",
"flexfec_receive_stream_impl.h",
+ "rtp_transport_controller_receive.cc",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « no previous file | webrtc/call/rtp_transport_controller_receive.h » ('j') | webrtc/call/rtp_transport_controller_receive.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698