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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'gestures/gesture_provider_aura.cc', | 163 'gestures/gesture_provider_aura.cc', |
164 'gestures/gesture_provider_aura.h', | 164 'gestures/gesture_provider_aura.h', |
165 'gestures/gesture_recognizer.h', | 165 'gestures/gesture_recognizer.h', |
166 'gestures/gesture_recognizer_impl.cc', | 166 'gestures/gesture_recognizer_impl.cc', |
167 'gestures/gesture_recognizer_impl.h', | 167 'gestures/gesture_recognizer_impl.h', |
168 'gestures/gesture_types.h', | 168 'gestures/gesture_types.h', |
169 'gestures/motion_event_aura.cc', | 169 'gestures/motion_event_aura.cc', |
170 'gestures/motion_event_aura.h', | 170 'gestures/motion_event_aura.h', |
171 ], | 171 ], |
172 }], | 172 }], |
| 173 ['use_ozone==1 or (OS=="android" and use_aura==1)', { |
| 174 'sources': [ |
| 175 'events_default.cc', |
| 176 ], |
| 177 }], |
173 # We explicitly enumerate the platforms we _do_ provide native cracking | 178 # We explicitly enumerate the platforms we _do_ provide native cracking |
174 # for here. | 179 # for here. |
175 ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', { | 180 ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1 or (OS=="android"
and use_aura==1)', { |
176 'sources!': [ | 181 'sources!': [ |
177 'events_stub.cc', | 182 'events_stub.cc', |
178 ], | 183 ], |
179 }], | 184 }], |
180 ['chromeos==1', { | 185 ['chromeos==1', { |
181 'sources!': [ | 186 'sources!': [ |
182 'linux/text_edit_command_auralinux.cc', | 187 'linux/text_edit_command_auralinux.cc', |
183 'linux/text_edit_command_auralinux.h', | 188 'linux/text_edit_command_auralinux.h', |
184 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 189 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
185 'linux/text_edit_key_bindings_delegate_auralinux.h', | 190 'linux/text_edit_key_bindings_delegate_auralinux.h', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'dependencies': [ | 537 'dependencies': [ |
533 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 538 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
534 ], | 539 ], |
535 }], | 540 }], |
536 ], | 541 ], |
537 }, | 542 }, |
538 ], | 543 ], |
539 }], | 544 }], |
540 ], | 545 ], |
541 } | 546 } |
OLD | NEW |