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

Unified Diff: webrtc/call/BUILD.gn

Issue 2887733002: Store/restore RTP state for audio streams with same SSRC within a call (Closed)
Patch Set: Turned the MockRtpRtcps into NiceMocks so memcheck doesn't complain. 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: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 1f29e618221a4cdae82fa46280c69bfc9b56ea2d..6cf2b3f49366652794492851f8e6f904bbd4ed75 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -88,6 +88,7 @@ if (rtc_include_tests) {
]
deps = [
":call",
+ "../api:mock_audio_mixer",
"../base:rtc_base_approved",
"../logging:rtc_event_log_api",
"../modules/audio_device:mock_audio_device",

Powered by Google App Engine
This is Rietveld 408576698