Chromium Code Reviews

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2695243005: Injectable audio encoders: BuiltinAudioEncoderFactory (Closed)
Patch Set: Fix build problems on Windows, Android and downstream. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/pc/peerconnectioninterface_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 8d0f24952055ae35752b13ea1ae5d5514f559bb4..ba79b2d65607c9753ce8964081186f9056bcad64 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -17,7 +17,9 @@ rtc_static_library("audio_coder") {
"..:webrtc_common",
"../api/audio_codecs:builtin_audio_decoder_factory",
"../modules/audio_coding",
+ "../modules/audio_coding:audio_encoder_factory_interface",
"../modules/audio_coding:audio_format_conversion",
+ "../modules/audio_coding:builtin_audio_encoder_factory",
"../modules/audio_coding:rent_a_codec",
]
« no previous file with comments | « webrtc/pc/peerconnectioninterface_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine