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', | |
303 '../ozone/ozone.gyp:ozone', | 302 '../ozone/ozone.gyp:ozone', |
304 ], | 303 ], |
305 }], | 304 }], |
306 ['OS=="android" and android_webview_build==0', { | 305 ['OS=="android" and android_webview_build==0', { |
307 'dependencies': [ | 306 'dependencies': [ |
308 '../android/ui_android.gyp:ui_java', | 307 '../android/ui_android.gyp:ui_java', |
309 ], | 308 ], |
310 }], | 309 }], |
311 ], | 310 ], |
312 }, | 311 }, |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 ], | 362 ], |
364 'variables': { | 363 'variables': { |
365 'jni_gen_package': 'ui/gl', | 364 'jni_gen_package': 'ui/gl', |
366 }, | 365 }, |
367 'includes': [ '../../build/jni_generator.gypi' ], | 366 'includes': [ '../../build/jni_generator.gypi' ], |
368 }, | 367 }, |
369 ], | 368 ], |
370 }], | 369 }], |
371 ], | 370 ], |
372 } | 371 } |
OLD | NEW |