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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'keycodes/keyboard_code_conversion_android.h', | 50 'keycodes/keyboard_code_conversion_android.h', |
51 'keycodes/keyboard_code_conversion_mac.h', | 51 'keycodes/keyboard_code_conversion_mac.h', |
52 'keycodes/keyboard_code_conversion_mac.mm', | 52 'keycodes/keyboard_code_conversion_mac.mm', |
53 'keycodes/keyboard_code_conversion_win.cc', | 53 'keycodes/keyboard_code_conversion_win.cc', |
54 'keycodes/keyboard_code_conversion_win.h', | 54 'keycodes/keyboard_code_conversion_win.h', |
55 'keycodes/keyboard_code_conversion_x.cc', | 55 'keycodes/keyboard_code_conversion_x.cc', |
56 'keycodes/keyboard_code_conversion_x.h', | 56 'keycodes/keyboard_code_conversion_x.h', |
57 'keycodes/keyboard_codes.h', | 57 'keycodes/keyboard_codes.h', |
58 'latency_info.cc', | 58 'latency_info.cc', |
59 'latency_info.h', | 59 'latency_info.h', |
| 60 'touchscreen_device.cc', |
| 61 'touchscreen_device.h', |
60 'x/device_data_manager_x11.cc', | 62 'x/device_data_manager_x11.cc', |
61 'x/device_data_manager_x11.h', | 63 'x/device_data_manager_x11.h', |
62 'x/device_list_cache_x.cc', | 64 'x/device_list_cache_x.cc', |
63 'x/device_list_cache_x.h', | 65 'x/device_list_cache_x.h', |
64 'x/touch_factory_x11.cc', | 66 'x/touch_factory_x11.cc', |
65 'x/touch_factory_x11.h', | 67 'x/touch_factory_x11.h', |
66 ], | 68 ], |
67 'export_dependent_settings': [ | 69 'export_dependent_settings': [ |
68 '../../ui/gfx/gfx.gyp:gfx', | 70 '../../ui/gfx/gfx.gyp:gfx', |
69 ], | 71 ], |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 ], | 348 ], |
347 'variables': { | 349 'variables': { |
348 'test_suite_name': 'events_unittests', | 350 'test_suite_name': 'events_unittests', |
349 }, | 351 }, |
350 'includes': [ '../../build/apk_test.gypi' ], | 352 'includes': [ '../../build/apk_test.gypi' ], |
351 }, | 353 }, |
352 ], | 354 ], |
353 }], | 355 }], |
354 ], | 356 ], |
355 } | 357 } |
OLD | NEW |