Index: device/BUILD.gn |
diff --git a/device/BUILD.gn b/device/BUILD.gn |
index e4f56a5097abecb53c86dd921ee1abde467f16bf..0f80c2d0c93ff2213321d13629ac1cee783621ee 100644 |
--- a/device/BUILD.gn |
+++ b/device/BUILD.gn |
@@ -62,6 +62,7 @@ test("device_unittests") { |
"//device/bluetooth", |
"//device/bluetooth:mocks", |
"//device/nfc", |
+ "//mojo/common", |
"//mojo/environment:chromium", |
"//mojo/public/cpp/bindings", |
"//net", |
@@ -134,6 +135,7 @@ test("device_unittests") { |
# UsbContext is a libusb-specific object. |
if (!is_android && !is_ios) { |
sources += [ "usb/usb_context_unittest.cc" ] |
+ deps += [ "//third_party/libusb" ] |
} |
if (is_android) { |