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

Unified Diff: remoting/remoting_srcs.gypi

Issue 2045963004: [Remoting] OpenGL Rendering Layer (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 38034e8db02c8fbc94d96e36e90de1cca4f2e7f8..ec4d65403dbbf3eb56dbd4783ffffd6a82c0c821 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -349,5 +349,16 @@
'client/plugin/pepper_video_renderer_3d.cc',
'client/plugin/pepper_video_renderer_3d.h',
],
+
+ 'remoting_opengl_renderer_sources': [
+ 'client/gl_canvas.cc',
+ 'client/gl_canvas.h',
+ 'client/gl_desktop.cc',
+ 'client/gl_desktop.h',
+ 'client/gl_helpers.cc',
+ 'client/gl_helpers.h',
+ 'client/gl_render_layer.cc',
+ '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