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

Unified Diff: components/usb_service.gypi

Issue 462753002: Add usb_service::UsbDeviceFilter class for device matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UsbDevice::RequestUsbAccess to the mock (and fix spelling). 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/usb_service/usb_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service.gypi
diff --git a/components/usb_service.gypi b/components/usb_service.gypi
index 5f85452225d35d156983c23e05b4492d9c237fba..ed165f72c9b91f8363aaadaa4d0201dd6a9c4011 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -27,6 +27,8 @@
'usb_service/usb_device_impl.cc',
'usb_service/usb_device_impl.h',
'usb_service/usb_device.h',
+ 'usb_service/usb_device_filter.cc',
+ 'usb_service/usb_device_filter.h',
'usb_service/usb_device_handle_impl.cc',
'usb_service/usb_device_handle_impl.h',
'usb_service/usb_device_handle.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/usb_service/usb_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698