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

Unified Diff: webrtc/call/BUILD.gn

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: Moved encoder creation up into AudioSendStream, bypassing most of Channel. Created 3 years, 10 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 680ec6bd2fe8a2704808abd3b31518d42896f277..e5356a71d6cd08fa3a37f50eb7522daf243507cd 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -19,6 +19,11 @@ rtc_source_set("call_interfaces") {
"syncable.cc",
"syncable.h",
]
+
+ deps = [
+ "../api/audio_codecs:audio_codecs_api",
+ "../modules/audio_coding:audio_encoder_factory_interface",
+ ]
}
rtc_static_library("call") {

Powered by Google App Engine
This is Rietveld 408576698