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

Unified Diff: components/usb_service.gypi

Issue 344793009: Log errors from libusb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | components/usb_service/usb_context.cc » ('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 2e98e5e69e3aadeede8cc88af0019969b5cb70fb..33b38a6dd98dcf5e24d87a839d602abd1e01af90 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -28,6 +28,8 @@
'usb_service/usb_device_handle_impl.cc',
'usb_service/usb_device_handle_impl.h',
'usb_service/usb_device_handle.h',
+ 'usb_service/usb_error.cc',
+ 'usb_service/usb_error.h',
'usb_service/usb_interface.h',
'usb_service/usb_interface_impl.cc',
'usb_service/usb_interface_impl.h',
« no previous file with comments | « no previous file | components/usb_service/usb_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698