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

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: Swap BGRA to RGBA 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
« remoting/client/gl_math.cc ('K') | « remoting/client/gl_render_layer.cc ('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..02dc990a58942e6224600b3f475ea9bc33d54d6c 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -353,12 +353,18 @@
'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_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',
],
}
}
« remoting/client/gl_math.cc ('K') | « remoting/client/gl_render_layer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698