| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |