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

Unified Diff: ui/events/event_switches.h

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 | « build/filename_rules.gypi ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index ec2fbd197f72dc1f83bd4d722923cc52faf5f00a..17a1f14c36d64e956344932c17d19d23f5a0a64a 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -20,6 +20,10 @@ EVENTS_EXPORT extern const char kTouchEventsDisabled[];
EVENTS_EXPORT extern const char kTouchDevices[];
#endif
+#if defined(USE_OZONE)
+EVENTS_EXPORT extern const char kOzoneEvents[];
+#endif
+
} // namespace switches
#endif // UI_EVENTS_EVENTS_SWITCHES_H_
« no previous file with comments | « build/filename_rules.gypi ('k') | ui/events/event_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698