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

Unified Diff: third_party/libusb/libusb.gyp

Issue 18593002: Usb backend refactor step 2: Separate Usb Device Handle and Usb Device (deprecate) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate Usb Device Handle and Usb Device Created 7 years, 5 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: third_party/libusb/libusb.gyp
diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp
index 17fc433f6e0be0da7662a17241f8457a23450bbc..46e9e6f7ae98d3f092865dd21d8d4dd951a6eb05 100644
--- a/third_party/libusb/libusb.gyp
+++ b/third_party/libusb/libusb.gyp
@@ -16,6 +16,8 @@
'src/libusb/io.c',
'src/libusb/sync.c',
'src/libusb/version.h',
+ 'src/libusb/interrupt.c',
+ 'src/libusb/interrupt.h',
],
'include_dirs': [
'src',

Powered by Google App Engine
This is Rietveld 408576698