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

Side by Side 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, 4 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 unified diff | Download patch
« no previous file with comments | « remoting/client/jni/remoting_jni_registrar.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2016 Google Inc. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'opengl_renderer_sources': [
8 'gl_canvas.cc',
9 'gl_canvas.h',
10 'gl_desktop.cc',
11 'gl_desktop.h',
12 'gl_helpers.cc',
13 'gl_helpers.h',
14 'gl_render_layer.cc',
15 'gl_render_layer.h'
16 ]
17 },
18 'targets': [
19 {
20 'target_name': 'opengl_renderer',
21 'type': '<(component)',
22 'sources': [
23 '<@(opengl_renderer_sources)',
24 ],
25 'dependencies': [
26 '../third_party/khronos/khronos.gyp:khronos_headers',
27 '../third_party/webrtc/webrtc.gyp:webrtc'
28 ]
29 }
30 ]
31 }
OLDNEW
« 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