| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'gl_egl_api_implementation.cc', | 175 'gl_egl_api_implementation.cc', |
| 176 'gl_egl_api_implementation.h', | 176 'gl_egl_api_implementation.h', |
| 177 'gl_glx_api_implementation.cc', | 177 'gl_glx_api_implementation.cc', |
| 178 'gl_glx_api_implementation.h', | 178 'gl_glx_api_implementation.h', |
| 179 'gl_image_glx.cc', | 179 'gl_image_glx.cc', |
| 180 'gl_image_glx.h', | 180 'gl_image_glx.h', |
| 181 'gl_surface_egl_x11.cc', | 181 'gl_surface_egl_x11.cc', |
| 182 'gl_surface_egl_x11.h', | 182 'gl_surface_egl_x11.h', |
| 183 'gl_surface_glx.cc', | 183 'gl_surface_glx.cc', |
| 184 'gl_surface_glx.h', | 184 'gl_surface_glx.h', |
| 185 'gl_surface_osmesa_x11.cc', |
| 186 'gl_surface_osmesa_x11.h', |
| 185 ], | 187 ], |
| 186 'direct_dependent_settings': { | 188 'direct_dependent_settings': { |
| 187 'defines': [ | 189 'defines': [ |
| 188 'GL_GLEXT_PROTOTYPES', | 190 'GL_GLEXT_PROTOTYPES', |
| 189 'USE_GLX', | 191 'USE_GLX', |
| 190 ], | 192 ], |
| 191 }, | 193 }, |
| 192 'defines': [ | 194 'defines': [ |
| 193 'USE_GLX', | 195 'USE_GLX', |
| 194 ], | 196 ], |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 ], | 384 ], |
| 383 'variables': { | 385 'variables': { |
| 384 'jni_gen_package': 'ui/gl', | 386 'jni_gen_package': 'ui/gl', |
| 385 }, | 387 }, |
| 386 'includes': [ '../../build/jni_generator.gypi' ], | 388 'includes': [ '../../build/jni_generator.gypi' ], |
| 387 }, | 389 }, |
| 388 ], | 390 ], |
| 389 }], | 391 }], |
| 390 ], | 392 ], |
| 391 } | 393 } |
| OLD | NEW |