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

Unified Diff: media/audio/BUILD.gn

Issue 1967833002: Merge M51: "Add support for multichannel playback to OpenSLES output." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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/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 e69dc42dd6c7f3555b797401a165d196cf5500e9..aa8ddfc5c51ad3164f03fb4dea71129ea1498f46 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/audio_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698