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

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

Issue 2533573002: Move ADM specific Android files into modules/audio_device/android/ (Closed)
Patch Set: re-add dep 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: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 7a0bce0736848319b14941cf60d05eaa678e3ab5..41ca82009986c2aa760133fd56cd32698f588537 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -110,6 +110,10 @@ rtc_static_library("audio_device") {
"android/audio_track_jni.h",
"android/build_info.cc",
"android/build_info.h",
+ "android/helpers_android.cc",
+ "android/helpers_android.h",
+ "android/jvm_android.cc",
+ "android/jvm_android.h",
"android/opensles_common.cc",
"android/opensles_common.h",
"android/opensles_player.cc",

Powered by Google App Engine
This is Rietveld 408576698