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

Unified Diff: media/audio/BUILD.gn

Issue 2466463005: Support (E)AC3 passthrough
Patch Set: Improve CastMediaClient::IsSupportedPassthroughAudio() Created 4 years, 1 month 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: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index b2e4514d1283db1421ca7052cdea9bda84fc8302..397e05e57507f98c1c7d7cc197afc8be70b1c901 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -195,6 +195,9 @@ source_set("audio") {
"android/audio_manager_android.h",
"android/audio_record_input.cc",
"android/audio_record_input.h",
+ "android/audio_track_output_stream.cc",
+ "android/audio_track_output_stream.h",
+ "android/muteable_audio_output_stream.h",
"android/opensles_input.cc",
"android/opensles_input.h",
"android/opensles_output.cc",

Powered by Google App Engine
This is Rietveld 408576698