summaryrefslogtreecommitdiffstats
path: root/device/hid/hid.gyp
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 15:11:14 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 15:11:14 +0000
commitbca53b0d57b74ad40aca5b37f0223e7dcf3bc8f7 (patch)
treea183ab639b5ec545d77aef013a3f74f5e0414b48 /device/hid/hid.gyp
parentf84863d54810e5d4aaee26c4d9a2b57fadcb79a1 (diff)
downloadchromium_src-bca53b0d57b74ad40aca5b37f0223e7dcf3bc8f7.zip
chromium_src-bca53b0d57b74ad40aca5b37f0223e7dcf3bc8f7.tar.gz
chromium_src-bca53b0d57b74ad40aca5b37f0223e7dcf3bc8f7.tar.bz2
Udev-related methods are extracted from HidServiceLinux into an individual service.
BUG=357050 TEST=none Review URL: https://codereview.chromium.org/230503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/hid/hid.gyp')
-rw-r--r--device/hid/hid.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index c5c3684..c438713 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -21,6 +21,8 @@
}],
],
'sources': [
+ 'device_monitor_linux.cc',
+ 'device_monitor_linux.h',
'hid_connection.cc',
'hid_connection.h',
'hid_connection_linux.cc',
@@ -41,6 +43,7 @@
'hid_service_win.h',
'hid_utils_mac.cc',
'hid_utils_mac.h',
+ 'udev_common.h'
],
},
],