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

Unified Diff: webrtc/media/BUILD.gn

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: Rebase. 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 08ffa7d6e4998f1ad8ea6455cdf8d5f9ef5ad7cd..7b9dc0e484c531c18796a3aba6334de9af63826f 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