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