| 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",
|
|
|