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

Side by Side Diff: ui/gl/gl.gyp

Issue 1870483003: Add command buffer support for GL_RGB CHROMIUM image emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing braces. Created 4 years, 8 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'gl_fence.cc', 67 'gl_fence.cc',
68 'gl_fence.h', 68 'gl_fence.h',
69 'gl_fence_arb.cc', 69 'gl_fence_arb.cc',
70 'gl_fence_arb.h', 70 'gl_fence_arb.h',
71 'gl_fence_nv.cc', 71 'gl_fence_nv.cc',
72 'gl_fence_nv.h', 72 'gl_fence_nv.h',
73 'gl_gl_api_implementation.cc', 73 'gl_gl_api_implementation.cc',
74 'gl_gl_api_implementation.h', 74 'gl_gl_api_implementation.h',
75 'gl_helper.cc', 75 'gl_helper.cc',
76 'gl_helper.h', 76 'gl_helper.h',
77 'gl_image.cc',
77 'gl_image.h', 78 'gl_image.h',
78 'gl_image_memory.cc', 79 'gl_image_memory.cc',
79 'gl_image_memory.h', 80 'gl_image_memory.h',
80 'gl_image_ref_counted_memory.cc', 81 'gl_image_ref_counted_memory.cc',
81 'gl_image_ref_counted_memory.h', 82 'gl_image_ref_counted_memory.h',
82 'gl_image_shared_memory.cc', 83 'gl_image_shared_memory.cc',
83 'gl_image_shared_memory.h', 84 'gl_image_shared_memory.h',
84 'gl_image_stub.cc', 85 'gl_image_stub.cc',
85 'gl_image_stub.h', 86 'gl_image_stub.h',
86 'gl_implementation.cc', 87 'gl_implementation.cc',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 365 ],
365 'variables': { 366 'variables': {
366 'jni_gen_package': 'ui/gl', 367 'jni_gen_package': 'ui/gl',
367 }, 368 },
368 'includes': [ '../../build/jni_generator.gypi' ], 369 'includes': [ '../../build/jni_generator.gypi' ],
369 }, 370 },
370 ], 371 ],
371 }], 372 }],
372 ], 373 ],
373 } 374 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698