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 'input_device.cc', | |
55 'input_device.h', | |
56 'keyboard_device.cc', | |
57 'keyboard_device.h', | |
flackr
2014/10/06 21:14:53
You probably also need to update BUILD.gn. You sho
rsadam
2014/10/07 05:25:38
Done.
| |
54 'keycodes/keyboard_code_conversion.cc', | 58 'keycodes/keyboard_code_conversion.cc', |
55 'keycodes/keyboard_code_conversion.h', | 59 'keycodes/keyboard_code_conversion.h', |
56 'keycodes/keyboard_code_conversion_android.cc', | 60 'keycodes/keyboard_code_conversion_android.cc', |
57 'keycodes/keyboard_code_conversion_android.h', | 61 'keycodes/keyboard_code_conversion_android.h', |
58 'keycodes/keyboard_code_conversion_mac.h', | 62 'keycodes/keyboard_code_conversion_mac.h', |
59 'keycodes/keyboard_code_conversion_mac.mm', | 63 'keycodes/keyboard_code_conversion_mac.mm', |
60 'keycodes/keyboard_code_conversion_win.cc', | 64 'keycodes/keyboard_code_conversion_win.cc', |
61 'keycodes/keyboard_code_conversion_win.h', | 65 'keycodes/keyboard_code_conversion_win.h', |
62 'keycodes/keyboard_code_conversion_x.cc', | 66 'keycodes/keyboard_code_conversion_x.cc', |
63 'keycodes/keyboard_code_conversion_x.h', | 67 'keycodes/keyboard_code_conversion_x.h', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
381 ], | 385 ], |
382 'variables': { | 386 'variables': { |
383 'test_suite_name': 'events_unittests', | 387 'test_suite_name': 'events_unittests', |
384 }, | 388 }, |
385 'includes': [ '../../build/apk_test.gypi' ], | 389 'includes': [ '../../build/apk_test.gypi' ], |
386 }, | 390 }, |
387 ], | 391 ], |
388 }], | 392 }], |
389 ], | 393 ], |
390 } | 394 } |
OLD | NEW |