Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3054)

Unified Diff: athena/athena.gyp

Issue 477523002: Athena: Adding basic resource management framework (un-/re-loading) of V2 applications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Aaaand another rebase. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/activity/public/activity.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 7f425cad8a68736ee3d6b14610b1b9fb395cfd00..f8ef9ccc98381f2d8357772e4fde925d53c46462 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -115,23 +115,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_impl.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_control_delegate_impl.cc',
+ 'content/public/app_content_control_delegate.h',
+ ],
+ },
+ {
'target_name': 'athena_test_support',
'type': 'static_library',
'dependencies': [
@@ -152,6 +169,7 @@
'resources/athena_resources.gyp:athena_resources',
],
'sources': [
+ 'content/public/app_content_control_delegate.h',
'test/athena_test_base.cc',
'test/athena_test_base.h',
'test/athena_test_helper.cc',
@@ -160,6 +178,7 @@
'test/sample_activity.h',
'test/sample_activity_factory.cc',
'test/sample_activity_factory.h',
+ 'test/test_app_content_control_delegate_impl.cc',
'test/test_app_model_builder.cc',
'test/test_app_model_builder.h',
'test/test_screen_manager_delegate.cc',
@@ -180,12 +199,13 @@
'resources/athena_resources.gyp:athena_pak',
],
'sources': [
- 'test/athena_unittests.cc',
'activity/activity_manager_unittest.cc',
'common/fill_layout_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/split_view_controller_unittest.cc',
'wm/window_list_provider_impl_unittest.cc',
'wm/window_manager_unittest.cc',
« no previous file with comments | « athena/activity/public/activity.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698