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

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

Issue 2313033002: Refactor X11ForeignWindowManager (Reland) (Closed)
Patch Set: Rebase 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
« no previous file with comments | « chrome/installer/linux/rpm/expected_deps_x86_64 ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « chrome/installer/linux/rpm/expected_deps_x86_64 ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698