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

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

Issue 275273002: x11: Split the gfx_x11 target into its own gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/gfx/x/gfx_x11.gyp ('k') | no next file » | 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 ], 215 ],
216 'all_dependent_settings': { 216 'all_dependent_settings': {
217 'defines': [ 217 'defines': [
218 'GL_GLEXT_PROTOTYPES', 218 'GL_GLEXT_PROTOTYPES',
219 ], 219 ],
220 }, 220 },
221 'dependencies': [ 221 'dependencies': [
222 '<(DEPTH)/build/linux/system.gyp:x11', 222 '<(DEPTH)/build/linux/system.gyp:x11',
223 '<(DEPTH)/build/linux/system.gyp:xcomposite', 223 '<(DEPTH)/build/linux/system.gyp:xcomposite',
224 '<(DEPTH)/build/linux/system.gyp:xext', 224 '<(DEPTH)/build/linux/system.gyp:xext',
225 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_x11', 225 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
226 ], 226 ],
227 }], 227 }],
228 ['OS=="win"', { 228 ['OS=="win"', {
229 'sources': [ 229 'sources': [
230 'gl_context_wgl.cc', 230 'gl_context_wgl.cc',
231 'gl_context_wgl.h', 231 'gl_context_wgl.h',
232 'gl_egl_api_implementation.cc', 232 'gl_egl_api_implementation.cc',
233 'gl_egl_api_implementation.h', 233 'gl_egl_api_implementation.h',
234 'gl_surface_wgl.cc', 234 'gl_surface_wgl.cc',
235 'gl_surface_wgl.h', 235 'gl_surface_wgl.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'variables': { 364 'variables': {
365 'jni_gen_package': 'ui/gl', 365 'jni_gen_package': 'ui/gl',
366 'jni_generator_ptr_type': 'long', 366 'jni_generator_ptr_type': 'long',
367 }, 367 },
368 'includes': [ '../../build/jni_generator.gypi' ], 368 'includes': [ '../../build/jni_generator.gypi' ],
369 }, 369 },
370 ], 370 ],
371 }], 371 }],
372 ], 372 ],
373 } 373 }
OLDNEW
« no previous file with comments | « ui/gfx/x/gfx_x11.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698