| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'ldflags': [ | 616 'ldflags': [ |
| 617 '-L<(PRODUCT_DIR)', | 617 '-L<(PRODUCT_DIR)', |
| 618 ], | 618 ], |
| 619 }, | 619 }, |
| 620 'dependencies': [ | 620 'dependencies': [ |
| 621 '../../build/linux/system.gyp:x11', | 621 '../../build/linux/system.gyp:x11', |
| 622 '../../build/linux/system.gyp:xcursor', | 622 '../../build/linux/system.gyp:xcursor', |
| 623 '../../build/linux/system.gyp:xext', | 623 '../../build/linux/system.gyp:xext', |
| 624 '../../build/linux/system.gyp:xfixes', | 624 '../../build/linux/system.gyp:xfixes', |
| 625 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. | 625 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. |
| 626 '../events/devices/events_devices.gyp:events_devices', | |
| 627 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 626 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 628 '../gfx/x/gfx_x11.gyp:gfx_x11', | |
| 629 ], | 627 ], |
| 630 }], | 628 }], |
| 631 ['use_x11==1 and chromeos==0', { | 629 ['use_x11==1 and chromeos==0', { |
| 632 'dependencies': [ | 630 'dependencies': [ |
| 633 '../../build/linux/system.gyp:xscrnsaver', | 631 '../../build/linux/system.gyp:xscrnsaver', |
| 634 ], | 632 ], |
| 635 }], | 633 }], |
| 636 ['toolkit_views==0', { | 634 ['toolkit_views==0', { |
| 637 'sources!': [ | 635 'sources!': [ |
| 638 'dragdrop/drag_drop_types.h', | 636 'dragdrop/drag_drop_types.h', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 ], | 816 ], |
| 819 'variables': { | 817 'variables': { |
| 820 'jni_gen_package': 'ui', | 818 'jni_gen_package': 'ui', |
| 821 }, | 819 }, |
| 822 'includes': [ '../../build/jni_generator.gypi' ], | 820 'includes': [ '../../build/jni_generator.gypi' ], |
| 823 }, | 821 }, |
| 824 ], | 822 ], |
| 825 }], | 823 }], |
| 826 ], | 824 ], |
| 827 } | 825 } |
| OLD | NEW |