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

Unified Diff: ash/mus/BUILD.gn

Issue 1984433002: Hook up Chrome's wallpaper picker for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments; test failures. Created 4 years, 7 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 da25a6e595f84e998d6d028189020d732b7ba3a6..c854f26bfae2a8f2dc4c0e30145f94666cebf104 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -28,6 +28,8 @@ source_set("lib") {
"stub_context_factory.h",
"sysui_application.cc",
"sysui_application.h",
+ "user_wallpaper_delegate_mus.cc",
+ "user_wallpaper_delegate_mus.h",
]
deps = [
@@ -38,7 +40,9 @@ source_set("lib") {
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//components/user_manager",
+ "//components/wallpaper",
"//device/bluetooth",
+ "//mash/public/interfaces",
"//mash/shelf/public/interfaces",
"//mash/wm/public/interfaces",
"//mojo/common:common_base",
@@ -62,6 +66,7 @@ source_set("lib") {
"//ui/strings",
"//ui/views",
"//ui/views/mus:for_mojo_application",
+ "//ui/wm",
]
if (is_chromeos) {

Powered by Google App Engine
This is Rietveld 408576698