Chromium Code Reviews

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

Issue 2934833002: G722 implementation of the AudioEncoderFactoryTemplate API (Closed)
Patch Set: rebase Created 3 years, 6 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 914acf46a419b39d21629491e01145f5fa9c38fc..08d527d2b0db0903e77adc05ee360f539b2884ec 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -25,6 +25,7 @@ if (rtc_include_tests) {
"../../../test:audio_codec_mocks",
"../../../test:test_support",
"../g722:audio_decoder_g722",
+ "../g722:audio_encoder_g722",
"//testing/gmock",
]
}

Powered by Google App Engine