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

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

Issue 699643002: ui: Remove GLImageGLX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_glx.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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'gl_image_linux_dma_buffer.cc', 203 'gl_image_linux_dma_buffer.cc',
204 'gl_image_linux_dma_buffer.h', 204 'gl_image_linux_dma_buffer.h',
205 ], 205 ],
206 }], 206 }],
207 ['use_x11 == 1', { 207 ['use_x11 == 1', {
208 'sources': [ 208 'sources': [
209 'gl_context_glx.cc', 209 'gl_context_glx.cc',
210 'gl_context_glx.h', 210 'gl_context_glx.h',
211 'gl_glx_api_implementation.cc', 211 'gl_glx_api_implementation.cc',
212 'gl_glx_api_implementation.h', 212 'gl_glx_api_implementation.h',
213 'gl_image_glx.cc',
214 'gl_image_glx.h',
215 'gl_surface_glx.cc', 213 'gl_surface_glx.cc',
216 'gl_surface_glx.h', 214 'gl_surface_glx.h',
217 'gl_egl_api_implementation.cc', 215 'gl_egl_api_implementation.cc',
218 'gl_egl_api_implementation.h', 216 'gl_egl_api_implementation.h',
219 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', 217 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',
220 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', 218 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h',
221 ], 219 ],
222 'all_dependent_settings': { 220 'all_dependent_settings': {
223 'defines': [ 221 'defines': [
224 'GL_GLEXT_PROTOTYPES', 222 'GL_GLEXT_PROTOTYPES',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 ], 373 ],
376 'variables': { 374 'variables': {
377 'jni_gen_package': 'ui/gl', 375 'jni_gen_package': 'ui/gl',
378 }, 376 },
379 'includes': [ '../../build/jni_generator.gypi' ], 377 'includes': [ '../../build/jni_generator.gypi' ],
380 }, 378 },
381 ], 379 ],
382 }], 380 }],
383 ], 381 ],
384 } 382 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698