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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'event_constants.h', | 44 'event_constants.h', |
45 'event_switches.cc', | 45 'event_switches.cc', |
46 'event_switches.h', | 46 'event_switches.h', |
47 'events_base_export.h', | 47 'events_base_export.h', |
48 'gesture_event_details.cc', | 48 'gesture_event_details.cc', |
49 'gesture_event_details.h', | 49 'gesture_event_details.h', |
50 'gestures/fling_curve.cc', | 50 'gestures/fling_curve.cc', |
51 'gestures/fling_curve.h', | 51 'gestures/fling_curve.h', |
52 'gestures/gesture_configuration.cc', | 52 'gestures/gesture_configuration.cc', |
53 'gestures/gesture_configuration.h', | 53 'gestures/gesture_configuration.h', |
| 54 'keyboard_device.cc', |
| 55 'keyboard_device.h', |
54 'keycodes/keyboard_code_conversion.cc', | 56 'keycodes/keyboard_code_conversion.cc', |
55 'keycodes/keyboard_code_conversion.h', | 57 'keycodes/keyboard_code_conversion.h', |
56 'keycodes/keyboard_code_conversion_android.cc', | 58 'keycodes/keyboard_code_conversion_android.cc', |
57 'keycodes/keyboard_code_conversion_android.h', | 59 'keycodes/keyboard_code_conversion_android.h', |
58 'keycodes/keyboard_code_conversion_mac.h', | 60 'keycodes/keyboard_code_conversion_mac.h', |
59 'keycodes/keyboard_code_conversion_mac.mm', | 61 'keycodes/keyboard_code_conversion_mac.mm', |
60 'keycodes/keyboard_code_conversion_win.cc', | 62 'keycodes/keyboard_code_conversion_win.cc', |
61 'keycodes/keyboard_code_conversion_win.h', | 63 'keycodes/keyboard_code_conversion_win.h', |
62 'keycodes/keyboard_code_conversion_x.cc', | 64 'keycodes/keyboard_code_conversion_x.cc', |
63 'keycodes/keyboard_code_conversion_x.h', | 65 'keycodes/keyboard_code_conversion_x.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 ], | 379 ], |
378 'variables': { | 380 'variables': { |
379 'test_suite_name': 'events_unittests', | 381 'test_suite_name': 'events_unittests', |
380 }, | 382 }, |
381 'includes': [ '../../build/apk_test.gypi' ], | 383 'includes': [ '../../build/apk_test.gypi' ], |
382 }, | 384 }, |
383 ], | 385 ], |
384 }], | 386 }], |
385 ], | 387 ], |
386 } | 388 } |
OLD | NEW |