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

Side by Side Diff: webrtc/modules/audio_device/BUILD.gn

Issue 2640023010: Revert of Creating libwebrtc bundle jar (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 unified diff | Download patch
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/sdk/android/BUILD.gn » ('j') | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 10
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "../rtp_rtcp", 340 "../rtp_rtcp",
341 "../utility", 341 "../utility",
342 "//testing/gtest", 342 "//testing/gtest",
343 ] 343 ]
344 public_configs = [ ":audio_device_config" ] 344 public_configs = [ ":audio_device_config" ]
345 } 345 }
346 } 346 }
347 } 347 }
348 348
349 if (!build_with_chromium && is_android) { 349 if (!build_with_chromium && is_android) {
350 android_library("audio_device_java") { 350 android_shared_srcjar("audio_device_java") {
351 java_files = [ 351 sources = [
352 "android/java/src/org/webrtc/voiceengine/BuildInfo.java", 352 "android/java/src/org/webrtc/voiceengine/BuildInfo.java",
353 "android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java", 353 "android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java",
354 "android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java", 354 "android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java",
355 "android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java", 355 "android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java",
356 "android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java", 356 "android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java",
357 "android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java", 357 "android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java",
358 ] 358 ]
359 deps = [
360 "//webrtc/base:base_java",
361 ]
362 } 359 }
363 } 360 }
OLDNEW
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/sdk/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698