diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 05:29:20 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 05:29:20 +0000 |
commit | 1a6089b55133d5417e0462064295625453d7d906 (patch) | |
tree | 2c079f7a3b84b6326c0bd65928ee01216c5a36d5 /ui/aura_shell/aura_shell.gyp | |
parent | 12d4a4cebc2db25f01fd932ee45adbed3ad89700 (diff) | |
download | chromium_src-1a6089b55133d5417e0462064295625453d7d906.zip chromium_src-1a6089b55133d5417e0462064295625453d7d906.tar.gz chromium_src-1a6089b55133d5417e0462064295625453d7d906.tar.bz2 |
Reland 115515 - [Aura] Implement views-based applist.
Implement a views-based applist behind "aura-views-applist" flag.
BUG=98308,105913
TEST=Views-based app list should have no lag.
Review URL: http://codereview.chromium.org/9022011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r-- | ui/aura_shell/aura_shell.gyp | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp index ddfc949..1e1d9a1 100644 --- a/ui/aura_shell/aura_shell.gyp +++ b/ui/aura_shell/aura_shell.gyp @@ -33,10 +33,29 @@ ], 'sources': [ # All .cc, .h under views, except unittests - 'app_list.cc', - 'app_list.h', 'aura_shell_switches.cc', 'aura_shell_switches.h', + 'app_list/app_list.cc', + 'app_list/app_list.h', + 'app_list/app_list_groups_view.cc', + 'app_list/app_list_groups_view.h', + 'app_list/app_list_item_group_model.cc', + 'app_list/app_list_item_group_model.h', + 'app_list/app_list_item_group_view.cc', + 'app_list/app_list_item_group_view.h', + 'app_list/app_list_item_model.cc', + 'app_list/app_list_item_model.h', + 'app_list/app_list_item_model_observer.h', + 'app_list/app_list_item_view.cc', + 'app_list/app_list_item_view.h', + 'app_list/app_list_item_view_listener.h', + 'app_list/app_list_model.cc', + 'app_list/app_list_model.h', + 'app_list/app_list_view.cc', + 'app_list/app_list_view.h', + 'app_list/app_list_view_delegate.h', + 'app_list/drop_shadow_label.cc', + 'app_list/drop_shadow_label.h', 'compact_layout_manager.cc', 'compact_layout_manager.h', 'compact_status_area_layout_manager.cc', @@ -222,6 +241,7 @@ 'aura_shell', ], 'sources': [ + '../../ash/shell/app_list.cc', '../../ash/shell/bubble.cc', '../../ash/shell/example_factory.h', '../../ash/shell/lock_view.cc', |