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

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

Issue 2940833002: G722 implementation of the AudioDecoderFactoryTemplate API (Closed)
Patch Set: Created 3 years, 6 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/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 22b3f4e8e9d8831dbcdfd0b28bb33b34454d72f9..914acf46a419b39d21629491e01145f5fa9c38fc 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -24,6 +24,7 @@ if (rtc_include_tests) {
"../../../base:rtc_base_approved",
"../../../test:audio_codec_mocks",
"../../../test:test_support",
+ "../g722:audio_decoder_g722",
"//testing/gmock",
]
}

Powered by Google App Engine
This is Rietveld 408576698