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

Unified Diff: ui/events/ozone/events_ozone.gyp

Issue 991533002: Port Chromium OS touch noise filtering to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index 3dd1cb1e0516f8105142e3e03036922f604e68ec..ecde9b744985c4e05d29bc44ee68656edb84ae83 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -48,6 +48,7 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../gfx/gfx.gyp:gfx',
+ '../../gfx/gfx.gyp:gfx_geometry',
'../../ozone/ozone.gyp:ozone_base',
'../devices/events_devices.gyp:events_devices',
'../events.gyp:dom4_keycode_converter',
@@ -114,6 +115,15 @@
'evdev/tablet_event_converter_evdev.h',
'evdev/touch_event_converter_evdev.cc',
'evdev/touch_event_converter_evdev.h',
+ 'evdev/touch_noise/far_apart_taps_touch_noise_filter.cc',
+ 'evdev/touch_noise/far_apart_taps_touch_noise_filter.h',
+ 'evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc',
+ 'evdev/touch_noise/horizontally_aligned_touch_noise_filter.h',
+ 'evdev/touch_noise/single_position_touch_noise_filter.cc',
+ 'evdev/touch_noise/single_position_touch_noise_filter.h',
+ 'evdev/touch_noise/touch_noise_remover.cc',
+ 'evdev/touch_noise/touch_noise_remover.h',
+ 'evdev/touch_noise/touch_noise_filter.h',
],
'conditions': [
['use_ozone_evdev==1 and use_evdev_gestures==1', {

Powered by Google App Engine
This is Rietveld 408576698