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