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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2886993005: Introduce RtpStreamReceiver and RtpStreamReceiverControllerInterface. (Closed)
Patch Set: Protect construction of FlexfecReceiveStreamImpl. Created 3 years, 6 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/audio/audio_receive_stream.h » ('j') | webrtc/call/flexfec_receive_stream_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 1757e4e0dd108c8953a2de56dcd5927ba4ecbc89..1577316cd4b59d6fcd20697d9f3851294b7febe7 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -79,6 +79,7 @@ if (rtc_include_tests) {
"../api:mock_audio_mixer",
"../base:rtc_base_approved",
"../base:rtc_task_queue",
+ "../call:rtp_receiver",
"../modules/audio_device:mock_audio_device",
"../modules/audio_mixer:audio_mixer_impl",
"../modules/congestion_controller:congestion_controller",
« no previous file with comments | « no previous file | webrtc/audio/audio_receive_stream.h » ('j') | webrtc/call/flexfec_receive_stream_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698