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

Unified Diff: webrtc/api/BUILD.gn

Issue 2399463006: Android: Split out EGL rendering from SurfaceViewRenderer to separate class (Closed)
Patch Set: Addressing Samis comments 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/EglRenderer.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 16bbffda354dfbfee26182815a12b71c3338533a..bd701790b288c0b7c69fb97a525deee5417bc0ff 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -261,6 +261,7 @@ if (is_android && !build_with_chromium) {
"android/java/src/org/webrtc/EglBase.java",
"android/java/src/org/webrtc/EglBase10.java",
"android/java/src/org/webrtc/EglBase14.java",
+ "android/java/src/org/webrtc/EglRenderer.java",
sakal 2016/10/07 11:59:14 Do we need to modify a gyp file?
magjed_webrtc 2016/10/07 12:06:20 I don't think so. No gyp file contains the .java f
"android/java/src/org/webrtc/GlRectDrawer.java",
"android/java/src/org/webrtc/GlShader.java",
"android/java/src/org/webrtc/GlTextureFrameBuffer.java",
« no previous file with comments | « no previous file | webrtc/api/android/java/src/org/webrtc/EglRenderer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698