| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'gl_bindings_autogen_glx.cc', | 159 'gl_bindings_autogen_glx.cc', |
| 160 'gl_bindings_autogen_glx.h', | 160 'gl_bindings_autogen_glx.h', |
| 161 'gl_context_glx.cc', | 161 'gl_context_glx.cc', |
| 162 'gl_context_glx.h', | 162 'gl_context_glx.h', |
| 163 'gl_egl_api_implementation.cc', | 163 'gl_egl_api_implementation.cc', |
| 164 'gl_egl_api_implementation.h', | 164 'gl_egl_api_implementation.h', |
| 165 'gl_glx_api_implementation.cc', | 165 'gl_glx_api_implementation.cc', |
| 166 'gl_glx_api_implementation.h', | 166 'gl_glx_api_implementation.h', |
| 167 'gl_image_glx.cc', | 167 'gl_image_glx.cc', |
| 168 'gl_image_glx.h', | 168 'gl_image_glx.h', |
| 169 'gl_surface_egl_x11.cc', |
| 170 'gl_surface_egl_x11.h', |
| 169 'gl_surface_glx.cc', | 171 'gl_surface_glx.cc', |
| 170 'gl_surface_glx.h', | 172 'gl_surface_glx.h', |
| 171 ], | 173 ], |
| 172 'all_dependent_settings': { | 174 'all_dependent_settings': { |
| 173 'defines': [ | 175 'defines': [ |
| 174 'GL_GLEXT_PROTOTYPES', | 176 'GL_GLEXT_PROTOTYPES', |
| 175 ], | 177 ], |
| 176 }, | 178 }, |
| 177 'dependencies': [ | 179 'dependencies': [ |
| 178 '<(DEPTH)/build/linux/system.gyp:x11', | 180 '<(DEPTH)/build/linux/system.gyp:x11', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 ], | 351 ], |
| 350 'variables': { | 352 'variables': { |
| 351 'jni_gen_package': 'ui/gl', | 353 'jni_gen_package': 'ui/gl', |
| 352 }, | 354 }, |
| 353 'includes': [ '../../build/jni_generator.gypi' ], | 355 'includes': [ '../../build/jni_generator.gypi' ], |
| 354 }, | 356 }, |
| 355 ], | 357 ], |
| 356 }], | 358 }], |
| 357 ], | 359 ], |
| 358 } | 360 } |
| OLD | NEW |