| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'resource/resource_bundle_auralinux.cc', | 369 'resource/resource_bundle_auralinux.cc', |
| 370 ], | 370 ], |
| 371 }], | 371 }], |
| 372 ['use_aura==1 and OS=="win"', { | 372 ['use_aura==1 and OS=="win"', { |
| 373 'sources/': [ | 373 'sources/': [ |
| 374 ['exclude', 'dragdrop/drag_utils_aura.cc'], | 374 ['exclude', 'dragdrop/drag_utils_aura.cc'], |
| 375 ], | 375 ], |
| 376 }], | 376 }], |
| 377 ['use_glib == 1', { | 377 ['use_glib == 1', { |
| 378 'dependencies': [ | 378 'dependencies': [ |
| 379 # font_gtk.cc uses fontconfig. | |
| 380 '../../build/linux/system.gyp:fontconfig', | 379 '../../build/linux/system.gyp:fontconfig', |
| 381 '../../build/linux/system.gyp:glib', | 380 '../../build/linux/system.gyp:glib', |
| 382 ], | 381 ], |
| 383 }], | 382 }], |
| 384 ['desktop_linux == 1 or chromeos == 1', { | 383 ['desktop_linux == 1 or chromeos == 1', { |
| 385 'conditions': [ | 384 'conditions': [ |
| 386 ['toolkit_views==0 and use_aura==0', { | 385 ['toolkit_views==0 and use_aura==0', { |
| 387 # Note: because of gyp predence rules this has to be defined as | 386 # Note: because of gyp predence rules this has to be defined as |
| 388 # 'sources/' rather than 'sources!'. | 387 # 'sources/' rather than 'sources!'. |
| 389 'sources/': [ | 388 'sources/': [ |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'variables': { | 584 'variables': { |
| 586 'jni_gen_package': 'ui', | 585 'jni_gen_package': 'ui', |
| 587 'jni_generator_ptr_type': 'long', | 586 'jni_generator_ptr_type': 'long', |
| 588 }, | 587 }, |
| 589 'includes': [ '../../build/jni_generator.gypi' ], | 588 'includes': [ '../../build/jni_generator.gypi' ], |
| 590 }, | 589 }, |
| 591 ], | 590 ], |
| 592 }], | 591 }], |
| 593 ], | 592 ], |
| 594 } | 593 } |
| OLD | NEW |