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

Unified Diff: webrtc/media/BUILD.gn

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: 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/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index df74eff24d4f3d1668a2a372c943dc382aa359e3..9a2112a08d744537af7336fdc0cb204228f4e7c1 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -35,7 +35,10 @@ config("rtc_media_warnings_config") {
rtc_static_library("rtc_media_base") {
defines = []
libs = []
- deps = []
+ deps = [
+ "../modules/audio_coding:audio_encoder_factory_interface",
+ "../modules/audio_coding:builtin_audio_encoder_factory",
+ ]
sources = [
"base/adaptedvideotracksource.cc",
"base/adaptedvideotracksource.h",

Powered by Google App Engine
This is Rietveld 408576698