| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 4d76ce52699fb762eb1d6b250b662b88ab73aba2..18816d45bf20ac2093bd76b39c8621cd8a883599 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -153,6 +153,19 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'athena_chrome_lib',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../chrome/chrome.gyp:browser_extensions',
|
| + ],
|
| + 'sources': [
|
| + 'content/chrome/content_activity_factory.cc',
|
| + 'extensions/chrome/athena_apps_client.h',
|
| + 'extensions/chrome/athena_apps_client.cc',
|
| + 'extensions/chrome/extensions_delegate_impl.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'athena_app_shell_lib',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
|
|