Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Unified Diff: ui/events/ozone/BUILD.gn

Issue 2263693003: Add palm suppression feature to EventConverterEvdev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus
Patch Set: added support for MT_TOOL_PALM to cancel events Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/ozone/BUILD.gn
diff --git a/ui/events/ozone/BUILD.gn b/ui/events/ozone/BUILD.gn
index 2a8611aebfebd129364cec314ff436164e3d2480..10e618099d56d5a25c4dded65079a0a3d5f230a8 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -108,6 +108,8 @@ if (use_ozone) {
"evdev/keyboard_util_evdev.h",
"evdev/mouse_button_map_evdev.cc",
"evdev/mouse_button_map_evdev.h",
+ "evdev/palm_suppression_filter.cc",
+ "evdev/palm_suppression_filter.h",
"evdev/tablet_event_converter_evdev.cc",
"evdev/tablet_event_converter_evdev.h",
"evdev/touch_evdev_debug_buffer.cc",
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter_evdev.h » ('j') | ui/events/ozone/evdev/touch_event_converter_evdev.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698