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

Unified Diff: webrtc/sdk/android/BUILD.gn

Issue 2915083002: Android: Add VideoFrame class (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/VideoFrame.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/BUILD.gn
diff --git a/webrtc/sdk/android/BUILD.gn b/webrtc/sdk/android/BUILD.gn
index 9fcedf907b7a5ce823aba7d243ef468c458179b3..c766f7693800ae4ecdce413d14d3342ba5e29fa4 100644
--- a/webrtc/sdk/android/BUILD.gn
+++ b/webrtc/sdk/android/BUILD.gn
@@ -190,6 +190,7 @@ android_library("libjingle_peerconnection_java") {
"api/org/webrtc/SurfaceViewRenderer.java",
"api/org/webrtc/VideoCapturer.java",
"api/org/webrtc/VideoFileRenderer.java",
+ "api/org/webrtc/VideoFrame.java",
"api/org/webrtc/VideoRenderer.java",
"api/org/webrtc/VideoSource.java",
"api/org/webrtc/VideoTrack.java",
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/VideoFrame.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698