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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 1928293002: NetEq: Use a BuiltinAudioDecoderFactory to create decoders (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index a51a73ac91c812f1e957bb5579cfb3a48b91f665..34a7fa60296c9dbbe3b72fe5819748243cec67d4 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -853,9 +853,11 @@ source_set("neteq") {
deps = [
":audio_decoder_interface",
+ ":builtin_audio_decoder_factory",
":cng",
":g711",
":pcm16b",
+ ":rent_a_codec",
"../..:webrtc_common",
"../../common_audio",
"../../system_wrappers",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/acm2/rent_a_codec.h » ('j') | webrtc/modules/audio_coding/acm2/rent_a_codec.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698