Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: ui/views/BUILD.gn

Issue 2948553002: Decouple X11WindowEventFilter into WindowEventFilter parent class. (Closed)
Patch Set: rebased, added erg to owners Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ]
}
}
}
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/OWNERS » ('j') | ui/views/widget/desktop_aura/window_event_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698