| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index a8ae58c84a68600b9065d941eb97bcb7af7e45ca..ebac9fb10f4faea6cfcd1ed8920048e91ea4538b 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -108,23 +108,40 @@
|
| 'ATHENA_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| + 'content/app_activity.cc',
|
| + 'content/app_activity.h',
|
| + 'content/app_activity_proxy.cc',
|
| + 'content/app_activity_proxy.h',
|
| + 'content/app_activity_registry.cc',
|
| + 'content/app_activity_registry.h',
|
| + 'content/app_registry.cc',
|
| + 'content/content_activity_factory.cc',
|
| + 'content/content_app_model_builder.cc',
|
| + 'content/public/app_registry.h',
|
| 'content/public/content_activity_factory.h',
|
| 'content/public/content_app_model_builder.h',
|
| 'content/public/web_contents_view_delegate_creator.h',
|
| - 'content/content_activity_factory.cc',
|
| - 'content/content_app_model_builder.cc',
|
| - 'content/app_activity.h',
|
| - 'content/app_activity.cc',
|
| 'content/render_view_context_menu_impl.cc',
|
| 'content/render_view_context_menu_impl.h',
|
| - 'content/web_activity.h',
|
| 'content/web_activity.cc',
|
| + 'content/web_activity.h',
|
| 'content/web_contents_view_delegate_factory_impl.cc',
|
| 'virtual_keyboard/public/virtual_keyboard_manager.h',
|
| 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
|
| ],
|
| },
|
| {
|
| + 'target_name': 'athena_content_support_lib',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../content/content.gyp:content_browser',
|
| + ],
|
| + 'sources': [
|
| + 'content/delegate/app_content_delegate.cc',
|
| + 'content/public/app_content_delegate.h',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'athena_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -144,6 +161,8 @@
|
| 'resources/athena_resources.gyp:athena_resources',
|
| ],
|
| 'sources': [
|
| + 'content/delegate/test_app_content_delegate.cc',
|
| + 'content/public/app_content_delegate.h',
|
| 'main/athena_launcher.cc',
|
| 'main/athena_launcher.h',
|
| 'main/placeholder.cc',
|
| @@ -168,14 +187,16 @@
|
| '../skia/skia.gyp:skia',
|
| 'athena_lib',
|
| 'athena_test_support',
|
| + 'athena_content_lib',
|
| 'resources/athena_resources.gyp:athena_pak',
|
| ],
|
| 'sources': [
|
| - 'test/athena_unittests.cc',
|
| 'activity/activity_manager_unittest.cc',
|
| + 'content/app_activity_unittest.cc',
|
| 'home/home_card_unittest.cc',
|
| 'input/accelerator_manager_unittest.cc',
|
| 'screen/screen_manager_unittest.cc',
|
| + 'test/athena_unittests.cc',
|
| 'wm/window_manager_unittest.cc',
|
| ],
|
| }
|
|
|