| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index d4d7089ebc1d47d7518b31ccf820a05381b7df1f..253265867808451f295bd525032fb75b44eaf9a6 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_helper.cc",
|
| + "ash/chrome_wallpaper_helper.h",
|
| "ash/keyboard_ui_service.cc",
|
| "ash/keyboard_ui_service.h",
|
| "ash/launcher/chrome_mash_shelf_controller.cc",
|
| @@ -265,6 +267,7 @@ source_set("ui") {
|
| "//ash:ash_with_content",
|
| "//ash/strings",
|
| "//components/user_manager",
|
| + "//mash/public/interfaces",
|
| "//mash/shelf/public/interfaces",
|
| "//skia/public",
|
| "//ui/app_list/presenter",
|
|
|