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

Unified Diff: ui/base/x/BUILD.gn

Issue 2319933002: X11: Remove calls to XSelectInput (Closed)
Patch Set: Remove XWindowEventManager Created 4 years, 3 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/base/x/BUILD.gn
diff --git a/ui/base/x/BUILD.gn b/ui/base/x/BUILD.gn
index 76a301f41c1a222e8aaa24d9fe53bffd876efcc7..63d1d6ac651d2768016441a112b99b6088da2d7d 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -9,11 +9,11 @@ component("x") {
"ui_base_x_export.h",
"x11_menu_list.cc",
"x11_menu_list.h",
+ "x11_scoped_event_selector.cc",
+ "x11_scoped_event_selector.h",
"x11_util.cc",
"x11_util.h",
"x11_util_internal.h",
- "x11_window_event_manager.cc",
- "x11_window_event_manager.h",
]
configs += [ "//build/config/linux:x11" ]

Powered by Google App Engine
This is Rietveld 408576698