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

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

Issue 2936773005: Templated AudioDecoderFactory (Closed)
Patch Set: update from encoder factory 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 7f2aa399d4f61cd0522fb455ee8097bc7829c726..22b3f4e8e9d8831dbcdfd0b28bb33b34454d72f9 100644
--- a/webrtc/api/audio_codecs/test/BUILD.gn
+++ b/webrtc/api/audio_codecs/test/BUILD.gn
@@ -16,6 +16,7 @@ if (rtc_include_tests) {
rtc_source_set("audio_codecs_api_unittests") {
testonly = true
sources = [
+ "audio_decoder_factory_template_unittest.cc",
"audio_encoder_factory_template_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698