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

Unified Diff: ui/views/BUILD.gn

Issue 2948553002: Decouple X11WindowEventFilter into WindowEventFilter parent class. (Closed)
Patch Set: change function order 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
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 144bd6ba7cab42bc67170c0ff74d5e2dd107789f..be51a992e45410f8eea44b9a50f9203b8cef69fa 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698