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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'events_export.h', | 126 'events_export.h', |
127 'events_stub.cc', | 127 'events_stub.cc', |
128 'gestures/gesture_point.cc', | 128 'gestures/gesture_point.cc', |
129 'gestures/gesture_point.h', | 129 'gestures/gesture_point.h', |
130 'gestures/gesture_provider_aura.cc', | 130 'gestures/gesture_provider_aura.cc', |
131 'gestures/gesture_provider_aura.h', | 131 'gestures/gesture_provider_aura.h', |
132 'gestures/gesture_recognizer.h', | 132 'gestures/gesture_recognizer.h', |
133 'gestures/gesture_recognizer_impl.cc', | 133 'gestures/gesture_recognizer_impl.cc', |
134 'gestures/gesture_recognizer_impl.h', | 134 'gestures/gesture_recognizer_impl.h', |
135 'gestures/gesture_recognizer_impl_mac.cc', | 135 'gestures/gesture_recognizer_impl_mac.cc', |
136 'gestures/gesture_sequence.cc', | |
137 'gestures/gesture_sequence.h', | |
138 'gestures/gesture_types.h', | 136 'gestures/gesture_types.h', |
139 'gestures/motion_event_aura.cc', | 137 'gestures/motion_event_aura.cc', |
140 'gestures/motion_event_aura.h', | 138 'gestures/motion_event_aura.h', |
141 'gestures/unified_gesture_detector_enabled.cc', | |
142 'gestures/unified_gesture_detector_enabled.h', | |
143 'gestures/velocity_calculator.cc', | 139 'gestures/velocity_calculator.cc', |
144 'gestures/velocity_calculator.h', | 140 'gestures/velocity_calculator.h', |
145 'ozone/events_ozone.cc', | 141 'ozone/events_ozone.cc', |
146 'win/events_win.cc', | 142 'win/events_win.cc', |
147 'x/events_x.cc', | 143 'x/events_x.cc', |
148 'linux/text_edit_command_auralinux.cc', | 144 'linux/text_edit_command_auralinux.cc', |
149 'linux/text_edit_command_auralinux.h', | 145 'linux/text_edit_command_auralinux.h', |
150 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 146 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
151 'linux/text_edit_key_bindings_delegate_auralinux.h', | 147 'linux/text_edit_key_bindings_delegate_auralinux.h', |
152 ], | 148 ], |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 ], | 382 ], |
387 'variables': { | 383 'variables': { |
388 'test_suite_name': 'events_unittests', | 384 'test_suite_name': 'events_unittests', |
389 }, | 385 }, |
390 'includes': [ '../../build/apk_test.gypi' ], | 386 'includes': [ '../../build/apk_test.gypi' ], |
391 }, | 387 }, |
392 ], | 388 ], |
393 }], | 389 }], |
394 ], | 390 ], |
395 } | 391 } |
OLD | NEW |