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

Unified Diff: ui/events/events.gyp

Issue 28513004: Move evdev events support into EventFactoryDelegateEvdev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add evdev to filename_rules.gypi Created 7 years, 2 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/event_switches.cc ('k') | ui/events/ozone/evdev/event_factory_delegate.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 445c41aa63103098e993d40a7ea5b23ef6a7aca4..4fa8aaeeb90de1add55e31fa723d2c4c555fc780 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -65,12 +65,15 @@
'keycodes/keyboard_codes.h',
'latency_info.cc',
'latency_info.h',
- 'ozone/evdev/key_event_converter_ozone.cc',
- 'ozone/evdev/key_event_converter_ozone.h',
- 'ozone/evdev/touch_event_converter_ozone.cc',
- 'ozone/evdev/touch_event_converter_ozone.h',
+ 'ozone/evdev/event_factory_delegate.cc',
+ 'ozone/evdev/event_factory_delegate.h',
+ 'ozone/evdev/key_event_converter.cc',
+ '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_delegate_ozone.cc',
'ozone/event_factory_delegate_ozone.h',
'ozone/event_factory_ozone.cc',
'ozone/event_factory_ozone.h',
@@ -115,6 +118,9 @@
'<(DEPTH)/build/linux/system.gyp:x11',
],
}],
+ ['use_ozone_evdev==1', {
+ 'defines': ['USE_OZONE_EVDEV=1'],
+ }],
],
}
],
« no previous file with comments | « ui/events/event_switches.cc ('k') | ui/events/ozone/evdev/event_factory_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698