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', |
626 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 627 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 628 '../gfx/x/gfx_x11.gyp:gfx_x11', |
627 ], | 629 ], |
628 }], | 630 }], |
629 ['use_x11==1 and chromeos==0', { | 631 ['use_x11==1 and chromeos==0', { |
630 'dependencies': [ | 632 'dependencies': [ |
631 '../../build/linux/system.gyp:xscrnsaver', | 633 '../../build/linux/system.gyp:xscrnsaver', |
632 ], | 634 ], |
633 }], | 635 }], |
634 ['toolkit_views==0', { | 636 ['toolkit_views==0', { |
635 'sources!': [ | 637 'sources!': [ |
636 'dragdrop/drag_drop_types.h', | 638 'dragdrop/drag_drop_types.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 ], | 818 ], |
817 'variables': { | 819 'variables': { |
818 'jni_gen_package': 'ui', | 820 'jni_gen_package': 'ui', |
819 }, | 821 }, |
820 'includes': [ '../../build/jni_generator.gypi' ], | 822 'includes': [ '../../build/jni_generator.gypi' ], |
821 }, | 823 }, |
822 ], | 824 ], |
823 }], | 825 }], |
824 ], | 826 ], |
825 } | 827 } |
OLD | NEW |