Chromium Code Reviews

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

Issue 2803593004: Move AndroidVideoTrackSourceObserver from API to src (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/PeerConnectionFactory.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 7e2a7cd95b4009d9be0881572f76e892ad9cab7d..dde82b9b8069bee3b074129d0f565dcaac8f2991 100644
--- a/webrtc/sdk/android/BUILD.gn
+++ b/webrtc/sdk/android/BUILD.gn
@@ -176,6 +176,7 @@ android_library("libjingle_peerconnection_java") {
"api/org/webrtc/VideoRenderer.java",
"api/org/webrtc/VideoSource.java",
"api/org/webrtc/VideoTrack.java",
+ "src/java/org/webrtc/AndroidVideoTrackSourceObserver.java",
"src/java/org/webrtc/Camera1Session.java",
"src/java/org/webrtc/Camera2Session.java",
"src/java/org/webrtc/CameraCapturer.java",
« no previous file with comments | « no previous file | webrtc/sdk/android/api/org/webrtc/PeerConnectionFactory.java » ('j') | no next file with comments »

Powered by Google App Engine