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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
200 # Note: sources list duplicated in GN build. | 200 # Note: sources list duplicated in GN build. |
201 'gesture_detection/bitset_32.h', | 201 'gesture_detection/bitset_32.h', |
202 'gesture_detection/filtered_gesture_provider.cc', | 202 'gesture_detection/filtered_gesture_provider.cc', |
203 'gesture_detection/filtered_gesture_provider.h', | 203 'gesture_detection/filtered_gesture_provider.h', |
204 'gesture_detection/gesture_config_helper.h', | 204 'gesture_detection/gesture_config_helper.h', |
205 'gesture_detection/gesture_config_helper_android.cc', | 205 'gesture_detection/gesture_config_helper_android.cc', |
206 'gesture_detection/gesture_config_helper_aura.cc', | 206 'gesture_detection/gesture_config_helper_aura.cc', |
207 'gesture_detection/gesture_detection_export.h', | 207 'gesture_detection/gesture_detection_export.h', |
208 'gesture_detection/gesture_detector.cc', | 208 'gesture_detection/gesture_detector.cc', |
209 'gesture_detection/gesture_detector.h', | 209 'gesture_detection/gesture_detector.h', |
210 'gesture_detection/gesture_listeners.cc', | |
211 'gesture_detection/gesture_listeners.h', | |
210 'gesture_detection/gesture_event_data.cc', | 212 'gesture_detection/gesture_event_data.cc', |
211 'gesture_detection/gesture_event_data.h', | 213 'gesture_detection/gesture_event_data.h', |
212 'gesture_detection/gesture_event_data_packet.cc', | 214 'gesture_detection/gesture_event_data_packet.cc', |
213 'gesture_detection/gesture_event_data_packet.h', | 215 'gesture_detection/gesture_event_data_packet.h', |
214 'gesture_detection/gesture_provider.cc', | 216 'gesture_detection/gesture_provider.cc', |
215 'gesture_detection/gesture_provider.h', | 217 'gesture_detection/gesture_provider.h', |
sadrul
2014/10/02 19:14:47
sort
jdduke (slow)
2014/10/02 19:30:23
Done.
| |
216 'gesture_detection/gesture_touch_uma_histogram.cc', | 218 'gesture_detection/gesture_touch_uma_histogram.cc', |
217 'gesture_detection/gesture_touch_uma_histogram.h', | 219 'gesture_detection/gesture_touch_uma_histogram.h', |
218 'gesture_detection/motion_event.cc', | 220 'gesture_detection/motion_event.cc', |
219 'gesture_detection/motion_event.h', | 221 'gesture_detection/motion_event.h', |
220 'gesture_detection/motion_event_buffer.cc', | 222 'gesture_detection/motion_event_buffer.cc', |
221 'gesture_detection/motion_event_buffer.h', | 223 'gesture_detection/motion_event_buffer.h', |
222 'gesture_detection/motion_event_generic.cc', | 224 'gesture_detection/motion_event_generic.cc', |
223 'gesture_detection/motion_event_generic.h', | 225 'gesture_detection/motion_event_generic.h', |
224 'gesture_detection/scale_gesture_detector.cc', | 226 'gesture_detection/scale_gesture_detector.cc', |
225 'gesture_detection/scale_gesture_detector.h', | 227 'gesture_detection/scale_gesture_detector.h', |
228 'gesture_detection/scale_gesture_listeners.cc', | |
229 'gesture_detection/scale_gesture_listeners.h', | |
226 'gesture_detection/snap_scroll_controller.cc', | 230 'gesture_detection/snap_scroll_controller.cc', |
227 'gesture_detection/snap_scroll_controller.h', | 231 'gesture_detection/snap_scroll_controller.h', |
228 'gesture_detection/touch_disposition_gesture_filter.cc', | 232 'gesture_detection/touch_disposition_gesture_filter.cc', |
229 'gesture_detection/touch_disposition_gesture_filter.h', | 233 'gesture_detection/touch_disposition_gesture_filter.h', |
230 'gesture_detection/velocity_tracker_state.cc', | 234 'gesture_detection/velocity_tracker_state.cc', |
231 'gesture_detection/velocity_tracker_state.h', | 235 'gesture_detection/velocity_tracker_state.h', |
232 'gesture_detection/velocity_tracker.cc', | 236 'gesture_detection/velocity_tracker.cc', |
233 'gesture_detection/velocity_tracker.h', | 237 'gesture_detection/velocity_tracker.h', |
234 ], | 238 ], |
235 'conditions': [ | 239 'conditions': [ |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
377 ], | 381 ], |
378 'variables': { | 382 'variables': { |
379 'test_suite_name': 'events_unittests', | 383 'test_suite_name': 'events_unittests', |
380 }, | 384 }, |
381 'includes': [ '../../build/apk_test.gypi' ], | 385 'includes': [ '../../build/apk_test.gypi' ], |
382 }, | 386 }, |
383 ], | 387 ], |
384 }], | 388 }], |
385 ], | 389 ], |
386 } | 390 } |
OLD | NEW |