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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2119633004: Adds support for OpenSL ES based audio capture on Android (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 3 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
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index fcd4ffd45d414765e4afff907d29f528be250a43..6bc7d9c78d65c6d687651f12e0c97464e23196a1 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -115,6 +115,8 @@ rtc_source_set("audio_device") {
"android/opensles_common.h",
"android/opensles_player.cc",
"android/opensles_player.h",
+ "android/opensles_recorder.cc",
+ "android/opensles_recorder.h",
]
libs = [
"log",

Powered by Google App Engine
This is Rietveld 408576698