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

Unified Diff: webrtc/media/BUILD.gn

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: Channel::GetSendCodec asks both its acm and its codec manager. Created 3 years, 8 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/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index b1f768c52e125d359bd0a735e5c9e879097b2b1a..08809809b7597aa5ffee7cc3079dfda370b781ce 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -105,6 +105,8 @@ rtc_static_library("rtc_media_base") {
"../base:rtc_base_approved",
"../call:call_interfaces",
"../common_video:common_video",
+ "../modules/audio_coding:audio_encoder_factory_interface",
+ "../modules/audio_coding:builtin_audio_encoder_factory",
"../p2p",
]

Powered by Google App Engine
This is Rietveld 408576698