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

Unified Diff: ash/mus/BUILD.gn

Issue 2642003002: Removes ash::mus::RootWindowController (Closed)
Patch Set: feedback Created 3 years, 11 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 | « no previous file | ash/mus/bridge/wm_lookup_mus.h » ('j') | ash/mus/top_level_window_factory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 339b273c75fe03c8efcfa03f856d370b5942bf86..586bbc8d68a499b9a9f1aea7c5a8c07356cf9c63 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -49,8 +49,6 @@ source_set("lib") {
"non_client_frame_controller.h",
"property_util.cc",
"property_util.h",
- "root_window_controller.cc",
- "root_window_controller.h",
"screen_mus.cc",
"screen_mus.h",
"shadow.cc",
@@ -63,6 +61,8 @@ source_set("lib") {
"shell_delegate_mus.h",
"system_tray_delegate_mus.cc",
"system_tray_delegate_mus.h",
+ "top_level_window_factory.cc",
+ "top_level_window_factory.h",
"wallpaper_delegate_mus.cc",
"wallpaper_delegate_mus.h",
"window_manager.cc",
@@ -206,13 +206,13 @@ source_set("unittests") {
"accelerators/accelerator_controller_unittest.cc",
"app_launch_unittest.cc",
"bridge/wm_shell_mus_test_api.h",
- "root_window_controller_unittest.cc",
"test/ash_test_impl_mus.cc",
"test/ash_test_impl_mus.h",
"test/wm_test_base.cc",
"test/wm_test_base.h",
"test/wm_test_helper.cc",
"test/wm_test_helper.h",
+ "top_level_window_factory_unittest.cc",
"window_manager_unittest.cc",
]
« no previous file with comments | « no previous file | ash/mus/bridge/wm_lookup_mus.h » ('j') | ash/mus/top_level_window_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698