Chromium Code Reviews| Index: third_party/libusb/README.chromium |
| diff --git a/third_party/libusb/README.chromium b/third_party/libusb/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..74dd6c510b9ac987b7b532fa25b5719ccc572fac |
| --- /dev/null |
| +++ b/third_party/libusb/README.chromium |
| @@ -0,0 +1,13 @@ |
| +Name: libusb |
| +URL: http://libusb.org |
| +Version: 1.0.8 |
| +License: LGPL 2.1 |
| +Security Critical: yes |
| + |
| +Description: |
| +libusb provides a platform-agnostic API for accessing the USB subsystem on Mac, |
| +Windows, and Linux systems. |
| + |
| +Local Modifications: |
| +- config.h (empty) has been created to satisfy includes within the tree. |
| +- windows-build.patch has been applied. |