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

Side by Side Diff: webrtc/examples/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/build/webrtc.gni ('k') | webrtc/modules/audio_device/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) 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "androidapp/src/org/appspot/apprtc/WebSocketChannelClient.java", 86 "androidapp/src/org/appspot/apprtc/WebSocketChannelClient.java",
87 "androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java", 87 "androidapp/src/org/appspot/apprtc/WebSocketRTCClient.java",
88 "androidapp/src/org/appspot/apprtc/util/AppRTCUtils.java", 88 "androidapp/src/org/appspot/apprtc/util/AppRTCUtils.java",
89 "androidapp/src/org/appspot/apprtc/util/AsyncHttpURLConnection.java", 89 "androidapp/src/org/appspot/apprtc/util/AsyncHttpURLConnection.java",
90 ] 90 ]
91 91
92 deps = [ 92 deps = [
93 ":AppRTCMobile_resources", 93 ":AppRTCMobile_resources",
94 "//webrtc/base:base_java", 94 "//webrtc/base:base_java",
95 "//webrtc/examples/androidapp/third_party/autobanh:autobanh_java", 95 "//webrtc/examples/androidapp/third_party/autobanh:autobanh_java",
96 "//webrtc/modules/audio_device:audio_device_java",
97 "//webrtc/sdk/android:libjingle_peerconnection_java", 96 "//webrtc/sdk/android:libjingle_peerconnection_java",
98 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java", 97 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java",
99 ] 98 ]
100 } 99 }
101 100
102 android_resources("AppRTCMobile_resources") { 101 android_resources("AppRTCMobile_resources") {
103 resource_dirs = [ "androidapp/res" ] 102 resource_dirs = [ "androidapp/res" ]
104 custom_package = "org.appspot.apprtc" 103 custom_package = "org.appspot.apprtc"
105 } 104 }
106 105
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 608 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
610 } 609 }
611 610
612 deps = [ 611 deps = [
613 "../p2p:libstunprober", 612 "../p2p:libstunprober",
614 "../p2p:rtc_p2p", 613 "../p2p:rtc_p2p",
615 "../system_wrappers:field_trial_default", 614 "../system_wrappers:field_trial_default",
616 ] 615 ]
617 } 616 }
618 } 617 }
OLDNEW
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698