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

Unified Diff: athena/athena.gyp

Issue 335003003: Introduces AppActivity and handler of chrome.shell API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AppWindowOwner Created 6 years, 6 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 b6ecb875c4f655eb00567d0d3875387ef7cd6e3b..6bdc07b9d3adbb3e66082a2d8a3e70c8a1cb912a 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -59,7 +59,7 @@
},
{
'target_name': 'athena_content_lib',
- 'type': '<(component)',
+ 'type': 'static_library',
'dependencies': [
'athena_lib',
'../content/content.gyp:content_browser',
@@ -75,6 +75,8 @@
'content/public/content_app_model_builder.h',
'content/content_activity_factory.cc',
'content/content_app_model_builder.cc',
+ 'content/app_activity.h',
+ 'content/app_activity.cc',
'content/web_activity.h',
'content/web_activity.cc',
],

Powered by Google App Engine
This is Rietveld 408576698