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

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: remove duplicate variables & unneeded #include 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 da722ea29573a8780fdebe492f078d95757d8c5c..90a3bd4ce47a8166a2ce73e062513c7fba54eabf 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',
« 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