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

Unified Diff: media/audio/BUILD.gn

Issue 1921963004: Add support for multichannel playback to OpenSLES output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whoops, add file. Created 4 years, 8 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/audio/android/opensles_input.cc » ('j') | media/audio/android/opensles_util.cc » ('J')
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 617f03666b3dc75692deb10544b10d725e3c33b3..6d8a551fb708eb67d604e6140d972a4dd48c4ba8 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -188,6 +188,8 @@ source_set("audio") {
"android/opensles_input.h",
"android/opensles_output.cc",
"android/opensles_output.h",
+ "android/opensles_util.cc",
+ "android/opensles_util.h",
"android/opensles_wrapper.cc",
]
deps += [ "//media/base/android:media_jni_headers" ]
« no previous file with comments | « no previous file | media/audio/android/opensles_input.cc » ('j') | media/audio/android/opensles_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698