summaryrefslogtreecommitdiffstats
path: root/athena/athena.gyp
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@chromium.org>2014-11-04 23:08:53 -0500
committerSadrul Habib Chowdhury <sadrul@chromium.org>2014-11-05 04:10:04 +0000
commit25e9f78ed30c770d8aa2723f312732a652341028 (patch)
treed577a54c149cefec593f749df2e386e4e0acb3dc /athena/athena.gyp
parentacd282e852c15ea7b3dd1d09252dbe9f66578f2c (diff)
downloadchromium_src-25e9f78ed30c770d8aa2723f312732a652341028.zip
chromium_src-25e9f78ed30c770d8aa2723f312732a652341028.tar.gz
chromium_src-25e9f78ed30c770d8aa2723f312732a652341028.tar.bz2
athena: Introduce ActivityView.
ActivityViewModel has the necessary information that should be displayed to the user. So provide mechanism for it to be able to update the view when the relevant information (e.g. title, icon, color) changes. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/694413005 Cr-Commit-Position: refs/heads/master@{#302753}
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r--athena/athena.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 0af642c..25dafb0 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -48,6 +48,7 @@
'activity/public/activity_factory.h',
'activity/public/activity_manager.h',
'activity/public/activity_manager_observer.h',
+ 'activity/public/activity_view.h',
'activity/public/activity_view_model.h',
'athena_export.h',
'env/athena_env_impl.cc',