OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'x/events_x.cc', | 136 'x/events_x.cc', |
137 'linux/text_edit_command_auralinux.cc', | 137 'linux/text_edit_command_auralinux.cc', |
138 'linux/text_edit_command_auralinux.h', | 138 'linux/text_edit_command_auralinux.h', |
139 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 139 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
140 'linux/text_edit_key_bindings_delegate_auralinux.h', | 140 'linux/text_edit_key_bindings_delegate_auralinux.h', |
141 ], | 141 ], |
142 'conditions': [ | 142 'conditions': [ |
143 ['use_x11==1', { | 143 ['use_x11==1', { |
144 'dependencies': [ | 144 'dependencies': [ |
145 'devices/events_devices.gyp:events_devices', | 145 'devices/events_devices.gyp:events_devices', |
| 146 '../gfx/x/gfx_x11.gyp:gfx_x11', |
146 '../../build/linux/system.gyp:x11', | 147 '../../build/linux/system.gyp:x11', |
147 ], | 148 ], |
148 }], | 149 }], |
149 ['use_aura==0', { | 150 ['use_aura==0', { |
150 'sources!': [ | 151 'sources!': [ |
151 'gestures/gesture_provider_aura.cc', | 152 'gestures/gesture_provider_aura.cc', |
152 'gestures/gesture_provider_aura.h', | 153 'gestures/gesture_provider_aura.h', |
153 'gestures/gesture_recognizer.h', | 154 'gestures/gesture_recognizer.h', |
154 'gestures/gesture_recognizer_impl.cc', | 155 'gestures/gesture_recognizer_impl.cc', |
155 'gestures/gesture_recognizer_impl.h', | 156 'gestures/gesture_recognizer_impl.h', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'dependencies': [ | 430 'dependencies': [ |
430 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
431 ], | 432 ], |
432 }], | 433 }], |
433 ], | 434 ], |
434 }, | 435 }, |
435 ], | 436 ], |
436 }], | 437 }], |
437 ], | 438 ], |
438 } | 439 } |
OLD | NEW |