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

Unified Diff: webrtc/api/audio_codecs/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
« no previous file with comments | « no previous file | webrtc/api/audio_codecs/audio_decoder_factory_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/audio_codecs/BUILD.gn
diff --git a/webrtc/api/audio_codecs/BUILD.gn b/webrtc/api/audio_codecs/BUILD.gn
index ca0cf95b42bd3b3d8ea241bbb31d3ef967c3bff0..416ccbbf3f0aee9715e95e654ddd1888c2d2b8c7 100644
--- a/webrtc/api/audio_codecs/BUILD.gn
+++ b/webrtc/api/audio_codecs/BUILD.gn
@@ -17,6 +17,7 @@ rtc_source_set("audio_codecs_api") {
"audio_decoder.cc",
"audio_decoder.h",
"audio_decoder_factory.h",
+ "audio_decoder_factory_template.h",
"audio_encoder.cc",
"audio_encoder.h",
"audio_encoder_factory.h",
« no previous file with comments | « no previous file | webrtc/api/audio_codecs/audio_decoder_factory_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698