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

Unified Diff: device/usb/usb.gyp

Issue 1034333002: Check USB device path access when prompting users to select a device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Have MockPermissionBrokerClient extend FakePermissionBrokerClient to avoid adding mocks for unrelat… Created 5 years, 9 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/usb/usb.gyp
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index e8785d6224ce6a2910088514a1c8a7a9ab0f9fc1..085b9b38b6007db1b924733c284e350f6b7c8873 100644
--- a/device/usb/usb.gyp
+++ b/device/usb/usb.gyp
@@ -25,6 +25,7 @@
'usb_descriptors.h',
'usb_device_impl.cc',
'usb_device_impl.h',
+ 'usb_device.cc',
'usb_device.h',
'usb_device_filter.cc',
'usb_device_filter.h',

Powered by Google App Engine
This is Rietveld 408576698