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

Unified Diff: media/audio/BUILD.gn

Issue 1525033003: Add an AudioTrack based audio output stream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/audio/android/audio_manager_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 8892e76c4c917858184d0f7b446b6eed3601379d..650022fcfa3a29801748336b7ab7afb0013b7cd2 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -180,6 +180,8 @@ 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/opensles_input.cc",
"android/opensles_input.h",
"android/opensles_output.cc",
« no previous file with comments | « no previous file | media/audio/android/audio_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698