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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 '-L<(PRODUCT_DIR)', | 600 '-L<(PRODUCT_DIR)', |
601 ], | 601 ], |
602 }, | 602 }, |
603 'dependencies': [ | 603 'dependencies': [ |
604 '../../build/linux/system.gyp:x11', | 604 '../../build/linux/system.gyp:x11', |
605 '../../build/linux/system.gyp:xcursor', | 605 '../../build/linux/system.gyp:xcursor', |
606 '../../build/linux/system.gyp:xext', | 606 '../../build/linux/system.gyp:xext', |
607 '../../build/linux/system.gyp:xfixes', | 607 '../../build/linux/system.gyp:xfixes', |
608 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. | 608 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. |
609 '../events/devices/events_devices.gyp:events_devices', | 609 '../events/devices/events_devices.gyp:events_devices', |
| 610 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', |
610 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 611 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
611 '../gfx/x/gfx_x11.gyp:gfx_x11', | 612 '../gfx/x/gfx_x11.gyp:gfx_x11', |
612 ], | 613 ], |
613 }], | 614 }], |
614 ['use_x11==1 and chromeos==0', { | 615 ['use_x11==1 and chromeos==0', { |
615 'dependencies': [ | 616 'dependencies': [ |
616 '../../build/linux/system.gyp:xscrnsaver', | 617 '../../build/linux/system.gyp:xscrnsaver', |
617 ], | 618 ], |
618 }], | 619 }], |
619 ['toolkit_views==0', { | 620 ['toolkit_views==0', { |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 ], | 778 ], |
778 'variables': { | 779 'variables': { |
779 'jni_gen_package': 'ui', | 780 'jni_gen_package': 'ui', |
780 }, | 781 }, |
781 'includes': [ '../../build/jni_generator.gypi' ], | 782 'includes': [ '../../build/jni_generator.gypi' ], |
782 }, | 783 }, |
783 ], | 784 ], |
784 }], | 785 }], |
785 ], | 786 ], |
786 } | 787 } |
OLD | NEW |