| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 32cb2a3610fc0a4ad18471df3efef45e27cc9fc4..f9d8764f5f0ad21dc4723cdb07442c18636348cd 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -255,12 +255,16 @@ source_set("ui") {
|
| sources += [
|
| "ash/keyboard_ui_service.cc",
|
| "ash/keyboard_ui_service.h",
|
| + "ash/launcher/chrome_mash_shelf_controller.cc",
|
| + "ash/launcher/chrome_mash_shelf_controller.h",
|
| ]
|
| deps += [
|
| "//ash",
|
| "//ash:ash_with_content",
|
| "//ash/strings",
|
| "//components/user_manager",
|
| + "//mash/shelf/public/interfaces",
|
| + "//skia/public",
|
| "//ui/app_list/presenter",
|
| "//ui/keyboard:mojom",
|
| ]
|
|
|