| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'gesture_detection/gesture_config_helper_aura.cc', | 201 'gesture_detection/gesture_config_helper_aura.cc', |
| 202 'gesture_detection/gesture_detection_export.h', | 202 'gesture_detection/gesture_detection_export.h', |
| 203 'gesture_detection/gesture_detector.cc', | 203 'gesture_detection/gesture_detector.cc', |
| 204 'gesture_detection/gesture_detector.h', | 204 'gesture_detection/gesture_detector.h', |
| 205 'gesture_detection/gesture_event_data.cc', | 205 'gesture_detection/gesture_event_data.cc', |
| 206 'gesture_detection/gesture_event_data.h', | 206 'gesture_detection/gesture_event_data.h', |
| 207 'gesture_detection/gesture_event_data_packet.cc', | 207 'gesture_detection/gesture_event_data_packet.cc', |
| 208 'gesture_detection/gesture_event_data_packet.h', | 208 'gesture_detection/gesture_event_data_packet.h', |
| 209 'gesture_detection/gesture_provider.cc', | 209 'gesture_detection/gesture_provider.cc', |
| 210 'gesture_detection/gesture_provider.h', | 210 'gesture_detection/gesture_provider.h', |
| 211 'gesture_detection/gesture_touch_uma_histogram.cc', |
| 212 'gesture_detection/gesture_touch_uma_histogram.h', |
| 211 'gesture_detection/motion_event.cc', | 213 'gesture_detection/motion_event.cc', |
| 212 'gesture_detection/motion_event.h', | 214 'gesture_detection/motion_event.h', |
| 213 'gesture_detection/motion_event_buffer.cc', | 215 'gesture_detection/motion_event_buffer.cc', |
| 214 'gesture_detection/motion_event_buffer.h', | 216 'gesture_detection/motion_event_buffer.h', |
| 215 'gesture_detection/motion_event_generic.cc', | 217 'gesture_detection/motion_event_generic.cc', |
| 216 'gesture_detection/motion_event_generic.h', | 218 'gesture_detection/motion_event_generic.h', |
| 217 'gesture_detection/scale_gesture_detector.cc', | 219 'gesture_detection/scale_gesture_detector.cc', |
| 218 'gesture_detection/scale_gesture_detector.h', | 220 'gesture_detection/scale_gesture_detector.h', |
| 219 'gesture_detection/snap_scroll_controller.cc', | 221 'gesture_detection/snap_scroll_controller.cc', |
| 220 'gesture_detection/snap_scroll_controller.h', | 222 'gesture_detection/snap_scroll_controller.h', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 ], | 372 ], |
| 371 'variables': { | 373 'variables': { |
| 372 'test_suite_name': 'events_unittests', | 374 'test_suite_name': 'events_unittests', |
| 373 }, | 375 }, |
| 374 'includes': [ '../../build/apk_test.gypi' ], | 376 'includes': [ '../../build/apk_test.gypi' ], |
| 375 }, | 377 }, |
| 376 ], | 378 ], |
| 377 }], | 379 }], |
| 378 ], | 380 ], |
| 379 } | 381 } |
| OLD | NEW |