Index: device/usb/BUILD.gn |
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn |
index d7fa6d05fca94122745fed64c87f3a5f474e7ecd..428a7172d6ab93c66b0f6cfd4b7dc15990bb57c4 100644 |
--- a/device/usb/BUILD.gn |
+++ b/device/usb/BUILD.gn |
@@ -12,7 +12,10 @@ static_library("usb") { |
"usb_ids.h", |
generated_ids, |
] |
- deps = [ ":usb_device_ids" ] |
+ deps = [ |
+ ":usb_device_ids", |
+ "//base", |
+ ] |
} |
action("usb_device_ids") { |