Chromium Code Reviews| Index: ui/events/platform/x11/BUILD.gn |
| diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn |
| index 85eaa5dab57f884237197960401cb54717844c04..b36e1442064aad5697a1f6251b4398f07ba037a8 100644 |
| --- a/ui/events/platform/x11/BUILD.gn |
| +++ b/ui/events/platform/x11/BUILD.gn |
| @@ -26,6 +26,10 @@ component("x11") { |
| "//ui/gfx/x", |
| ] |
| + deps = [ |
| + "//base", |
| + ] |
| + |
| if (is_linux) { |
| sources -= [ "x11_event_source_libevent.cc" ] |