| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index b0072353416e3fb06a25e783467db2dc0513f3cb..1103854782a7c1a428f365e7cf96c0a9e0155834 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',
|
| 'input/public/input_manager.h',
|
| 'input/public/accelerator_manager.h',
|
| @@ -57,6 +58,7 @@
|
| 'dependencies': [
|
| 'athena_lib',
|
| '../content/content.gyp:content_browser',
|
| + '../ui/app_list/app_list.gyp:app_list',
|
| '../ui/views/controls/webview/webview.gyp:webview',
|
| '../skia/skia.gyp:skia',
|
| ],
|
| @@ -65,7 +67,9 @@
|
| ],
|
| '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',
|
| ],
|
| @@ -78,6 +82,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',
|
| @@ -99,6 +104,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',
|
| ],
|
| },
|
| {
|
|
|