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.
5 import("//build/config/ui.gni")
9 "device_data_manager.cc",
10 "device_data_manager.h",
11 "device_hotplug_event_observer.h",
12 "device_util_linux.cc",
13 "device_util_linux.h",
14 "events_devices_export.h",
17 "input_device_event_observer.h",
20 "touchscreen_device.cc",
21 "touchscreen_device.h",
24 defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ]
28 "//base/third_party/dynamic_annotations",
35 configs += [ "//build/config/linux:x11" ]
38 "x11/device_data_manager_x11.cc",
39 "x11/device_data_manager_x11.h",
40 "x11/device_list_cache_x11.cc",
41 "x11/device_list_cache_x11.h",
42 "x11/touch_factory_x11.cc",
43 "x11/touch_factory_x11.h",
47 "//ui/events:events_base",