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

Unified Diff: ui/events/events.gyp

Issue 150633005: evdev: Support device hotplug with udev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODOs 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/device_manager_udev.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 bcfc0f2861696bccc8e3db6cb5f74d4347b5b8ec..73d4d14a73839c48804b55cd1230b5c14bad598b 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/device_manager_udev.cc',
+ 'ozone/evdev/device_manager_udev.h',
'ozone/evdev/event_converter.cc',
'ozone/evdev/event_converter.h',
'ozone/evdev/event_device_info.cc',
@@ -151,6 +153,12 @@
'<(DEPTH)/build/linux/system.gyp:udev',
],
}],
+ ['use_udev==0', {
+ 'sources!': [
+ 'ozone/evdev/device_manager_udev.cc',
+ 'ozone/evdev/device_manager_udev.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | ui/events/ozone/evdev/device_manager_udev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698