OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 12 matching lines...) Expand all Loading... |
23 'sources': [ | 23 'sources': [ |
24 'device_data_manager.cc', | 24 'device_data_manager.cc', |
25 'device_data_manager.h', | 25 'device_data_manager.h', |
26 'device_hotplug_event_observer.h', | 26 'device_hotplug_event_observer.h', |
27 'device_util_linux.cc', | 27 'device_util_linux.cc', |
28 'device_util_linux.h', | 28 'device_util_linux.h', |
29 'events_devices_export.h', | 29 'events_devices_export.h', |
30 'input_device.cc', | 30 'input_device.cc', |
31 'input_device.h', | 31 'input_device.h', |
32 'input_device_event_observer.h', | 32 'input_device_event_observer.h', |
33 'keyboard_device.cc', | |
34 'keyboard_device.h', | |
35 'touchscreen_device.cc', | 33 'touchscreen_device.cc', |
36 'touchscreen_device.h', | 34 'touchscreen_device.h', |
37 ], | 35 ], |
38 'export_dependent_settings': [ | 36 'export_dependent_settings': [ |
39 '../../../ui/gfx/gfx.gyp:gfx', | 37 '../../../ui/gfx/gfx.gyp:gfx', |
40 ], | 38 ], |
41 }, | 39 }, |
42 ], | 40 ], |
43 } | 41 } |
OLD | NEW |