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

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

Issue 2617533005: Revert of Fixing package-boundary violation with srjar_deps (Closed)
Patch Set: Created 3 years, 11 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 | « webrtc/build/webrtc.gni ('k') | webrtc/sdk/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 077034ba8789da359746affa8f2be4af737c7a85..22941484b2df4dec5bdb5a17f7f7fd095e7141be 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -7,11 +7,6 @@
# be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni")
-
-if (is_android) {
- import("//build/config/android/config.gni")
- import("//build/config/android/rules.gni")
-}
config("audio_device_config") {
include_dirs = [
@@ -301,16 +296,3 @@
public_configs = [ ":audio_device_config" ]
}
}
-
-if (is_android) {
- android_shared_srcjar("audio_device_java") {
- sources = [
- "android/java/src/org/webrtc/voiceengine/BuildInfo.java",
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java",
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java",
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java",
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java",
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java",
- ]
- }
-}
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | webrtc/sdk/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698