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

Unified Diff: athena/athena.gyp

Issue 311113005: AppModelBuilder to athena. (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/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index c7adae5769d44faefeed98777c9ddcf30a4145d1..a97f60af98aabd9cdefbfec282bee5c7f4137a52 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -35,6 +35,7 @@
'home/app_list_view_delegate.cc',
'home/app_list_view_delegate.h',
'home/home_card_impl.cc',
+ 'home/public/app_model_builder.h',
'home/public/home_card.h',
'screen/background_controller.cc',
'screen/background_controller.h',
@@ -52,13 +53,16 @@
'dependencies': [
'athena_lib',
'../content/content.gyp:content_browser',
+ '../ui/app_list/app_list.gyp:app_list',
],
'defines': [
'ATHENA_IMPLEMENTATION',
],
'sources': [
'content/public/content_activity_factory.h',
+ 'content/public/content_app_model_builder.h',
'content/content_activity_factory.cc',
+ 'content/content_app_model_builder.cc',
'content/web_activity.h',
'content/web_activity.cc',
],
@@ -71,6 +75,7 @@
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
'../ui/accessibility/accessibility.gyp:ax_gen',
+ '../ui/app_list/app_list.gyp:app_list',
'../ui/aura/aura.gyp:aura_test_support',
'../ui/base/ui_base.gyp:ui_base_test_support',
'../ui/compositor/compositor.gyp:compositor_test_support',
@@ -92,6 +97,8 @@
'test/sample_activity.h',
'test/sample_activity_factory.cc',
'test/sample_activity_factory.h',
+ 'test/test_app_model_builder.cc',
+ 'test/test_app_model_builder.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698