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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura Created 9 years 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
« no previous file with comments | « ui/aura_shell/app_list/drop_shadow_label.cc ('k') | ui/aura_shell/aura_shell_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 8d23b0c008522948523468cb7785858c4b4149cc..567e93de5e512a72dda4574d864e40087e1546f4 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -37,10 +37,29 @@
'activation_controller.h',
'always_on_top_controller.cc',
'always_on_top_controller.h',
- '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': [
+ 'examples/app_list.cc',
'examples/aura_shell_main.cc',
'examples/bubble.cc',
'examples/example_factory.h',
« no previous file with comments | « ui/aura_shell/app_list/drop_shadow_label.cc ('k') | ui/aura_shell/aura_shell_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698