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

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

Issue 604833005: gpu: Remove release-after-use workaround. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-in-process-support-for-images
Patch Set: update bug list version Created 6 years, 2 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'gl_context_x11.cc', 69 'gl_context_x11.cc',
70 'gl_export.h', 70 'gl_export.h',
71 'gl_fence.cc', 71 'gl_fence.cc',
72 'gl_fence.h', 72 'gl_fence.h',
73 'gl_fence_arb.cc', 73 'gl_fence_arb.cc',
74 'gl_fence_arb.h', 74 'gl_fence_arb.h',
75 'gl_fence_nv.cc', 75 'gl_fence_nv.cc',
76 'gl_fence_nv.h', 76 'gl_fence_nv.h',
77 'gl_gl_api_implementation.cc', 77 'gl_gl_api_implementation.cc',
78 'gl_gl_api_implementation.h', 78 'gl_gl_api_implementation.h',
79 'gl_image.cc',
80 'gl_image.h', 79 'gl_image.h',
81 'gl_image_memory.cc', 80 'gl_image_memory.cc',
82 'gl_image_memory.h', 81 'gl_image_memory.h',
83 'gl_image_ref_counted_memory.cc', 82 'gl_image_ref_counted_memory.cc',
84 'gl_image_ref_counted_memory.h', 83 'gl_image_ref_counted_memory.h',
85 'gl_image_shared_memory.cc', 84 'gl_image_shared_memory.cc',
86 'gl_image_shared_memory.h', 85 'gl_image_shared_memory.h',
87 'gl_image_stub.cc', 86 'gl_image_stub.cc',
88 'gl_image_stub.h', 87 'gl_image_stub.h',
89 'gl_implementation.cc', 88 'gl_implementation.cc',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 362 ],
364 'variables': { 363 'variables': {
365 'jni_gen_package': 'ui/gl', 364 'jni_gen_package': 'ui/gl',
366 }, 365 },
367 'includes': [ '../../build/jni_generator.gypi' ], 366 'includes': [ '../../build/jni_generator.gypi' ],
368 }, 367 },
369 ], 368 ],
370 }], 369 }],
371 ], 370 ],
372 } 371 }
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