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

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

Issue 14772009: Rationalize dependency on khronos EGL headers in place of angle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated khronos headers. Created 7 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/egl_util.cc ('k') | ui/gl/gl_context_egl.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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'gl_context_egl.cc', 197 'gl_context_egl.cc',
198 'gl_context_egl.h', 198 'gl_context_egl.h',
199 'gl_surface_egl.cc', 199 'gl_surface_egl.cc',
200 'gl_surface_egl.h', 200 'gl_surface_egl.h',
201 'gl_egl_api_implementation.cc', 201 'gl_egl_api_implementation.cc',
202 'gl_egl_api_implementation.h', 202 'gl_egl_api_implementation.h',
203 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', 203 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc',
204 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', 204 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h',
205 ], 205 ],
206 'include_dirs': [ 206 'include_dirs': [
207 '<(DEPTH)/third_party/angle/include', 207 '<(DEPTH)/third_party/khronos',
208 ], 208 ],
209 }], 209 }],
210 ['use_x11 == 1', { 210 ['use_x11 == 1', {
211 'sources': [ 211 'sources': [
212 'gl_context_glx.cc', 212 'gl_context_glx.cc',
213 'gl_context_glx.h', 213 'gl_context_glx.h',
214 'gl_glx_api_implementation.cc', 214 'gl_glx_api_implementation.cc',
215 'gl_glx_api_implementation.h', 215 'gl_glx_api_implementation.h',
216 'gl_image_glx.cc', 216 'gl_image_glx.cc',
217 'gl_image_glx.h', 217 'gl_image_glx.h',
218 'gl_surface_glx.cc', 218 'gl_surface_glx.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 356 ],
357 'variables': { 357 'variables': {
358 'jni_gen_package': 'ui/gl', 358 'jni_gen_package': 'ui/gl',
359 }, 359 },
360 'includes': [ '../../build/jni_generator.gypi' ], 360 'includes': [ '../../build/jni_generator.gypi' ],
361 }, 361 },
362 ], 362 ],
363 }], 363 }],
364 ], 364 ],
365 } 365 }
OLDNEW
« no previous file with comments | « ui/gl/egl_util.cc ('k') | ui/gl/gl_context_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698