Chromium Code Reviews| Index: third_party/libusb/BUILD.gn |
| diff --git a/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn |
| index bcab792eec03f2f241f7d47a932c7fca869f4618..e6d371dbde0cf9e80aa4aae6e5ca2bb3e4298460 100644 |
| --- a/third_party/libusb/BUILD.gn |
| +++ b/third_party/libusb/BUILD.gn |
| @@ -106,6 +106,7 @@ static_library("libusb") { |
| "src/libusb/os/poll_posix.c", |
| "src/libusb/os/threads_posix.c", |
| ] |
| + libs = [ "setupapi.lib" ] |
| } else { |
| include_dirs += [ "src" ] |
| sources -= [ |