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

Unified Diff: ui/events/events.gyp

Issue 137273009: evdev: Factor common code out of key & touch converters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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') | ui/events/ozone/evdev/event_converter.h » ('J')
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 e3d03ca92e4f9de961f9482d3fde1f77cd806c21..17eda34f833cab71154ffbe3b71c8c4584cb55b2 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -114,6 +114,8 @@
'gestures/gesture_util.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',
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter.h » ('j') | ui/events/ozone/evdev/event_converter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698