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

Unified Diff: athena/athena.gyp

Issue 498023003: Delete activity upon window deletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reformat 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
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 836f947d806d811a6ee23d0e137beef39009004d..75e451745b61e19774ef1057223b5567d39ada40 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -32,6 +32,7 @@
'activity/activity.cc',
'activity/activity_factory.cc',
'activity/activity_manager_impl.cc',
+ 'activity/activity_manager_impl.h',
'activity/activity_view_manager_impl.cc',
'activity/activity_frame_view.cc',
'activity/activity_frame_view.h',
@@ -114,9 +115,6 @@
'../ui/views/controls/webview/webview.gyp:webview',
'../skia/skia.gyp:skia',
],
- 'defines': [
- 'ATHENA_IMPLEMENTATION',
- ],
'sources': [
'content/app_activity.cc',
'content/app_activity.h',
@@ -127,6 +125,8 @@
'content/app_registry_impl.cc',
'content/content_activity_factory.cc',
'content/content_app_model_builder.cc',
+ 'content/delegate/app_content_control_delegate_impl.cc',
+ 'content/public/app_content_control_delegate.h',
'content/public/app_registry.h',
'content/public/content_activity_factory.h',
'content/public/content_app_model_builder.h',
@@ -137,20 +137,19 @@
'content/web_activity.h',
'content/web_contents_view_delegate_factory_impl.cc',
'extensions/public/extensions_delegate.h',
- 'extensions/extensions_delegate_impl.cc',
+ 'extensions/extensions_delegate.cc',
'virtual_keyboard/public/virtual_keyboard_manager.h',
'virtual_keyboard/virtual_keyboard_manager_impl.cc',
],
},
{
- 'target_name': 'athena_content_support_lib',
+ 'target_name': 'athena_app_shell_lib',
'type': 'static_library',
'dependencies': [
- '../content/content.gyp:content_browser',
+ '../extensions/shell/app_shell.gyp:app_shell_lib',
],
'sources': [
- 'content/delegate/app_content_control_delegate_impl.cc',
- 'content/public/app_content_control_delegate.h',
+ 'extensions/shell/extensions_delegate_impl.cc',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698