| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index e4f53b74655e227189ac9da040d8841af6528bdd..c6b0c5558f14e1533ed5cc0118a1893622eba4b4 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -12,6 +12,7 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../ui/aura/aura.gyp:aura',
|
| + '../ui/app_list/app_list.gyp:app_list',
|
| '../ui/views/views.gyp:views',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| '../skia/skia.gyp:skia',
|
| @@ -30,8 +31,8 @@
|
| 'activity/public/activity_view_manager.h',
|
| 'activity/public/activity_view_model.h',
|
| 'athena_export.h',
|
| - 'home/home_card_delegate_view.cc',
|
| - 'home/home_card_delegate_view.h',
|
| + 'home/app_list_view_delegate.cc',
|
| + 'home/app_list_view_delegate.h',
|
| 'home/home_card_impl.cc',
|
| 'home/public/home_card.h',
|
| 'screen/background_controller.cc',
|
|
|