| Index: ui/aura_shell/aura_shell.gyp
|
| diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
|
| index d7ea004d50c32b71b42d823e35673400c9d57f88..d4472f120ef02d0b503e52117c65a48565bf5a87 100644
|
| --- a/ui/aura_shell/aura_shell.gyp
|
| +++ b/ui/aura_shell/aura_shell.gyp
|
| @@ -37,8 +37,27 @@
|
| 'activation_controller.h',
|
| 'always_on_top_controller.cc',
|
| 'always_on_top_controller.h',
|
| - 'app_list.cc',
|
| - 'app_list.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',
|
| @@ -219,6 +238,7 @@
|
| 'aura_shell',
|
| ],
|
| 'sources': [
|
| + 'examples/app_list.cc',
|
| 'examples/aura_shell_main.cc',
|
| 'examples/bubble.cc',
|
| 'examples/example_factory.h',
|
|
|