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

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

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Add gl/gfx namespace qualifiers. Created 5 years, 1 month 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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'gl_enums_implementation_autogen.h', 66 'gl_enums_implementation_autogen.h',
67 'gl_export.h', 67 'gl_export.h',
68 'gl_fence.cc', 68 'gl_fence.cc',
69 'gl_fence.h', 69 'gl_fence.h',
70 'gl_fence_arb.cc', 70 'gl_fence_arb.cc',
71 'gl_fence_arb.h', 71 'gl_fence_arb.h',
72 'gl_fence_nv.cc', 72 'gl_fence_nv.cc',
73 'gl_fence_nv.h', 73 'gl_fence_nv.h',
74 'gl_gl_api_implementation.cc', 74 'gl_gl_api_implementation.cc',
75 'gl_gl_api_implementation.h', 75 'gl_gl_api_implementation.h',
76 'gl_helper.cc',
77 'gl_helper.h',
76 'gl_image.h', 78 'gl_image.h',
77 'gl_image_memory.cc', 79 'gl_image_memory.cc',
78 'gl_image_memory.h', 80 'gl_image_memory.h',
79 'gl_image_ref_counted_memory.cc', 81 'gl_image_ref_counted_memory.cc',
80 'gl_image_ref_counted_memory.h', 82 'gl_image_ref_counted_memory.h',
81 'gl_image_shared_memory.cc', 83 'gl_image_shared_memory.cc',
82 'gl_image_shared_memory.h', 84 'gl_image_shared_memory.h',
83 'gl_image_stub.cc', 85 'gl_image_stub.cc',
84 'gl_image_stub.h', 86 'gl_image_stub.h',
85 'gl_implementation.cc', 87 'gl_implementation.cc',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ], 351 ],
350 'variables': { 352 'variables': {
351 'jni_gen_package': 'ui/gl', 353 'jni_gen_package': 'ui/gl',
352 }, 354 },
353 'includes': [ '../../build/jni_generator.gypi' ], 355 'includes': [ '../../build/jni_generator.gypi' ],
354 }, 356 },
355 ], 357 ],
356 }], 358 }],
357 ], 359 ],
358 } 360 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_bindings.h » ('j') | ui/gl/gl_image_io_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698