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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 }], | 760 }], |
761 ['OS=="linux"', { | 761 ['OS=="linux"', { |
762 'conditions': [ | 762 'conditions': [ |
763 ['use_x11==1', { | 763 ['use_x11==1', { |
764 'dependencies': [ | 764 'dependencies': [ |
765 '../build/linux/system.gyp:x11', | 765 '../build/linux/system.gyp:x11', |
766 '../build/linux/system.gyp:xdamage', | 766 '../build/linux/system.gyp:xdamage', |
767 '../build/linux/system.gyp:xext', | 767 '../build/linux/system.gyp:xext', |
768 '../build/linux/system.gyp:xfixes', | 768 '../build/linux/system.gyp:xfixes', |
769 '../build/linux/system.gyp:xtst', | 769 '../build/linux/system.gyp:xtst', |
| 770 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x', |
770 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 771 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
771 ], | 772 ], |
772 }, { # else: use_x11==0 | 773 }, { # else: use_x11==0 |
773 'sources!': [ | 774 'sources!': [ |
774 'base/user_input_monitor_linux.cc', | 775 'base/user_input_monitor_linux.cc', |
775 ], | 776 ], |
776 'defines': [ | 777 'defines': [ |
777 'DISABLE_USER_INPUT_MONITOR', | 778 'DISABLE_USER_INPUT_MONITOR', |
778 ], | 779 ], |
779 }], | 780 }], |
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2068 'dependencies': [ | 2069 'dependencies': [ |
2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2070 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2070 ], | 2071 ], |
2071 }], | 2072 }], |
2072 ], | 2073 ], |
2073 }, | 2074 }, |
2074 ], | 2075 ], |
2075 }], | 2076 }], |
2076 ], | 2077 ], |
2077 } | 2078 } |
OLD | NEW |