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

Unified Diff: remoting/android/BUILD.gn

Issue 2045963004: [Remoting] OpenGL Rendering Layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/client/opengl/BUILD.gn » ('j') | remoting/client/opengl/BUILD.gn » ('J')
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 fbe6c750c3b129424cfbdd204366dc5c3225c72a..01f8eca5c87aed54fd015efa0e92320f0d0425c2 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -25,6 +25,7 @@ shared_library("remoting_client_jni") {
"//remoting/android:jni_headers",
"//remoting/base",
"//remoting/client",
+ "//remoting/client/opengl:opengl_renderer",
Sergey Ulanov 2016/06/27 23:15:29 remove ':opengl_renderer'
Yuwei 2016/06/28 22:51:11 The folder is called `opengl` and the source set i
Sergey Ulanov 2016/06/29 23:26:17 I think we don't need the directory, which obsolet
"//remoting/protocol",
"//ui/events:dom_keycode_converter",
"//ui/gfx",
« no previous file with comments | « no previous file | remoting/client/opengl/BUILD.gn » ('j') | remoting/client/opengl/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698