Index: components/exo/wayland/BUILD.gn |
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn |
index 53842c0b389311d508c6bbe39de7cbeadb3a76da..5d44370af46215617426c5896845aa1354b2b25e 100644 |
--- a/components/exo/wayland/BUILD.gn |
+++ b/components/exo/wayland/BUILD.gn |
@@ -53,6 +53,7 @@ source_set("wayland") { |
if (use_xkbcommon) { |
configs += [ ":xkbcommon" ] |
defines += [ "USE_XKBCOMMON" ] |
+ deps += [ "//ui/events/keycodes:xkb" ] |
} |
} |