| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index f9d6a899cab1db35ca0bad0fa11931c12d37dec3..9ef60ed94b00df8ba9c6d059a469912f19e7b629 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -1280,6 +1280,8 @@ split_static_library("ui") {
|
| }
|
| if (use_ash) {
|
| sources += [
|
| + "ash/app_launcher_id.cc",
|
| + "ash/app_launcher_id.h",
|
| "ash/app_list/app_list_controller_ash.cc",
|
| "ash/app_list/app_list_controller_ash.h",
|
| "ash/app_list/app_list_presenter_delegate_mus.cc",
|
|
|