| 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',
|
| ],
|
| }
|
| }
|
|
|