| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 50d3ac6e31b3bd945bfc97abb30c3230f41b277b..163c740aa69656408c44efe7320ea77d860d2ecf 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -257,6 +257,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",
|
| @@ -266,6 +268,7 @@ source_set("ui") {
|
| "//ash",
|
| "//ash:ash_with_content",
|
| "//ash/strings",
|
| + "//ash/sysui/public/interfaces",
|
| "//components/user_manager",
|
| "//mash/shelf/public/interfaces",
|
| "//ui/app_list/presenter",
|
|
|