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

Unified Diff: ash/mus/BUILD.gn

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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/root_window_controller.h » ('j') | no next file with comments »
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 6d791f724cc933e15209c0b941c5b37e4b90b56b..5778e5fd2b3cfacf1ebc6e8442d6b57d34168677 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -56,8 +56,6 @@ source_set("lib") {
"shadow.h",
"shadow_controller.cc",
"shadow_controller.h",
- "shelf_layout_impl.cc",
- "shelf_layout_impl.h",
"shelf_layout_manager.cc",
"shelf_layout_manager.h",
"shelf_layout_manager_delegate.h",
@@ -65,8 +63,6 @@ source_set("lib") {
"shell_delegate_mus.h",
"status_layout_manager.cc",
"status_layout_manager.h",
- "user_window_controller_impl.cc",
- "user_window_controller_impl.h",
"window_manager.cc",
"window_manager.h",
"window_manager_application.cc",
@@ -76,6 +72,7 @@ source_set("lib") {
deps = [
"//components/user_manager",
+ "//mash/shelf/public/interfaces",
"//ui/app_list/presenter",
"//ui/message_center",
]
« no previous file with comments | « no previous file | ash/mus/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698