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

Unified Diff: ui/events/events.gyp

Issue 149503003: Remove common EventConverterOzone class & move to EventConverterEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/DispatchEventHelper/DispatchEventTask/ Created 6 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 | « no previous file | ui/events/ozone/evdev/event_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 113300d1b04669dae11e3ae63bcea52c9496e5a4..9fd48c37f3ed18ccfe5f265f86f964e297269bd8 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -112,6 +112,8 @@
'gestures/gesture_types.h',
'gestures/velocity_calculator.cc',
'gestures/velocity_calculator.h',
+ 'ozone/evdev/event_converter.cc',
+ 'ozone/evdev/event_converter.h',
'ozone/evdev/event_device_info.cc',
'ozone/evdev/event_device_info.h',
'ozone/evdev/event_factory.cc',
@@ -122,8 +124,6 @@
'ozone/evdev/key_event_converter.h',
'ozone/evdev/touch_event_converter.cc',
'ozone/evdev/touch_event_converter.h',
- 'ozone/event_converter_ozone.cc',
- 'ozone/event_converter_ozone.h',
'ozone/event_factory_ozone.cc',
'ozone/event_factory_ozone.h',
'ozone/events_ozone.cc',
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698