| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 ], | 303 ], |
| 304 'sources': [ | 304 'sources': [ |
| 305 'test/gl_surface_test_support.cc', | 305 'test/gl_surface_test_support.cc', |
| 306 'test/gl_surface_test_support.h', | 306 'test/gl_surface_test_support.h', |
| 307 ], | 307 ], |
| 308 'conditions': [ | 308 'conditions': [ |
| 309 ['use_x11==1', { | 309 ['use_x11==1', { |
| 310 'dependencies': [ | 310 'dependencies': [ |
| 311 '../../build/linux/system.gyp:x11', | 311 '../../build/linux/system.gyp:x11', |
| 312 '../gfx/x/gfx_x11.gyp:gfx_x11', | 312 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 313 '../platform_window/x11/x11_window.gyp:x11_window', |
| 313 ], | 314 ], |
| 314 }], | 315 }], |
| 315 ], | 316 ], |
| 316 }, | 317 }, |
| 317 ], | 318 ], |
| 318 'conditions': [ | 319 'conditions': [ |
| 319 ['OS=="android"' , { | 320 ['OS=="android"' , { |
| 320 'targets': [ | 321 'targets': [ |
| 321 { | 322 { |
| 322 'target_name': 'surface_jni_headers', | 323 'target_name': 'surface_jni_headers', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 339 ], | 340 ], |
| 340 'variables': { | 341 'variables': { |
| 341 'jni_gen_package': 'ui/gl', | 342 'jni_gen_package': 'ui/gl', |
| 342 }, | 343 }, |
| 343 'includes': [ '../../build/jni_generator.gypi' ], | 344 'includes': [ '../../build/jni_generator.gypi' ], |
| 344 }, | 345 }, |
| 345 ], | 346 ], |
| 346 }], | 347 }], |
| 347 ], | 348 ], |
| 348 } | 349 } |
| OLD | NEW |