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

Unified Diff: media/base/BUILD.gn

Issue 1685683004: Move media::AudioCodec to its own source file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | media/base/audio_codecs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 789b810c2a4c4deceef261ec745b56b0777203b5..0e340bc1a677acbf8d9cf78074a6c8330c7a8a1a 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -23,6 +23,8 @@ source_set("base") {
"audio_buffer_queue.cc",
"audio_buffer_queue.h",
"audio_capturer_source.h",
+ "audio_codecs.cc",
+ "audio_codecs.h",
"audio_converter.cc",
"audio_converter.h",
"audio_decoder.cc",
« no previous file with comments | « no previous file | media/base/audio_codecs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698