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

Side by Side Diff: webrtc/api/BUILD.gn

Issue 2430693002: Include ScreenCapturerAndroid in libjingle_peerconnection_java.jar (Closed)
Patch Set: Fix alphabetic ordering. Created 4 years, 2 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 | « no previous file | 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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "android/java/src/org/webrtc/MediaStreamTrack.java", 275 "android/java/src/org/webrtc/MediaStreamTrack.java",
276 "android/java/src/org/webrtc/Metrics.java", 276 "android/java/src/org/webrtc/Metrics.java",
277 "android/java/src/org/webrtc/NetworkMonitor.java", 277 "android/java/src/org/webrtc/NetworkMonitor.java",
278 "android/java/src/org/webrtc/NetworkMonitorAutoDetect.java", 278 "android/java/src/org/webrtc/NetworkMonitorAutoDetect.java",
279 "android/java/src/org/webrtc/PeerConnection.java", 279 "android/java/src/org/webrtc/PeerConnection.java",
280 "android/java/src/org/webrtc/PeerConnectionFactory.java", 280 "android/java/src/org/webrtc/PeerConnectionFactory.java",
281 "android/java/src/org/webrtc/RendererCommon.java", 281 "android/java/src/org/webrtc/RendererCommon.java",
282 "android/java/src/org/webrtc/RtpParameters.java", 282 "android/java/src/org/webrtc/RtpParameters.java",
283 "android/java/src/org/webrtc/RtpReceiver.java", 283 "android/java/src/org/webrtc/RtpReceiver.java",
284 "android/java/src/org/webrtc/RtpSender.java", 284 "android/java/src/org/webrtc/RtpSender.java",
285 "android/java/src/org/webrtc/ScreenCapturerAndroid.java",
285 "android/java/src/org/webrtc/SdpObserver.java", 286 "android/java/src/org/webrtc/SdpObserver.java",
286 "android/java/src/org/webrtc/SessionDescription.java", 287 "android/java/src/org/webrtc/SessionDescription.java",
287 "android/java/src/org/webrtc/StatsObserver.java", 288 "android/java/src/org/webrtc/StatsObserver.java",
288 "android/java/src/org/webrtc/StatsReport.java", 289 "android/java/src/org/webrtc/StatsReport.java",
289 "android/java/src/org/webrtc/SurfaceTextureHelper.java", 290 "android/java/src/org/webrtc/SurfaceTextureHelper.java",
290 "android/java/src/org/webrtc/SurfaceViewRenderer.java", 291 "android/java/src/org/webrtc/SurfaceViewRenderer.java",
291 "android/java/src/org/webrtc/VideoCapturer.java", 292 "android/java/src/org/webrtc/VideoCapturer.java",
292 "android/java/src/org/webrtc/VideoCapturerAndroid.java", 293 "android/java/src/org/webrtc/VideoCapturerAndroid.java",
293 "android/java/src/org/webrtc/VideoRenderer.java", 294 "android/java/src/org/webrtc/VideoRenderer.java",
294 "android/java/src/org/webrtc/VideoRendererGui.java", 295 "android/java/src/org/webrtc/VideoRendererGui.java",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 466
466 shared_libraries = [ ":libjingle_peerconnection_so" ] 467 shared_libraries = [ ":libjingle_peerconnection_so" ]
467 } 468 }
468 469
469 android_resources("libjingle_peerconnection_android_unittest_resources") { 470 android_resources("libjingle_peerconnection_android_unittest_resources") {
470 resource_dirs = [ "androidtests/res" ] 471 resource_dirs = [ "androidtests/res" ]
471 custom_package = "org.webrtc" 472 custom_package = "org.webrtc"
472 } 473 }
473 } 474 }
474 } 475 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698