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

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

Issue 2935643002: Templated AudioEncoderFactory (Closed)
Patch Set: better docs 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 | « webrtc/BUILD.gn ('k') | webrtc/api/audio_codecs/audio_encoder_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 0b51db8bcc2a62934952a20a18c4987b7409b585..ca0cf95b42bd3b3d8ea241bbb31d3ef967c3bff0 100644
--- a/webrtc/api/audio_codecs/BUILD.gn
+++ b/webrtc/api/audio_codecs/BUILD.gn
@@ -20,6 +20,7 @@ rtc_source_set("audio_codecs_api") {
"audio_encoder.cc",
"audio_encoder.h",
"audio_encoder_factory.h",
+ "audio_encoder_factory_template.h",
"audio_format.cc",
"audio_format.h",
]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/audio_codecs/audio_encoder_factory_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698