summaryrefslogtreecommitdiffstats
path: root/ui/events/BUILD.gn
diff options
context:
space:
mode:
authortiago.vignatti <tiago.vignatti@intel.com>2014-10-27 15:37:10 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-27 22:37:40 +0000
commite6e890a7ead1cca18d7f9fa9c75d9765c04e6c1a (patch)
tree101bfd913739bae3c76b324c1394dc1dae4dbd4b /ui/events/BUILD.gn
parentcc39bb887f148b8ab58e05f815aa1074feb51dad (diff)
downloadchromium_src-e6e890a7ead1cca18d7f9fa9c75d9765c04e6c1a.zip
chromium_src-e6e890a7ead1cca18d7f9fa9c75d9765c04e6c1a.tar.gz
chromium_src-e6e890a7ead1cca18d7f9fa9c75d9765c04e6c1a.tar.bz2
ozone: evdev: Handle mouse events
This CL renames KeyEventConverterEvdev to EventConverterEvdevImpl, adding mouse support there. It adds converter for mouse events that handles move and button events. This is useful for simple mouse testing and also systems that don't want the complexity of gestures library. I don't have a multipurpose input device just like described in crbug.com/412996, but I believe this benefits the needed changes towards that goal as well. BUG=412996 TEST=Run chrome target on DRI platform on non-CrOS. Review URL: https://codereview.chromium.org/677113002 Cr-Commit-Position: refs/heads/master@{#301465}
Diffstat (limited to 'ui/events/BUILD.gn')
-rw-r--r--ui/events/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 0233393..45663a5 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -329,7 +329,7 @@ test("events_unittests") {
if (use_ozone) {
sources += [
- "ozone/evdev/key_event_converter_evdev_unittest.cc",
+ "ozone/evdev/event_converter_evdev_impl_unittest.cc",
"ozone/evdev/touch_event_converter_evdev_unittest.cc",
]
}