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

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

Issue 1697833002: noop fence Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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_fence.cc » ('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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'gl_context_win.cc', 61 'gl_context_win.cc',
62 'gl_context_x11.cc', 62 'gl_context_x11.cc',
63 'gl_enums.cc', 63 'gl_enums.cc',
64 'gl_enums.h', 64 'gl_enums.h',
65 'gl_enums_implementation_autogen.h', 65 'gl_enums_implementation_autogen.h',
66 'gl_export.h', 66 'gl_export.h',
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_noop.cc',
72 'gl_fence_noop.h',
71 'gl_fence_nv.cc', 73 'gl_fence_nv.cc',
72 'gl_fence_nv.h', 74 'gl_fence_nv.h',
73 'gl_gl_api_implementation.cc', 75 'gl_gl_api_implementation.cc',
74 'gl_gl_api_implementation.h', 76 'gl_gl_api_implementation.h',
75 'gl_helper.cc', 77 'gl_helper.cc',
76 'gl_helper.h', 78 'gl_helper.h',
77 'gl_image.h', 79 'gl_image.h',
78 'gl_image_memory.cc', 80 'gl_image_memory.cc',
79 'gl_image_memory.h', 81 'gl_image_memory.h',
80 'gl_image_ref_counted_memory.cc', 82 'gl_image_ref_counted_memory.cc',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 366 ],
365 'variables': { 367 'variables': {
366 'jni_gen_package': 'ui/gl', 368 'jni_gen_package': 'ui/gl',
367 }, 369 },
368 'includes': [ '../../build/jni_generator.gypi' ], 370 'includes': [ '../../build/jni_generator.gypi' ],
369 }, 371 },
370 ], 372 ],
371 }], 373 }],
372 ], 374 ],
373 } 375 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_fence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698