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

Unified Diff: athena/main/athena_main.gyp

Issue 302683002: athena: Add the concept of Activity and related managers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | « athena/main/athena_main.cc ('k') | athena/main/athena_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index c21fa1116d33c35a31135cbe447bfbdcf52e83f2..2341e3e116ec03f1607e961af2ef3d1714d78b82 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -26,6 +26,10 @@
'athena_main.cc',
'placeholder.cc',
'placeholder.h',
+ 'placeholder_content.cc',
+ 'placeholder_content.h',
+ 'web_activity.cc',
+ 'web_activity.h',
],
},
{
@@ -44,6 +48,8 @@
],
'sources': [
'athena_shell.cc',
+ 'sample_activity.cc',
+ 'sample_activity.h',
],
}
], # targets
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/athena_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698