summaryrefslogtreecommitdiffstats
path: root/ui/events/BUILD.gn
diff options
context:
space:
mode:
authordnicoara <dnicoara@chromium.org>2014-10-29 14:29:53 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-29 21:30:14 +0000
commit8603fc03cac8a4776c10c4063eeafd7ae7a6b690 (patch)
tree0bb67d9754cb2421fb24279c024cd9b8eb328f06 /ui/events/BUILD.gn
parent3457f738b0dc2dd7d67fa84148d72066db9e0519 (diff)
downloadchromium_src-8603fc03cac8a4776c10c4063eeafd7ae7a6b690.zip
chromium_src-8603fc03cac8a4776c10c4063eeafd7ae7a6b690.tar.gz
chromium_src-8603fc03cac8a4776c10c4063eeafd7ae7a6b690.tar.bz2
Allow Ozone to detect internal touchscreens
Split the internal touchscreen detection logic from X11 and add support for Ozone to identify internal touchscreens. BUG=425258 Review URL: https://codereview.chromium.org/639753009 Cr-Commit-Position: refs/heads/master@{#301933}
Diffstat (limited to 'ui/events/BUILD.gn')
-rw-r--r--ui/events/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 0233393..61ee4a8 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -21,6 +21,8 @@ component("events_base") {
"device_data_manager.cc",
"device_data_manager.h",
"device_hotplug_event_observer.h",
+ "device_util_linux.cc",
+ "device_util_linux.h",
"event_constants.h",
"event_switches.cc",
"event_switches.h",