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

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

Issue 288343004: working copy of "zero_copy" Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_image_x11.cc » ('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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'gl_surface_glx.cc', 207 'gl_surface_glx.cc',
208 'gl_surface_glx.h', 208 'gl_surface_glx.h',
209 'gl_egl_api_implementation.cc', 209 'gl_egl_api_implementation.cc',
210 'gl_egl_api_implementation.h', 210 'gl_egl_api_implementation.h',
211 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', 211 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',
212 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', 212 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h',
213 ], 213 ],
214 'all_dependent_settings': { 214 'all_dependent_settings': {
215 'defines': [ 215 'defines': [
216 'GL_GLEXT_PROTOTYPES', 216 'GL_GLEXT_PROTOTYPES',
217 'EGL_EGLEXT_PROTOTYPES',
217 ], 218 ],
218 }, 219 },
219 'dependencies': [ 220 'dependencies': [
220 '<(DEPTH)/build/linux/system.gyp:x11', 221 '<(DEPTH)/build/linux/system.gyp:x11',
221 '<(DEPTH)/build/linux/system.gyp:xcomposite', 222 '<(DEPTH)/build/linux/system.gyp:xcomposite',
222 '<(DEPTH)/build/linux/system.gyp:xext', 223 '<(DEPTH)/build/linux/system.gyp:xext',
223 '<(DEPTH)/ui/events/platform/events_platform.gyp:events_platform', 224 '<(DEPTH)/ui/events/platform/events_platform.gyp:events_platform',
224 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11', 225 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
225 ], 226 ],
226 }], 227 }],
(...skipping 136 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/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_image_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698