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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 ], | 295 ], |
296 'sources': [ | 296 'sources': [ |
297 'cocoa/events_mac_unittest.mm', | 297 'cocoa/events_mac_unittest.mm', |
298 'event_dispatcher_unittest.cc', | 298 'event_dispatcher_unittest.cc', |
299 'event_processor_unittest.cc', | 299 'event_processor_unittest.cc', |
300 'event_rewriter_unittest.cc', | 300 'event_rewriter_unittest.cc', |
301 'event_unittest.cc', | 301 'event_unittest.cc', |
302 'gestures/motion_event_aura_unittest.cc', | 302 'gestures/motion_event_aura_unittest.cc', |
303 'gestures/velocity_calculator_unittest.cc', | 303 'gestures/velocity_calculator_unittest.cc', |
304 'gesture_detection/bitset_32_unittest.cc', | 304 'gesture_detection/bitset_32_unittest.cc', |
| 305 'gesture_detection/gesture_event_data_packet_unittest.cc', |
305 'gesture_detection/gesture_provider_unittest.cc', | 306 'gesture_detection/gesture_provider_unittest.cc', |
306 'gesture_detection/velocity_tracker_unittest.cc', | 307 'gesture_detection/velocity_tracker_unittest.cc', |
307 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 308 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
308 'keycodes/dom4/keycode_converter_unittest.cc', | 309 'keycodes/dom4/keycode_converter_unittest.cc', |
309 'latency_info_unittest.cc', | 310 'latency_info_unittest.cc', |
310 'platform/platform_event_source_unittest.cc', | 311 'platform/platform_event_source_unittest.cc', |
311 'x/events_x_unittest.cc', | 312 'x/events_x_unittest.cc', |
312 ], | 313 ], |
313 'conditions': [ | 314 'conditions': [ |
314 ['use_ozone==1', { | 315 ['use_ozone==1', { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 ], | 359 ], |
359 'variables': { | 360 'variables': { |
360 'test_suite_name': 'events_unittests', | 361 'test_suite_name': 'events_unittests', |
361 }, | 362 }, |
362 'includes': [ '../../build/apk_test.gypi' ], | 363 'includes': [ '../../build/apk_test.gypi' ], |
363 }, | 364 }, |
364 ], | 365 ], |
365 }], | 366 }], |
366 ], | 367 ], |
367 } | 368 } |
OLD | NEW |