Index: ui/views/BUILD.gn |
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn |
index 50b7c4cb4cf57e4f06ed79ad4d31f2baa04d445a..1678681f168dc263ec15fbe8439ad23c40854365 100644 |
--- a/ui/views/BUILD.gn |
+++ b/ui/views/BUILD.gn |
@@ -658,7 +658,11 @@ component("views") { |
sources += [ "widget/desktop_aura/desktop_window_tree_host_ozone.cc" ] |
} |
if (is_linux) { |
- sources += [ "style/platform_style_linux.cc" ] |
+ sources += [ |
+ "style/platform_style_linux.cc", |
+ "widget/desktop_aura/window_event_filter.cc", |
+ "widget/desktop_aura/window_event_filter.h", |
+ ] |
} |
} |
} |