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

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

Issue 1755223002: Adds WindowManagerManager to mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and WindowManagerState Created 4 years, 10 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/mus_app.cc ('k') | components/mus/ws/client_connection.h » ('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 ff24fa7ff0d63949e61a1ce58524d720305bab8e..ec8e7024cfe8039095eb7fe8a72bf98e90e5283c 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -50,8 +50,12 @@ 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_service.cc",
"window_manager_factory_service.h",
+ "window_manager_state.cc",
+ "window_manager_state.h",
"window_tree_factory.cc",
"window_tree_factory.h",
"window_tree_host_connection.cc",
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698