summaryrefslogtreecommitdiffstats
path: root/device/hid/hid.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 22:36:05 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 22:36:05 +0000
commite8daf71e4ad7e36b52267316c7f33b754356a01c (patch)
treee93d7de8d7fedfde6d2cbd4f7f21750279ab0ae9 /device/hid/hid.gyp
parentc6d3532af9495ef2629c9b8d203c38407e200c2d (diff)
downloadchromium_src-e8daf71e4ad7e36b52267316c7f33b754356a01c.zip
chromium_src-e8daf71e4ad7e36b52267316c7f33b754356a01c.tar.gz
chromium_src-e8daf71e4ad7e36b52267316c7f33b754356a01c.tar.bz2
Linux: Unify udev scopers.
Review URL: https://codereview.chromium.org/302093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/hid/hid.gyp')
-rw-r--r--device/hid/hid.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index 5925a31..a62a68f 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'
],
},
],