| 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',
|
| ],
|
|
|