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

Unified Diff: ash/mus/BUILD.gn

Issue 2323063003: mash: Port sysui's WallpaperDelegateMus to mojo:ash. (Closed)
Patch Set: Cleanup. Created 4 years, 3 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_shell_mus.h » ('j') | ash/mus/bridge/wm_shell_mus.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 800081184fe80c46b36eaee6e377289072683348..7621fd1513559c41a20c63adbca4854c9e4cd65d 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -73,6 +73,8 @@ source_set("lib") {
"shelf_delegate_mus.h",
"shell_delegate_mus.cc",
"shell_delegate_mus.h",
+ "wallpaper_delegate_mus.cc",
+ "wallpaper_delegate_mus.h",
"window_manager.cc",
"window_manager.h",
"window_manager_application.cc",
@@ -84,6 +86,7 @@ source_set("lib") {
deps = [
"//components/user_manager",
+ "//components/wallpaper",
"//ui/app_list/presenter",
"//ui/message_center",
]
« no previous file with comments | « no previous file | ash/mus/bridge/wm_shell_mus.h » ('j') | ash/mus/bridge/wm_shell_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698