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

Unified Diff: athena/main/athena_main.gyp

Issue 316323002: Introduces ActivityFactory for SampleActivity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index f66babd1adbfd71699a3ad3cb266d0c2c3faf5da..9319fee2f826951144132ae22e74f59ac63852a5 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -42,13 +42,12 @@
'../../ui/aura/aura.gyp:aura',
'../../ui/compositor/compositor.gyp:compositor_test_support',
'../../ui/gfx/gfx.gyp:gfx',
+ '../../url/url.gyp:url_lib',
'../athena.gyp:athena_lib',
'../athena.gyp:athena_test_support',
],
'sources': [
'athena_shell.cc',
- 'sample_activity.cc',
- 'sample_activity.h',
],
}
], # targets

Powered by Google App Engine
This is Rietveld 408576698