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

Unified Diff: webrtc/api/BUILD.gn

Issue 2187293002: Session based capturing for Camera1Capturer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@camera2session
Patch Set: Add missing setPictureSize. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/Camera1Capturer.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 4f15bc4b05f872c59aece2224fb599ebad192180..1f7a46f474ddf045605ff9dd2d8d44784eafe57a 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -245,7 +245,9 @@ if (is_android && !build_with_chromium) {
"android/java/src/org/webrtc/AudioSource.java",
"android/java/src/org/webrtc/AudioTrack.java",
"android/java/src/org/webrtc/CallSessionFileRotatingLogSink.java",
+ "android/java/src/org/webrtc/Camera1Capturer.java",
"android/java/src/org/webrtc/Camera1Enumerator.java",
+ "android/java/src/org/webrtc/Camera1Session.java",
"android/java/src/org/webrtc/Camera2Capturer.java",
"android/java/src/org/webrtc/Camera2Enumerator.java",
"android/java/src/org/webrtc/Camera2Session.java",
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/Camera1Capturer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698