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

Side by Side Diff: webrtc/sdk/android/BUILD.gn

Issue 2612953004: Reland of Fixing package-boundary violation with srjar_deps (Closed)
Patch Set: Skipping audio_device_java in chromium build 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 unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//webrtc/build/webrtc.gni") 9 import("//webrtc/build/webrtc.gni")
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 deps = [ 105 deps = [
106 ":libjingle_peerconnection_jni", 106 ":libjingle_peerconnection_jni",
107 ":libjingle_peerconnection_metrics_default_jni", 107 ":libjingle_peerconnection_metrics_default_jni",
108 "//webrtc/api:libjingle_peerconnection", 108 "//webrtc/api:libjingle_peerconnection",
109 ] 109 ]
110 output_extension = "so" 110 output_extension = "so"
111 } 111 }
112 112
113 android_library("libjingle_peerconnection_java") { 113 android_library("libjingle_peerconnection_java") {
114 java_files = [ 114 java_files = [
115 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/Build Info.java",
116 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRt cAudioEffects.java",
117 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRt cAudioManager.java",
118 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRt cAudioRecord.java",
119 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRt cAudioTrack.java",
120 "//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRt cAudioUtils.java",
121 "api/org/webrtc/AudioSource.java", 115 "api/org/webrtc/AudioSource.java",
122 "api/org/webrtc/AudioTrack.java", 116 "api/org/webrtc/AudioTrack.java",
123 "api/org/webrtc/CallSessionFileRotatingLogSink.java", 117 "api/org/webrtc/CallSessionFileRotatingLogSink.java",
124 "api/org/webrtc/Camera1Capturer.java", 118 "api/org/webrtc/Camera1Capturer.java",
125 "api/org/webrtc/Camera1Enumerator.java", 119 "api/org/webrtc/Camera1Enumerator.java",
126 "api/org/webrtc/Camera1Session.java", 120 "api/org/webrtc/Camera1Session.java",
127 "api/org/webrtc/Camera2Capturer.java", 121 "api/org/webrtc/Camera2Capturer.java",
128 "api/org/webrtc/Camera2Enumerator.java", 122 "api/org/webrtc/Camera2Enumerator.java",
129 "api/org/webrtc/Camera2Session.java", 123 "api/org/webrtc/Camera2Session.java",
130 "api/org/webrtc/CameraCapturer.java", 124 "api/org/webrtc/CameraCapturer.java",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "api/org/webrtc/VideoRenderer.java", 165 "api/org/webrtc/VideoRenderer.java",
172 "api/org/webrtc/VideoRendererGui.java", 166 "api/org/webrtc/VideoRendererGui.java",
173 "api/org/webrtc/VideoSource.java", 167 "api/org/webrtc/VideoSource.java",
174 "api/org/webrtc/VideoTrack.java", 168 "api/org/webrtc/VideoTrack.java",
175 "api/org/webrtc/YuvConverter.java", 169 "api/org/webrtc/YuvConverter.java",
176 ] 170 ]
177 171
178 deps = [ 172 deps = [
179 "//webrtc/base:base_java", 173 "//webrtc/base:base_java",
180 ] 174 ]
175
176 srcjar_deps = [ "//webrtc/modules/audio_device:audio_device_java" ]
181 } 177 }
182 178
183 android_library("libjingle_peerconnection_metrics_default_java") { 179 android_library("libjingle_peerconnection_metrics_default_java") {
184 java_files = [ "api/org/webrtc/Metrics.java" ] 180 java_files = [ "api/org/webrtc/Metrics.java" ]
185 181
186 deps = [ 182 deps = [
187 "//webrtc/base:base_java", 183 "//webrtc/base:base_java",
188 ] 184 ]
189 } 185 }
190 186
(...skipping 21 matching lines...) Expand all
212 deps = [ 208 deps = [
213 "//base:base_java", 209 "//base:base_java",
214 "//webrtc/base:base_java", 210 "//webrtc/base:base_java",
215 "//webrtc/sdk/android:libjingle_peerconnection_java", 211 "//webrtc/sdk/android:libjingle_peerconnection_java",
216 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java", 212 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java",
217 ] 213 ]
218 214
219 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ] 215 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ]
220 } 216 }
221 } 217 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698