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

Unified Diff: athena/athena.gyp

Issue 316323002: Introduces ActivityFactory for SampleActivity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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
« no previous file with comments | « no previous file | athena/main/DEPS » ('j') | no next file with comments »
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 e4f53b74655e227189ac9da040d8841af6528bdd..09a8127dc908a8b0f7c9c66113aa9ed1beb276e2 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -74,6 +74,7 @@
'../ui/compositor/compositor.gyp:compositor_test_support',
'../ui/views/views.gyp:views',
'../ui/wm/wm.gyp:wm',
+ '../url/url.gyp:url_lib',
'athena_lib',
],
'sources': [
@@ -85,6 +86,10 @@
'test/athena_test_base.h',
'test/athena_test_helper.cc',
'test/athena_test_helper.h',
+ 'test/sample_activity.cc',
+ 'test/sample_activity.h',
+ 'test/sample_activity_factory.cc',
+ 'test/sample_activity_factory.h',
],
},
{
« no previous file with comments | « no previous file | athena/main/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698