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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2072343002: Changes how window manager obtains WindowTree from mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include Created 4 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 | « components/mus/test_wm/test_wm.cc ('k') | components/mus/ws/cursor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 096fbdfcbff7d4ef9fc5265307570ef384188d98..e9313537deb94e82bd1e9a769ae0ba8cc35f33ad 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -68,13 +68,13 @@ source_set("lib") {
"window_finder.h",
"window_manager_access_policy.cc",
"window_manager_access_policy.h",
- "window_manager_factory_registry.cc",
- "window_manager_factory_registry.h",
- "window_manager_factory_registry_observer.h",
- "window_manager_factory_service.cc",
- "window_manager_factory_service.h",
"window_manager_state.cc",
"window_manager_state.h",
+ "window_manager_window_tree_factory.cc",
+ "window_manager_window_tree_factory.h",
+ "window_manager_window_tree_factory_set.cc",
+ "window_manager_window_tree_factory_set.h",
+ "window_manager_window_tree_factory_set_observer.h",
"window_server.cc",
"window_server.h",
"window_server_delegate.cc",
« no previous file with comments | « components/mus/test_wm/test_wm.cc ('k') | components/mus/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698