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

Unified Diff: remoting/client/opengl_renderer.gyp

Issue 2032963002: WIP - OpenGL Native Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into gl 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/client/jni/remoting_jni_registrar.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/opengl_renderer.gyp
diff --git a/remoting/client/opengl_renderer.gyp b/remoting/client/opengl_renderer.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..4ab4a2cd9fd32282158df3c8a05fa0e85e743988
--- /dev/null
+++ b/remoting/client/opengl_renderer.gyp
@@ -0,0 +1,31 @@
+# Copyright (c) 2016 Google Inc. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'opengl_renderer_sources': [
+ 'gl_canvas.cc',
+ 'gl_canvas.h',
+ 'gl_desktop.cc',
+ 'gl_desktop.h',
+ 'gl_helpers.cc',
+ 'gl_helpers.h',
+ 'gl_render_layer.cc',
+ 'gl_render_layer.h'
+ ]
+ },
+ 'targets': [
+ {
+ 'target_name': 'opengl_renderer',
+ 'type': '<(component)',
+ 'sources': [
+ '<@(opengl_renderer_sources)',
+ ],
+ 'dependencies': [
+ '../third_party/khronos/khronos.gyp:khronos_headers',
+ '../third_party/webrtc/webrtc.gyp:webrtc'
+ ]
+ }
+ ]
+}
« no previous file with comments | « remoting/client/jni/remoting_jni_registrar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698