| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 6fd54cfc9a73477f46f4775771de8abdd2ebf9fb..1eaaa76068b870251575b55bb63ceaccd827ea11 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",
|
|
|