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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'gl_image_linux_dma_buffer.cc', | 203 'gl_image_linux_dma_buffer.cc', |
204 'gl_image_linux_dma_buffer.h', | 204 'gl_image_linux_dma_buffer.h', |
205 ], | 205 ], |
206 }], | 206 }], |
207 ['use_x11 == 1', { | 207 ['use_x11 == 1', { |
208 'sources': [ | 208 'sources': [ |
209 'gl_context_glx.cc', | 209 'gl_context_glx.cc', |
210 'gl_context_glx.h', | 210 'gl_context_glx.h', |
211 'gl_glx_api_implementation.cc', | 211 'gl_glx_api_implementation.cc', |
212 'gl_glx_api_implementation.h', | 212 'gl_glx_api_implementation.h', |
213 'gl_image_glx.cc', | |
214 'gl_image_glx.h', | |
215 'gl_surface_glx.cc', | 213 'gl_surface_glx.cc', |
216 'gl_surface_glx.h', | 214 'gl_surface_glx.h', |
217 'gl_egl_api_implementation.cc', | 215 'gl_egl_api_implementation.cc', |
218 'gl_egl_api_implementation.h', | 216 'gl_egl_api_implementation.h', |
219 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', | 217 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', |
220 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', | 218 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', |
221 ], | 219 ], |
222 'all_dependent_settings': { | 220 'all_dependent_settings': { |
223 'defines': [ | 221 'defines': [ |
224 'GL_GLEXT_PROTOTYPES', | 222 'GL_GLEXT_PROTOTYPES', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 ], | 373 ], |
376 'variables': { | 374 'variables': { |
377 'jni_gen_package': 'ui/gl', | 375 'jni_gen_package': 'ui/gl', |
378 }, | 376 }, |
379 'includes': [ '../../build/jni_generator.gypi' ], | 377 'includes': [ '../../build/jni_generator.gypi' ], |
380 }, | 378 }, |
381 ], | 379 ], |
382 }], | 380 }], |
383 ], | 381 ], |
384 } | 382 } |
OLD | NEW |