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

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

Issue 2089023002: Promotes remaining global window manager state into WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: override 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/mus_app.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 3cda8fd854d1b5fccaf6f92836a084a46221036a..2484bbab6e97abb02b2db403de22ace644c3bd12 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -31,8 +31,6 @@ source_set("lib") {
"focus_controller.h",
"focus_controller_delegate.h",
"focus_controller_observer.h",
- "global_window_manager_state.cc",
- "global_window_manager_state.h",
"modal_window_controller.cc",
"modal_window_controller.h",
"operation.cc",
@@ -72,6 +70,8 @@ source_set("lib") {
"window_finder.h",
"window_manager_access_policy.cc",
"window_manager_access_policy.h",
+ "window_manager_display_root.cc",
+ "window_manager_display_root.h",
"window_manager_state.cc",
"window_manager_state.h",
"window_manager_window_tree_factory.cc",
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698