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

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

Issue 2022103002: Move GLSurfaceOSMesaX11 into it's own source file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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_surface_osmesa_x11.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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'gl_egl_api_implementation.cc', 175 'gl_egl_api_implementation.cc',
176 'gl_egl_api_implementation.h', 176 'gl_egl_api_implementation.h',
177 'gl_glx_api_implementation.cc', 177 'gl_glx_api_implementation.cc',
178 'gl_glx_api_implementation.h', 178 'gl_glx_api_implementation.h',
179 'gl_image_glx.cc', 179 'gl_image_glx.cc',
180 'gl_image_glx.h', 180 'gl_image_glx.h',
181 'gl_surface_egl_x11.cc', 181 'gl_surface_egl_x11.cc',
182 'gl_surface_egl_x11.h', 182 'gl_surface_egl_x11.h',
183 'gl_surface_glx.cc', 183 'gl_surface_glx.cc',
184 'gl_surface_glx.h', 184 'gl_surface_glx.h',
185 'gl_surface_osmesa_x11.cc',
186 'gl_surface_osmesa_x11.h',
185 ], 187 ],
186 'direct_dependent_settings': { 188 'direct_dependent_settings': {
187 'defines': [ 189 'defines': [
188 'GL_GLEXT_PROTOTYPES', 190 'GL_GLEXT_PROTOTYPES',
189 'USE_GLX', 191 'USE_GLX',
190 ], 192 ],
191 }, 193 },
192 'defines': [ 194 'defines': [
193 'USE_GLX', 195 'USE_GLX',
194 ], 196 ],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 ], 384 ],
383 'variables': { 385 'variables': {
384 'jni_gen_package': 'ui/gl', 386 'jni_gen_package': 'ui/gl',
385 }, 387 },
386 'includes': [ '../../build/jni_generator.gypi' ], 388 'includes': [ '../../build/jni_generator.gypi' ],
387 }, 389 },
388 ], 390 ],
389 }], 391 }],
390 ], 392 ],
391 } 393 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_osmesa_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698