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