OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |