| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index c7adae5769d44faefeed98777c9ddcf30a4145d1..a97f60af98aabd9cdefbfec282bee5c7f4137a52 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -35,6 +35,7 @@
|
| 'home/app_list_view_delegate.cc',
|
| 'home/app_list_view_delegate.h',
|
| 'home/home_card_impl.cc',
|
| + 'home/public/app_model_builder.h',
|
| 'home/public/home_card.h',
|
| 'screen/background_controller.cc',
|
| 'screen/background_controller.h',
|
| @@ -52,13 +53,16 @@
|
| 'dependencies': [
|
| 'athena_lib',
|
| '../content/content.gyp:content_browser',
|
| + '../ui/app_list/app_list.gyp:app_list',
|
| ],
|
| 'defines': [
|
| 'ATHENA_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| 'content/public/content_activity_factory.h',
|
| + 'content/public/content_app_model_builder.h',
|
| 'content/content_activity_factory.cc',
|
| + 'content/content_app_model_builder.cc',
|
| 'content/web_activity.h',
|
| 'content/web_activity.cc',
|
| ],
|
| @@ -71,6 +75,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| + '../ui/app_list/app_list.gyp:app_list',
|
| '../ui/aura/aura.gyp:aura_test_support',
|
| '../ui/base/ui_base.gyp:ui_base_test_support',
|
| '../ui/compositor/compositor.gyp:compositor_test_support',
|
| @@ -92,6 +97,8 @@
|
| 'test/sample_activity.h',
|
| 'test/sample_activity_factory.cc',
|
| 'test/sample_activity_factory.h',
|
| + 'test/test_app_model_builder.cc',
|
| + 'test/test_app_model_builder.h',
|
| ],
|
| },
|
| {
|
|
|