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

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

Issue 869613003: [PATCH 5/11] ozone: evdev: Replace dispatch callbacks with an interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: namespace ui Created 5 years, 11 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_event_converter_evdev_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 513ca32e00ea0d73f5880939701cf412f44a0613..1de267ada8b4e7f166e5a00cac85ef1ad2330933 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -75,14 +75,14 @@
'evdev/libgestures_glue/gesture_property_provider.h',
'evdev/libgestures_glue/gesture_timer_provider.cc',
'evdev/libgestures_glue/gesture_timer_provider.h',
+ 'evdev/device_event_dispatcher_evdev.cc',
+ 'evdev/device_event_dispatcher_evdev.h',
'evdev/event_converter_evdev.cc',
'evdev/event_converter_evdev.h',
'evdev/event_converter_evdev_impl.cc',
'evdev/event_converter_evdev_impl.h',
'evdev/event_device_info.cc',
'evdev/event_device_info.h',
- 'evdev/event_dispatch_callback.cc',
- 'evdev/event_dispatch_callback.h',
'evdev/event_factory_evdev.cc',
'evdev/event_factory_evdev.h',
'evdev/event_modifiers_evdev.cc',
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698