Chromium Code Reviews| Index: ui/wm/BUILD.gn |
| diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn |
| index 3be6e2d8d637c77bd1148fdb65ca0721134a09b5..188147864fe2f207e7bb8bfaac4096f460d30fbf 100644 |
| --- a/ui/wm/BUILD.gn |
| +++ b/ui/wm/BUILD.gn |
| @@ -85,6 +85,7 @@ component("wm") { |
| if (use_x11) { |
| configs += [ "//build/config/linux:x11" ] |
| + deps += [ "//ui/events/devices/x11" ] |
| } |
| } |