| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index fef87f59906caa79d59cc9a9d877148e0e9524ea..7d37fdfa910eb92af59e0c790c3faadb2aa457fd 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',
|
| @@ -22,8 +23,8 @@
|
| 'sources': [
|
| # All .cc, .h under athena, except unittests
|
| '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',
|
|
|