summaryrefslogtreecommitdiffstats
path: root/device/usb/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/usb/BUILD.gn')
-rw-r--r--device/usb/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index d4be7cf..cc3646e 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -43,6 +43,9 @@ source_set("usb") {
if (is_linux) {
deps += [ "//device/udev_linux" ]
}
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
}
action("usb_device_ids") {