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

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

Issue 3002553002: Add support for adding VideoSinks to VideoTracks. (Closed)
Patch Set: Add documentation, fix bug. Created 3 years, 4 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/sdk/android/api/org/webrtc/VideoSink.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) 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.gni") 9 import("../../webrtc.gni")
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "api/org/webrtc/VideoCapturer.java", 410 "api/org/webrtc/VideoCapturer.java",
411 "api/org/webrtc/VideoCodecInfo.java", 411 "api/org/webrtc/VideoCodecInfo.java",
412 "api/org/webrtc/VideoCodecStatus.java", 412 "api/org/webrtc/VideoCodecStatus.java",
413 "api/org/webrtc/VideoDecoder.java", 413 "api/org/webrtc/VideoDecoder.java",
414 "api/org/webrtc/VideoDecoderFactory.java", 414 "api/org/webrtc/VideoDecoderFactory.java",
415 "api/org/webrtc/VideoEncoder.java", 415 "api/org/webrtc/VideoEncoder.java",
416 "api/org/webrtc/VideoEncoderFactory.java", 416 "api/org/webrtc/VideoEncoderFactory.java",
417 "api/org/webrtc/VideoFileRenderer.java", 417 "api/org/webrtc/VideoFileRenderer.java",
418 "api/org/webrtc/VideoFrame.java", 418 "api/org/webrtc/VideoFrame.java",
419 "api/org/webrtc/VideoRenderer.java", 419 "api/org/webrtc/VideoRenderer.java",
420 "api/org/webrtc/VideoSink.java",
420 "api/org/webrtc/VideoSource.java", 421 "api/org/webrtc/VideoSource.java",
421 "api/org/webrtc/VideoTrack.java", 422 "api/org/webrtc/VideoTrack.java",
422 "src/java/org/webrtc/AndroidVideoTrackSourceObserver.java", 423 "src/java/org/webrtc/AndroidVideoTrackSourceObserver.java",
423 "src/java/org/webrtc/BaseBitrateAdjuster.java", 424 "src/java/org/webrtc/BaseBitrateAdjuster.java",
424 "src/java/org/webrtc/BitrateAdjuster.java", 425 "src/java/org/webrtc/BitrateAdjuster.java",
425 "src/java/org/webrtc/Camera1Session.java", 426 "src/java/org/webrtc/Camera1Session.java",
426 "src/java/org/webrtc/Camera2Session.java", 427 "src/java/org/webrtc/Camera2Session.java",
427 "src/java/org/webrtc/CameraCapturer.java", 428 "src/java/org/webrtc/CameraCapturer.java",
428 "src/java/org/webrtc/CameraSession.java", 429 "src/java/org/webrtc/CameraSession.java",
429 "src/java/org/webrtc/DynamicBitrateAdjuster.java", 430 "src/java/org/webrtc/DynamicBitrateAdjuster.java",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "//base:base_java", 493 "//base:base_java",
493 "//base:base_java_test_support", 494 "//base:base_java_test_support",
494 "//third_party/android_support_test_runner:rules_java", 495 "//third_party/android_support_test_runner:rules_java",
495 "//third_party/android_support_test_runner:runner_java", 496 "//third_party/android_support_test_runner:runner_java",
496 "//third_party/junit", 497 "//third_party/junit",
497 ] 498 ]
498 499
499 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ] 500 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ]
500 } 501 }
501 } 502 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/VideoSink.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698