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

Unified Diff: device/hid/hid.gyp

Issue 514923002: Add more generic filters to the chrome.hid.getDevices API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index 2db80fd0592f32ea100d36452a112efe3e3de43c..1c01ca121bd75bde4e14805fe9388d3a349e5e77 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -26,6 +26,8 @@
'hid_connection_mac.h',
'hid_connection_win.cc',
'hid_connection_win.h',
+ 'hid_device_filter.cc',
+ 'hid_device_filter.h',
'hid_device_info.cc',
'hid_device_info.h',
'hid_report_descriptor.cc',

Powered by Google App Engine
This is Rietveld 408576698