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
3 # found in the LICENSE file.
11 'target_name': 'events_devices',
12 'type': '<(component)',
14 '../../../base/base.gyp:base',
15 '../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
16 '../../../skia/skia.gyp:skia',
17 '../../../ui/gfx/gfx.gyp:gfx',
18 '../../../ui/gfx/gfx.gyp:gfx_geometry',
21 'EVENTS_DEVICES_IMPLEMENTATION',
24 'device_data_manager.cc',
25 'device_data_manager.h',
26 'device_hotplug_event_observer.h',
27 'device_util_linux.cc',
28 'device_util_linux.h',
29 'events_devices_export.h',
32 'input_device_event_observer.h',
35 'touchscreen_device.cc',
36 'touchscreen_device.h',
37 'x11/device_data_manager_x11.cc',
38 'x11/device_data_manager_x11.h',
39 'x11/device_list_cache_x11.cc',
40 'x11/device_list_cache_x11.h',
41 'x11/touch_factory_x11.cc',
42 'x11/touch_factory_x11.h',
44 'export_dependent_settings': [
45 '../../../ui/gfx/gfx.gyp:gfx',
50 '../../../build/linux/system.gyp:x11',
51 '../../../ui/events/events.gyp:events_base',
52 '../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',