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

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

Issue 3008423002: Android: Add helper class VideoFrameDrawer that can render VideoFrames (Closed)
Patch Set: similarity=10 Created 3 years, 3 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/EglRenderer.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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "api/org/webrtc/SurfaceViewRenderer.java", 417 "api/org/webrtc/SurfaceViewRenderer.java",
418 "api/org/webrtc/VideoCapturer.java", 418 "api/org/webrtc/VideoCapturer.java",
419 "api/org/webrtc/VideoCodecInfo.java", 419 "api/org/webrtc/VideoCodecInfo.java",
420 "api/org/webrtc/VideoCodecStatus.java", 420 "api/org/webrtc/VideoCodecStatus.java",
421 "api/org/webrtc/VideoDecoder.java", 421 "api/org/webrtc/VideoDecoder.java",
422 "api/org/webrtc/VideoDecoderFactory.java", 422 "api/org/webrtc/VideoDecoderFactory.java",
423 "api/org/webrtc/VideoEncoder.java", 423 "api/org/webrtc/VideoEncoder.java",
424 "api/org/webrtc/VideoEncoderFactory.java", 424 "api/org/webrtc/VideoEncoderFactory.java",
425 "api/org/webrtc/VideoFileRenderer.java", 425 "api/org/webrtc/VideoFileRenderer.java",
426 "api/org/webrtc/VideoFrame.java", 426 "api/org/webrtc/VideoFrame.java",
427 "api/org/webrtc/VideoFrameDrawer.java",
427 "api/org/webrtc/VideoRenderer.java", 428 "api/org/webrtc/VideoRenderer.java",
428 "api/org/webrtc/VideoSink.java", 429 "api/org/webrtc/VideoSink.java",
429 "api/org/webrtc/VideoSource.java", 430 "api/org/webrtc/VideoSource.java",
430 "api/org/webrtc/VideoTrack.java", 431 "api/org/webrtc/VideoTrack.java",
431 "src/java/org/webrtc/AndroidVideoTrackSourceObserver.java", 432 "src/java/org/webrtc/AndroidVideoTrackSourceObserver.java",
432 "src/java/org/webrtc/BaseBitrateAdjuster.java", 433 "src/java/org/webrtc/BaseBitrateAdjuster.java",
433 "src/java/org/webrtc/BitrateAdjuster.java", 434 "src/java/org/webrtc/BitrateAdjuster.java",
434 "src/java/org/webrtc/Camera1Session.java", 435 "src/java/org/webrtc/Camera1Session.java",
435 "src/java/org/webrtc/Camera2Session.java", 436 "src/java/org/webrtc/Camera2Session.java",
436 "src/java/org/webrtc/CameraCapturer.java", 437 "src/java/org/webrtc/CameraCapturer.java",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "//third_party/android_support_test_runner:runner_java", 515 "//third_party/android_support_test_runner:runner_java",
515 "//third_party/junit", 516 "//third_party/junit",
516 ] 517 ]
517 518
518 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ] 519 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ]
519 520
520 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 521 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148
521 no_build_hooks = true 522 no_build_hooks = true
522 } 523 }
523 } 524 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/EglRenderer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698