Index: device/usb/BUILD.gn |
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn |
index 9fb12359365781a48ac72764774741e5deccf3af..3d0f01f8f4233c15468894edbf9c45af18d39c06 100644 |
--- a/device/usb/BUILD.gn |
+++ b/device/usb/BUILD.gn |
@@ -32,6 +32,8 @@ static_library("usb") { |
"usb_device_handle.h", |
"usb_device_handle_android.cc", |
"usb_device_handle_android.h", |
+ "usb_device_handle_win.cc", |
+ "usb_device_handle_win.h", |
"usb_device_linux.cc", |
"usb_device_linux.h", |
"usb_device_win.cc", |
@@ -92,7 +94,10 @@ static_library("usb") { |
} |
if (is_win) { |
- libs = [ "setupapi.lib" ] |
+ libs = [ |
+ "setupapi.lib", |
+ "winusb.lib", |
+ ] |
} |
if (is_android || is_chromeos || is_linux) { |