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', | |
147 '../../build/linux/system.gyp:x11', | 146 '../../build/linux/system.gyp:x11', |
148 ], | 147 ], |
149 }], | 148 }], |
150 ['use_aura==0', { | 149 ['use_aura==0', { |
151 'sources!': [ | 150 'sources!': [ |
152 'gestures/gesture_provider_aura.cc', | 151 'gestures/gesture_provider_aura.cc', |
153 'gestures/gesture_provider_aura.h', | 152 'gestures/gesture_provider_aura.h', |
154 'gestures/gesture_recognizer.h', | 153 'gestures/gesture_recognizer.h', |
155 'gestures/gesture_recognizer_impl.cc', | 154 'gestures/gesture_recognizer_impl.cc', |
156 'gestures/gesture_recognizer_impl.h', | 155 'gestures/gesture_recognizer_impl.h', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 'dependencies': [ | 429 'dependencies': [ |
431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 430 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
432 ], | 431 ], |
433 }], | 432 }], |
434 ], | 433 ], |
435 }, | 434 }, |
436 ], | 435 ], |
437 }], | 436 }], |
438 ], | 437 ], |
439 } | 438 } |
OLD | NEW |