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

Unified Diff: ash/mus/BUILD.gn

Issue 2259153002: mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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/DEPS » ('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 2d2bfebd4c00a24fca7bca94bf167d2f0387028e..7bd6b341781275fff1f5bd6838fe3f25de3e0161 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -60,9 +60,8 @@ source_set("lib") {
"shadow.h",
"shadow_controller.cc",
"shadow_controller.h",
- "shelf_layout_manager.cc",
- "shelf_layout_manager.h",
- "shelf_layout_manager_delegate.h",
+ "shelf_delegate_mus.cc",
+ "shelf_delegate_mus.h",
"shell_delegate_mus.cc",
"shell_delegate_mus.h",
"window_manager.cc",
@@ -76,7 +75,6 @@ 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/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698