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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'gesture_detection', | 301 'gesture_detection', |
302 'platform/events_platform.gyp:events_platform', | 302 'platform/events_platform.gyp:events_platform', |
303 ], | 303 ], |
304 'sources': [ | 304 'sources': [ |
305 # Note: sources list duplicated in GN build. | 305 # Note: sources list duplicated in GN build. |
306 'cocoa/events_mac_unittest.mm', | 306 'cocoa/events_mac_unittest.mm', |
307 'event_dispatcher_unittest.cc', | 307 'event_dispatcher_unittest.cc', |
308 'event_processor_unittest.cc', | 308 'event_processor_unittest.cc', |
309 'event_rewriter_unittest.cc', | 309 'event_rewriter_unittest.cc', |
310 'event_unittest.cc', | 310 'event_unittest.cc', |
311 'gestures/fling_curve_unittest.cc', | |
312 'gestures/gesture_provider_aura_unittest.cc', | |
313 'gestures/motion_event_aura_unittest.cc', | |
314 'gesture_detection/bitset_32_unittest.cc', | 311 'gesture_detection/bitset_32_unittest.cc', |
315 'gesture_detection/gesture_event_data_packet_unittest.cc', | 312 'gesture_detection/gesture_event_data_packet_unittest.cc', |
316 'gesture_detection/gesture_provider_unittest.cc', | 313 'gesture_detection/gesture_provider_unittest.cc', |
317 'gesture_detection/motion_event_buffer_unittest.cc', | 314 'gesture_detection/motion_event_buffer_unittest.cc', |
318 'gesture_detection/motion_event_generic_unittest.cc', | 315 'gesture_detection/motion_event_generic_unittest.cc', |
319 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 316 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
320 'gesture_detection/velocity_tracker_unittest.cc', | 317 'gesture_detection/velocity_tracker_unittest.cc', |
| 318 'gestures/fling_curve_unittest.cc', |
| 319 'gestures/gesture_provider_aura_unittest.cc', |
| 320 'gestures/motion_event_aura_unittest.cc', |
321 'keycodes/dom4/keycode_converter_unittest.cc', | 321 'keycodes/dom4/keycode_converter_unittest.cc', |
322 'latency_info_unittest.cc', | 322 'latency_info_unittest.cc', |
323 'platform/platform_event_source_unittest.cc', | 323 'platform/platform_event_source_unittest.cc', |
324 'x/events_x_unittest.cc', | 324 'x/events_x_unittest.cc', |
325 ], | 325 ], |
326 'conditions': [ | 326 'conditions': [ |
327 ['use_x11==1', { | 327 ['use_x11==1', { |
328 'dependencies': [ | 328 'dependencies': [ |
329 '../../build/linux/system.gyp:x11', | 329 '../../build/linux/system.gyp:x11', |
330 '../gfx/x/gfx_x11.gyp:gfx_x11', | 330 '../gfx/x/gfx_x11.gyp:gfx_x11', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 ], | 377 ], |
378 'variables': { | 378 'variables': { |
379 'test_suite_name': 'events_unittests', | 379 'test_suite_name': 'events_unittests', |
380 }, | 380 }, |
381 'includes': [ '../../build/apk_test.gypi' ], | 381 'includes': [ '../../build/apk_test.gypi' ], |
382 }, | 382 }, |
383 ], | 383 ], |
384 }], | 384 }], |
385 ], | 385 ], |
386 } | 386 } |
OLD | NEW |