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

Unified Diff: remoting/android/BUILD.gn

Issue 2032963002: WIP - OpenGL Native Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into gl Created 4 years, 5 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 | remoting/android/java/res/menu/toggle_opengl_list_item.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index af463b4e5a2505186706c34084480daf8a3b83fc..c6db8a454b1c6265dcc509e599a9ff71c2d79235 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -61,6 +61,7 @@ shared_library("remoting_client_jni") {
]
libs = [
"OpenSLES",
+ "GLESv2",
"EGL",
]
configs += [ "//remoting:enable_webrtc_remoting_client" ]
« no previous file with comments | « no previous file | remoting/android/java/res/menu/toggle_opengl_list_item.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698