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

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

Issue 2888093004: Removes usage of native base::android::GetApplicationContext() (Closed)
Patch Set: Remove empty file. Created 3 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
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index de9096ee6ff16c98017e91f375e91da116803196..b90e6c3366b4f64aba8c0273e11058f99e09183c 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -358,6 +358,7 @@ if (!build_with_chromium && is_android) {
"android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java",
]
deps = [
+ "//base:base_java",
"//webrtc/base:base_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698