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

Unified Diff: ash/sysui/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: Add explicit WallpaperLayout enum conversion functions. 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
« no previous file with comments | « ash/desktop_background/desktop_background_controller.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index caf72649e8c7b6185666b534ae74d26864014c57..de1d994d0cabd145a228dd50393968fa74519028 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/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 = [
@@ -39,6 +41,7 @@ source_set("lib") {
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//components/user_manager",
+ "//components/wallpaper",
"//device/bluetooth",
"//mojo/common:common_base",
"//services/catalog/public/cpp",
@@ -60,9 +63,11 @@ source_set("lib") {
"//ui/strings",
"//ui/views",
"//ui/views/mus:for_mojo_application",
+ "//ui/wm",
]
public_deps = [
+ "//ash/sysui/public/interfaces",
"//mash/shelf/public/interfaces",
]
« no previous file with comments | « ash/desktop_background/desktop_background_controller.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698