Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index a682bc10784d48705537a824e7f362beb98af0a2..ea1dad3af16d9f8eab79af655f94f7af7876c076 100644 |
| --- a/chrome/browser/ui/BUILD.gn |
| +++ b/chrome/browser/ui/BUILD.gn |
| @@ -1284,6 +1284,8 @@ split_static_library("ui") { |
| } |
| if (use_ash) { |
| sources += [ |
| + "ash/app_launcher_id.cc", |
|
khmel
2017/02/08 16:43:43
Move it to separate class to make logic and depend
|
| + "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", |