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

Unified Diff: ash/mus/BUILD.gn

Issue 2323063003: mash: Port sysui's WallpaperDelegateMus to mojo:ash. (Closed)
Patch Set: Alternative display info workaround. 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
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 800081184fe80c46b36eaee6e377289072683348..1da8891c314c05f70efbf47b04bbf4f0ed588d2f 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",
]
@@ -110,6 +113,7 @@ source_set("lib") {
"//ui/strings",
"//ui/views",
"//ui/views/mus:for_mojo_application",
+ "//ui/wm",
]
data_deps = [

Powered by Google App Engine
This is Rietveld 408576698