Chromium Code Reviews

Unified Diff: webrtc/api/audio_codecs/test/BUILD.gn

Issue 2995523002: L16 implementation of the Audio{En,De}coderFactoryTemplate APIs (Closed)
Patch Set: rebase Created 3 years, 4 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
Index: webrtc/api/audio_codecs/test/BUILD.gn
diff --git a/webrtc/api/audio_codecs/test/BUILD.gn b/webrtc/api/audio_codecs/test/BUILD.gn
index 83ea44e2f573759061033bfdfa9175d1e8df59de..882ac033e74039196050fdf05ce09c16a6b78108 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -25,6 +25,8 @@ if (rtc_include_tests) {
"../../../rtc_base:rtc_base_approved",
"../../../test:audio_codec_mocks",
"../../../test:test_support",
+ "../L16:audio_decoder_L16",
+ "../L16:audio_encoder_L16",
"../g711:audio_decoder_g711",
"../g711:audio_encoder_g711",
"../g722:audio_decoder_g722",

Powered by Google App Engine