Index: athena/athena.gyp |
diff --git a/athena/athena.gyp b/athena/athena.gyp |
index 4131ffb277d1de8be31b2718999c3cfa17b9ecfa..33352445cbd2b34b522d06d855c56b6a06b86a17 100644 |
--- a/athena/athena.gyp |
+++ b/athena/athena.gyp |
@@ -22,8 +22,12 @@ |
'sources': [ |
# All .cc, .h under athena, except unittests |
'athena_export.h', |
- 'screen/background_controller.h', |
+ 'home/home_card_delegate_view.cc', |
+ 'home/home_card_delegate_view.h', |
+ 'home/home_card_impl.cc', |
+ 'home/public/home_card.h', |
'screen/background_controller.cc', |
+ 'screen/background_controller.h', |
'screen/public/screen_manager.h', |
'screen/screen_manager_impl.cc', |
'wm/public/window_manager.h', |