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

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

Issue 299143002: glx: forward Expose event from child window to parent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nested #ifdefs 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/gl/DEPS ('k') | ui/gl/gl_surface_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 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/events/platform/events_platform.gyp:events_platform',
225 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11', 226 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
226 ], 227 ],
227 }], 228 }],
228 ['OS=="win"', { 229 ['OS=="win"', {
229 'sources': [ 230 'sources': [
230 'gl_context_wgl.cc', 231 'gl_context_wgl.cc',
231 'gl_context_wgl.h', 232 'gl_context_wgl.h',
232 'gl_egl_api_implementation.cc', 233 'gl_egl_api_implementation.cc',
233 'gl_egl_api_implementation.h', 234 'gl_egl_api_implementation.h',
234 'gl_surface_wgl.cc', 235 'gl_surface_wgl.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 364 ],
364 'variables': { 365 'variables': {
365 'jni_gen_package': 'ui/gl', 366 'jni_gen_package': 'ui/gl',
366 }, 367 },
367 'includes': [ '../../build/jni_generator.gypi' ], 368 'includes': [ '../../build/jni_generator.gypi' ],
368 }, 369 },
369 ], 370 ],
370 }], 371 }],
371 ], 372 ],
372 } 373 }
OLDNEW
« no previous file with comments | « ui/gl/DEPS ('k') | ui/gl/gl_surface_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698