| 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', {
 | 
| 
 |