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

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

Issue 2934833002: G722 implementation of the AudioEncoderFactoryTemplate 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 cd516a0827487ab3989e9305ad1f7efc77c5ddb6..6febf0ee7b7939e53154f195ade91b9a68681dab 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -20,6 +20,7 @@ if (rtc_include_tests) {
]
deps = [
"..:audio_codecs_api",
+ "..:audio_encoder_g722",
"..:audio_encoder_opus",
"../../../base:rtc_base_approved",
"../../../test:audio_codec_mocks",

Powered by Google App Engine
This is Rietveld 408576698