Index: device/hid/BUILD.gn |
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn |
index 6dc7b1790547ea22fc4dd5c18cb2153c0a04b4b2..64e99c4884d01e6c9feb5e135361d912fc6f1f06 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" ] |
+ } |
} |