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

Unified Diff: remoting/remoting_srcs.gypi

Issue 2148743005: [Remoting Android] Cursor & Cursor Feedback for OpenGL Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback 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 | « remoting/remoting_client.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index ec4d65403dbbf3eb56dbd4783ffffd6a82c0c821..3268bb89341a2817a1a05d38f273911e4fdcadd4 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -353,12 +353,20 @@
'remoting_opengl_renderer_sources': [
'client/gl_canvas.cc',
'client/gl_canvas.h',
+ 'client/gl_cursor.cc',
+ 'client/gl_cursor.h',
+ 'client/gl_cursor_feedback.cc',
+ 'client/gl_cursor_feedback.h',
+ 'client/gl_cursor_feedback_texture.cc',
+ 'client/gl_cursor_feedback_texture.h',
'client/gl_desktop.cc',
'client/gl_desktop.h',
'client/gl_helpers.cc',
'client/gl_helpers.h',
+ 'client/gl_math.cc',
+ 'client/gl_math.h',
'client/gl_render_layer.cc',
- 'client/gl_render_layer.h'
+ 'client/gl_render_layer.h',
],
}
}
« no previous file with comments | « remoting/remoting_client.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698