| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index e8d42112297c47d8205d911cd435db6dddd9f2e1..3a0266cf8ccfda94bba00eab253adaa30b016a42 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -35,6 +35,7 @@
|
| # Note: sources list duplicated in GN build.
|
| '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',
|
| @@ -44,6 +45,7 @@
|
| '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',
|
|
|