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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'defines': [ | 292 'defines': [ |
293 'GL_GLEXT_PROTOTYPES', | 293 'GL_GLEXT_PROTOTYPES', |
294 'EGL_EGLEXT_PROTOTYPES', | 294 'EGL_EGLEXT_PROTOTYPES', |
295 ], | 295 ], |
296 }], | 296 }], |
297 ['OS!="android"', { | 297 ['OS!="android"', { |
298 'sources/': [ ['exclude', '^android/'] ], | 298 'sources/': [ ['exclude', '^android/'] ], |
299 }], | 299 }], |
300 ['use_ozone==1', { | 300 ['use_ozone==1', { |
301 'dependencies': [ | 301 'dependencies': [ |
| 302 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', |
302 '../ozone/ozone.gyp:ozone', | 303 '../ozone/ozone.gyp:ozone', |
303 ], | 304 ], |
304 }], | 305 }], |
305 ['OS=="android" and android_webview_build==0', { | 306 ['OS=="android" and android_webview_build==0', { |
306 'dependencies': [ | 307 'dependencies': [ |
307 '../android/ui_android.gyp:ui_java', | 308 '../android/ui_android.gyp:ui_java', |
308 ], | 309 ], |
309 }], | 310 }], |
310 ], | 311 ], |
311 }, | 312 }, |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'variables': { | 365 'variables': { |
365 'jni_gen_package': 'ui/gl', | 366 'jni_gen_package': 'ui/gl', |
366 'jni_generator_ptr_type': 'long', | 367 'jni_generator_ptr_type': 'long', |
367 }, | 368 }, |
368 'includes': [ '../../build/jni_generator.gypi' ], | 369 'includes': [ '../../build/jni_generator.gypi' ], |
369 }, | 370 }, |
370 ], | 371 ], |
371 }], | 372 }], |
372 ], | 373 ], |
373 } | 374 } |
OLD | NEW |