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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 ], | 215 ], |
216 'all_dependent_settings': { | 216 'all_dependent_settings': { |
217 'defines': [ | 217 'defines': [ |
218 'GL_GLEXT_PROTOTYPES', | 218 'GL_GLEXT_PROTOTYPES', |
219 ], | 219 ], |
220 }, | 220 }, |
221 'dependencies': [ | 221 'dependencies': [ |
222 '<(DEPTH)/build/linux/system.gyp:x11', | 222 '<(DEPTH)/build/linux/system.gyp:x11', |
223 '<(DEPTH)/build/linux/system.gyp:xcomposite', | 223 '<(DEPTH)/build/linux/system.gyp:xcomposite', |
224 '<(DEPTH)/build/linux/system.gyp:xext', | 224 '<(DEPTH)/build/linux/system.gyp:xext', |
225 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_x11', | 225 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11', |
226 ], | 226 ], |
227 }], | 227 }], |
228 ['OS=="win"', { | 228 ['OS=="win"', { |
229 'sources': [ | 229 'sources': [ |
230 'gl_context_wgl.cc', | 230 'gl_context_wgl.cc', |
231 'gl_context_wgl.h', | 231 'gl_context_wgl.h', |
232 'gl_egl_api_implementation.cc', | 232 'gl_egl_api_implementation.cc', |
233 'gl_egl_api_implementation.h', | 233 'gl_egl_api_implementation.h', |
234 'gl_surface_wgl.cc', | 234 'gl_surface_wgl.cc', |
235 'gl_surface_wgl.h', | 235 'gl_surface_wgl.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'variables': { | 364 'variables': { |
365 'jni_gen_package': 'ui/gl', | 365 'jni_gen_package': 'ui/gl', |
366 'jni_generator_ptr_type': 'long', | 366 'jni_generator_ptr_type': 'long', |
367 }, | 367 }, |
368 'includes': [ '../../build/jni_generator.gypi' ], | 368 'includes': [ '../../build/jni_generator.gypi' ], |
369 }, | 369 }, |
370 ], | 370 ], |
371 }], | 371 }], |
372 ], | 372 ], |
373 } | 373 } |
OLD | NEW |