summaryrefslogtreecommitdiffstats
path: root/ui/display/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/display/BUILD.gn')
-rw-r--r--ui/display/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index d9fa8ec..809d200 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -22,8 +22,6 @@ component("display") {
"chromeos/x11/native_display_delegate_x11.h",
"chromeos/x11/native_display_event_dispatcher_x11.cc",
"chromeos/x11/native_display_event_dispatcher_x11.h",
- "chromeos/x11/touchscreen_device_manager_x11.cc",
- "chromeos/x11/touchscreen_device_manager_x11.h",
"display_export.h",
"display_switches.cc",
"display_switches.h",
@@ -46,6 +44,7 @@ component("display") {
"//build/config/linux:xrandr",
]
deps += [
+ "//ui/events:events_base",
"//ui/events/platform",
]
}