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

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

Issue 2426023002: Android: Move YuvConverter to its own file (Closed)
Patch Set: Rebase and update VideoFileRenderer 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 | webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.java » ('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) 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "android/java/src/org/webrtc/StatsReport.java", 290 "android/java/src/org/webrtc/StatsReport.java",
291 "android/java/src/org/webrtc/SurfaceTextureHelper.java", 291 "android/java/src/org/webrtc/SurfaceTextureHelper.java",
292 "android/java/src/org/webrtc/SurfaceViewRenderer.java", 292 "android/java/src/org/webrtc/SurfaceViewRenderer.java",
293 "android/java/src/org/webrtc/VideoCapturer.java", 293 "android/java/src/org/webrtc/VideoCapturer.java",
294 "android/java/src/org/webrtc/VideoCapturerAndroid.java", 294 "android/java/src/org/webrtc/VideoCapturerAndroid.java",
295 "android/java/src/org/webrtc/VideoFileRenderer.java", 295 "android/java/src/org/webrtc/VideoFileRenderer.java",
296 "android/java/src/org/webrtc/VideoRenderer.java", 296 "android/java/src/org/webrtc/VideoRenderer.java",
297 "android/java/src/org/webrtc/VideoRendererGui.java", 297 "android/java/src/org/webrtc/VideoRendererGui.java",
298 "android/java/src/org/webrtc/VideoSource.java", 298 "android/java/src/org/webrtc/VideoSource.java",
299 "android/java/src/org/webrtc/VideoTrack.java", 299 "android/java/src/org/webrtc/VideoTrack.java",
300 "android/java/src/org/webrtc/YuvConverter.java",
300 ] 301 ]
301 302
302 deps = [ 303 deps = [
303 "//webrtc/base:base_java", 304 "//webrtc/base:base_java",
304 ] 305 ]
305 } 306 }
306 } 307 }
307 308
308 # GYP version: webrtc/api/api.gyp:rtc_stats_api 309 # GYP version: webrtc/api/api.gyp:rtc_stats_api
309 rtc_source_set("rtc_stats_api") { 310 rtc_source_set("rtc_stats_api") {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 469
469 shared_libraries = [ ":libjingle_peerconnection_so" ] 470 shared_libraries = [ ":libjingle_peerconnection_so" ]
470 } 471 }
471 472
472 android_resources("libjingle_peerconnection_android_unittest_resources") { 473 android_resources("libjingle_peerconnection_android_unittest_resources") {
473 resource_dirs = [ "androidtests/res" ] 474 resource_dirs = [ "androidtests/res" ]
474 custom_package = "org.webrtc" 475 custom_package = "org.webrtc"
475 } 476 }
476 } 477 }
477 } 478 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698