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

Unified Diff: device/hid/hid.gyp

Issue 302093009: Linux: Unify udev scopers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « device/hid/device_monitor_linux.h ('k') | device/hid/hid_connection_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index 5925a3180548ee478b0219dd3133db668beb720e..a62a68f4309fa959ad8fb5e85c7b40e61c74c4cd 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -14,9 +14,9 @@
'../..',
],
'conditions': [
- ['OS=="linux"', {
+ ['use_udev==1', {
'dependencies': [
- '../../build/linux/system.gyp:udev',
+ '../udev_linux/udev.gyp:udev_linux',
],
}],
],
@@ -51,7 +51,6 @@
'hid_utils_mac.h',
'input_service_linux.cc',
'input_service_linux.h',
- 'udev_common.h'
],
},
],
« no previous file with comments | « device/hid/device_monitor_linux.h ('k') | device/hid/hid_connection_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698