| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'events', | 317 'events', |
| 318 'events_base', | 318 'events_base', |
| 319 ], | 319 ], |
| 320 'sources': [ | 320 'sources': [ |
| 321 'test/cocoa_test_event_utils.h', | 321 'test/cocoa_test_event_utils.h', |
| 322 'test/cocoa_test_event_utils.mm', | 322 'test/cocoa_test_event_utils.mm', |
| 323 'test/events_test_utils.cc', | 323 'test/events_test_utils.cc', |
| 324 'test/events_test_utils.h', | 324 'test/events_test_utils.h', |
| 325 'test/events_test_utils_x11.cc', | 325 'test/events_test_utils_x11.cc', |
| 326 'test/events_test_utils_x11.h', | 326 'test/events_test_utils_x11.h', |
| 327 'test/mock_motion_event.cc', |
| 328 'test/mock_motion_event.h', |
| 327 'test/platform_event_waiter.cc', | 329 'test/platform_event_waiter.cc', |
| 328 'test/platform_event_waiter.h', | 330 'test/platform_event_waiter.h', |
| 329 'test/test_event_handler.cc', | 331 'test/test_event_handler.cc', |
| 330 'test/test_event_handler.h', | 332 'test/test_event_handler.h', |
| 331 'test/test_event_processor.cc', | 333 'test/test_event_processor.cc', |
| 332 'test/test_event_processor.h', | 334 'test/test_event_processor.h', |
| 333 'test/test_event_target.cc', | 335 'test/test_event_target.cc', |
| 334 'test/test_event_target.h', | 336 'test/test_event_target.h', |
| 335 ], | 337 ], |
| 336 'conditions': [ | 338 'conditions': [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 366 'sources': [ | 368 'sources': [ |
| 367 'cocoa/events_mac_unittest.mm', | 369 'cocoa/events_mac_unittest.mm', |
| 368 'event_dispatcher_unittest.cc', | 370 'event_dispatcher_unittest.cc', |
| 369 'event_processor_unittest.cc', | 371 'event_processor_unittest.cc', |
| 370 'event_rewriter_unittest.cc', | 372 'event_rewriter_unittest.cc', |
| 371 'event_unittest.cc', | 373 'event_unittest.cc', |
| 372 'gestures/motion_event_aura_unittest.cc', | 374 'gestures/motion_event_aura_unittest.cc', |
| 373 'gestures/velocity_calculator_unittest.cc', | 375 'gestures/velocity_calculator_unittest.cc', |
| 374 'gesture_detection/bitset_32_unittest.cc', | 376 'gesture_detection/bitset_32_unittest.cc', |
| 375 'gesture_detection/gesture_provider_unittest.cc', | 377 'gesture_detection/gesture_provider_unittest.cc', |
| 376 'gesture_detection/mock_motion_event.h', | |
| 377 'gesture_detection/mock_motion_event.cc', | |
| 378 'gesture_detection/velocity_tracker_unittest.cc', | 378 'gesture_detection/velocity_tracker_unittest.cc', |
| 379 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 379 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
| 380 'keycodes/dom4/keycode_converter_unittest.cc', | 380 'keycodes/dom4/keycode_converter_unittest.cc', |
| 381 'latency_info_unittest.cc', | 381 'latency_info_unittest.cc', |
| 382 'ozone/evdev/key_event_converter_evdev_unittest.cc', | 382 'ozone/evdev/key_event_converter_evdev_unittest.cc', |
| 383 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 383 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 384 'platform/platform_event_source_unittest.cc', | 384 'platform/platform_event_source_unittest.cc', |
| 385 'x/events_x_unittest.cc', | 385 'x/events_x_unittest.cc', |
| 386 ], | 386 ], |
| 387 'conditions': [ | 387 'conditions': [ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 ], | 425 ], |
| 426 'variables': { | 426 'variables': { |
| 427 'test_suite_name': 'events_unittests', | 427 'test_suite_name': 'events_unittests', |
| 428 }, | 428 }, |
| 429 'includes': [ '../../build/apk_test.gypi' ], | 429 'includes': [ '../../build/apk_test.gypi' ], |
| 430 }, | 430 }, |
| 431 ], | 431 ], |
| 432 }], | 432 }], |
| 433 ], | 433 ], |
| 434 } | 434 } |
| OLD | NEW |