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

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

Issue 2702513002: Roll chromium_revision 69e724195b..3dd2a5021d (450712:450867) (Closed)
Patch Set: Created 3 years, 10 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 | « DEPS ('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/webrtc.gni") 9 import("//webrtc/webrtc.gni")
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "//webrtc/system_wrappers:field_trial_default", 93 "//webrtc/system_wrappers:field_trial_default",
94 "//webrtc/system_wrappers:metrics_default", 94 "//webrtc/system_wrappers:metrics_default",
95 ] 95 ]
96 } 96 }
97 97
98 rtc_shared_library("libjingle_peerconnection_so") { 98 rtc_shared_library("libjingle_peerconnection_so") {
99 sources = [ 99 sources = [
100 "src/jni/jni_onload.cc", 100 "src/jni/jni_onload.cc",
101 ] 101 ]
102 102
103 suppressed_configs += [ "//build/config/android:hide_native_jni_exports" ] 103 suppressed_configs += [ "//build/config/android:hide_all_but_jni_onload" ]
104 configs += [ "//build/config/android:hide_all_but_jni" ]
104 105
105 deps = [ 106 deps = [
106 ":libjingle_peerconnection_jni", 107 ":libjingle_peerconnection_jni",
107 ":libjingle_peerconnection_metrics_default_jni", 108 ":libjingle_peerconnection_metrics_default_jni",
108 "//webrtc/pc:libjingle_peerconnection", 109 "//webrtc/pc:libjingle_peerconnection",
109 ] 110 ]
110 output_extension = "so" 111 output_extension = "so"
111 } 112 }
112 113
113 dist_jar("libwebrtc") { 114 dist_jar("libwebrtc") {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "//third_party/android_support_test_runner:runner_java", 231 "//third_party/android_support_test_runner:runner_java",
231 "//third_party/junit", 232 "//third_party/junit",
232 "//webrtc/base:base_java", 233 "//webrtc/base:base_java",
233 "//webrtc/sdk/android:libjingle_peerconnection_java", 234 "//webrtc/sdk/android:libjingle_peerconnection_java",
234 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java", 235 "//webrtc/sdk/android:libjingle_peerconnection_metrics_default_java",
235 ] 236 ]
236 237
237 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ] 238 shared_libraries = [ "//webrtc/sdk/android:libjingle_peerconnection_so" ]
238 } 239 }
239 } 240 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698