diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 22:06:35 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 22:06:35 +0000 |
commit | 2780776c52c3a65be6f5fd770fa9577a2cf3b87d (patch) | |
tree | def9201cc02736e0278693951314cf4b2c00f460 /ui/app_list/app_list.gyp | |
parent | 32e15de7b6d48763f4cf058a096663202cdf328c (diff) | |
download | chromium_src-2780776c52c3a65be6f5fd770fa9577a2cf3b87d.zip chromium_src-2780776c52c3a65be6f5fd770fa9577a2cf3b87d.tar.gz chromium_src-2780776c52c3a65be6f5fd770fa9577a2cf3b87d.tar.bz2 |
app_list: Add transition for apps grid and search results.
- Add a push animation for apps/search transition;
- Refactoring to host apps grid and search results in ContentsView;
- Simplify bubble background painting;
BUG=129772
TEST=Verify that when user starts to type, search results "push down" apps and when query is cleared, apps "push up" search results;
Review URL: https://chromiumcodereview.appspot.com/10534051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/app_list.gyp')
-rw-r--r-- | ui/app_list/app_list.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp index 07aea59..065f91c 100644 --- a/ui/app_list/app_list.gyp +++ b/ui/app_list/app_list.gyp @@ -37,6 +37,8 @@ 'app_list_view_delegate.h', 'apps_grid_view.cc', 'apps_grid_view.h', + 'contents_view.cc', + 'contents_view.h', 'drop_shadow_label.cc', 'drop_shadow_label.h', 'icon_cache.cc', |