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

Unified Diff: chrome/browser/ui/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. 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index d4d7089ebc1d47d7518b31ccf820a05381b7df1f..80b345e4780df8b9251f3d337da700b8419eeea9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -255,6 +255,8 @@ source_set("ui") {
sources += [
"ash/app_list/app_list_presenter_service.cc",
"ash/app_list/app_list_presenter_service.h",
+ "ash/chrome_wallpaper_manager.cc",
+ "ash/chrome_wallpaper_manager.h",
"ash/keyboard_ui_service.cc",
"ash/keyboard_ui_service.h",
"ash/launcher/chrome_mash_shelf_controller.cc",
@@ -263,6 +265,7 @@ source_set("ui") {
deps += [
"//ash",
"//ash:ash_with_content",
+ "//ash/mus/public/interfaces",
"//ash/strings",
"//components/user_manager",
"//mash/shelf/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698