| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'event_switches.cc', | 47 'event_switches.cc', |
| 48 'event_switches.h', | 48 'event_switches.h', |
| 49 'events_base_export.h', | 49 'events_base_export.h', |
| 50 'gesture_curve.h', | 50 'gesture_curve.h', |
| 51 'gesture_event_details.cc', | 51 'gesture_event_details.cc', |
| 52 'gesture_event_details.h', | 52 'gesture_event_details.h', |
| 53 'gestures/fling_curve.cc', | 53 'gestures/fling_curve.cc', |
| 54 'gestures/fling_curve.h', | 54 'gestures/fling_curve.h', |
| 55 'input_device.cc', | 55 'input_device.cc', |
| 56 'input_device.h', | 56 'input_device.h', |
| 57 'input_device_event_observer.h', |
| 57 'keyboard_device.cc', | 58 'keyboard_device.cc', |
| 58 'keyboard_device.h', | 59 'keyboard_device.h', |
| 59 'keycodes/keyboard_code_conversion.cc', | 60 'keycodes/keyboard_code_conversion.cc', |
| 60 'keycodes/keyboard_code_conversion.h', | 61 'keycodes/keyboard_code_conversion.h', |
| 61 'keycodes/keyboard_code_conversion_android.cc', | 62 'keycodes/keyboard_code_conversion_android.cc', |
| 62 'keycodes/keyboard_code_conversion_android.h', | 63 'keycodes/keyboard_code_conversion_android.h', |
| 63 'keycodes/keyboard_code_conversion_mac.h', | 64 'keycodes/keyboard_code_conversion_mac.h', |
| 64 'keycodes/keyboard_code_conversion_mac.mm', | 65 'keycodes/keyboard_code_conversion_mac.mm', |
| 65 'keycodes/keyboard_code_conversion_win.cc', | 66 'keycodes/keyboard_code_conversion_win.cc', |
| 66 'keycodes/keyboard_code_conversion_win.h', | 67 'keycodes/keyboard_code_conversion_win.h', |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 ], | 392 ], |
| 392 'variables': { | 393 'variables': { |
| 393 'test_suite_name': 'events_unittests', | 394 'test_suite_name': 'events_unittests', |
| 394 }, | 395 }, |
| 395 'includes': [ '../../build/apk_test.gypi' ], | 396 'includes': [ '../../build/apk_test.gypi' ], |
| 396 }, | 397 }, |
| 397 ], | 398 ], |
| 398 }], | 399 }], |
| 399 ], | 400 ], |
| 400 } | 401 } |
| OLD | NEW |