| Index: ui/app_list/BUILD.gn
|
| diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
|
| index b90ba0e69b933abb9ec5cada8fb81c90caa18c16..d1e6c8048e2999b6df98d2043b6e76e84925b89e 100644
|
| --- a/ui/app_list/BUILD.gn
|
| +++ b/ui/app_list/BUILD.gn
|
| @@ -9,6 +9,7 @@ component("app_list") {
|
| sources = [
|
| "app_list_constants.cc",
|
| "app_list_constants.h",
|
| + "app_list_controller.h",
|
| "app_list_export.h",
|
| "app_list_folder_item.cc",
|
| "app_list_folder_item.h",
|
| @@ -18,6 +19,7 @@ component("app_list") {
|
| "app_list_item_list.h",
|
| "app_list_item_list_observer.h",
|
| "app_list_item_observer.h",
|
| + "app_list_layout_delegate.h",
|
| "app_list_menu.cc",
|
| "app_list_menu.h",
|
| "app_list_model.cc",
|
|
|