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

Unified Diff: device/hid/hid.gyp

Issue 230503003: Udev-related methods are extracted from HidServiceLinux into individual service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 6 years, 8 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.cc ('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 c5c3684515b26790942f902987f8b7c74f4d8ff9..c438713ea42e923bcaed3d2c7bcf6d12f3bf9d6c 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'
],
},
],
« no previous file with comments | « device/hid/device_monitor_linux.cc ('k') | device/hid/hid_connection_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698