| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index effe6f999be9683f8c793c547a40b4e283019aa5..ec5ff6d270e88e0449e5f1d1c863b6d7fa272b7d 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -32,11 +32,11 @@
|
| 'app_list_item_view.h',
|
| 'app_list_model.cc',
|
| 'app_list_model.h',
|
| - 'app_list_model_view.cc',
|
| - 'app_list_model_view.h',
|
| 'app_list_view.cc',
|
| 'app_list_view.h',
|
| 'app_list_view_delegate.h',
|
| + 'apps_grid_view.cc',
|
| + 'apps_grid_view.h',
|
| 'drop_shadow_label.cc',
|
| 'drop_shadow_label.h',
|
| 'icon_cache.cc',
|
| @@ -46,6 +46,19 @@
|
| 'pagination_model.cc',
|
| 'pagination_model.h',
|
| 'pagination_model_observer.h',
|
| + 'search_box_model.h',
|
| + 'search_box_model.cc',
|
| + 'search_box_model_observer.h',
|
| + 'search_box_view.cc',
|
| + 'search_box_view.h',
|
| + 'search_box_view_delegate.h',
|
| + 'search_result.cc',
|
| + 'search_result.h',
|
| + 'search_result_view.cc',
|
| + 'search_result_view.h',
|
| + 'search_result_list_view.cc',
|
| + 'search_result_list_view.h',
|
| + 'search_result_list_view_delegate.h',
|
| ],
|
| },
|
| {
|
| @@ -62,7 +75,7 @@
|
| 'app_list',
|
| ],
|
| 'sources': [
|
| - 'app_list_model_view_unittest.cc',
|
| + 'apps_grid_view_unittest.cc',
|
| 'run_all_unittests.cc',
|
| ],
|
| },
|
|
|