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

Unified Diff: athena/athena.gyp

Issue 306083005: Replace the HomeCard by the AppList in Athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | « no previous file | athena/home/DEPS » ('j') | athena/home/app_list_view_delegate.h » ('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 f418dcc8e963d143bd56bad013235ec57238512b..25423f82465fcac5ce44861a7d5ab424394c13ac 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -12,6 +12,7 @@
'type': '<(component)',
'dependencies': [
'../ui/aura/aura.gyp:aura',
+ '../ui/app_list/app_list.gyp:app_list',
'../ui/views/views.gyp:views',
'../ui/accessibility/accessibility.gyp:ax_gen',
'../skia/skia.gyp:skia',
@@ -22,8 +23,8 @@
'sources': [
# All .cc, .h under athena, except unittests
'athena_export.h',
- 'home/home_card_delegate_view.cc',
- 'home/home_card_delegate_view.h',
+ 'home/app_list_view_delegate.cc',
+ 'home/app_list_view_delegate.h',
'home/home_card_impl.cc',
'home/public/home_card.h',
'screen/background_controller.cc',
« no previous file with comments | « no previous file | athena/home/DEPS » ('j') | athena/home/app_list_view_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698