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

Unified Diff: webrtc/api/BUILD.gn

Issue 2426023002: Android: Move YuvConverter to its own file (Closed)
Patch Set: Fix comment in webrtc/api/android/jni/native_handle_impl.cc Created 4 years, 2 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
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index e2df5262861ab7737f456db7f2252634a9946f1d..4465c50bd475128f5effde4963a2a041dc8c1a6d 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -294,6 +294,7 @@ if (is_android && !build_with_chromium) {
"android/java/src/org/webrtc/VideoRendererGui.java",
"android/java/src/org/webrtc/VideoSource.java",
"android/java/src/org/webrtc/VideoTrack.java",
+ "android/java/src/org/webrtc/YuvConverter.java",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698