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

Unified Diff: athena/athena.gyp

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | athena/content/chrome/DEPS » ('j') | athena/content/chrome/content_activity_factory.cc » ('J')
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 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': [
« no previous file with comments | « no previous file | athena/content/chrome/DEPS » ('j') | athena/content/chrome/content_activity_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698