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

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
« no previous file with comments | « ui/events/ozone/evdev/touch_noise/touch_noise_finder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0c5c11a6f9b252616c882d2bc59ebf8738ad27ea 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -112,8 +112,19 @@
'evdev/mouse_button_map_evdev.h',
'evdev/tablet_event_converter_evdev.cc',
'evdev/tablet_event_converter_evdev.h',
+ 'evdev/touch_evdev_types.cc',
+ 'evdev/touch_evdev_types.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_filter.h',
+ 'evdev/touch_noise/touch_noise_finder.cc',
+ 'evdev/touch_noise/touch_noise_finder.h',
],
'conditions': [
['use_ozone_evdev==1 and use_evdev_gestures==1', {
« no previous file with comments | « ui/events/ozone/evdev/touch_noise/touch_noise_finder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698