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

Unified Diff: webrtc/api/BUILD.gn

Issue 2426023002: Android: Move YuvConverter to its own file (Closed)
Patch Set: Rebase and update VideoFileRenderer 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
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.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 ffa80cda59ae78e450d276eed3ab3792b27f97b0..ecaae998d2371a253f2b3dea4558a0b931b80f55 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -297,6 +297,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 = [
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698