summaryrefslogtreecommitdiffstats
path: root/device/hid/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/hid/BUILD.gn')
-rw-r--r--device/hid/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 6dc7b17..64e99c4 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -49,4 +49,7 @@ source_set("hid") {
if (is_linux) {
deps += [ "//device/udev_linux" ]
}
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
}