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

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

Issue 2313033002: Refactor X11ForeignWindowManager (Reland) (Closed)
Patch Set: Rename to 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 6be1ed616370203f6c8a7bfc1581ee8e408cb552..76a301f41c1a222e8aaa24d9fe53bffd876efcc7 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -7,13 +7,13 @@ component("x") {
sources = [
"ui_base_x_export.h",
- "x11_foreign_window_manager.cc",
- "x11_foreign_window_manager.h",
"x11_menu_list.cc",
"x11_menu_list.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