Index: ui/aura_shell/aura_shell.gyp |
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp |
index 005d3a1b678a49df79dd67f29623edbae51b3702..6b846786d46290d9e433170788db983db48764cf 100644 |
--- a/ui/aura_shell/aura_shell.gyp |
+++ b/ui/aura_shell/aura_shell.gyp |
@@ -37,8 +37,25 @@ |
'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_item_model.cc', |
+ 'app_list/app_list_item_model.h', |
+ 'app_list/app_list_item_model_observer.h', |
+ 'app_list/app_list_item_group_model.cc', |
+ 'app_list/app_list_item_group_model.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/drop_shadow_label.cc', |
+ 'app_list/drop_shadow_label.h', |
+ 'app_list/results_view.cc', |
+ 'app_list/results_view.h', |
+ 'app_list/tile_view.cc', |
+ 'app_list/tile_view.h', |
+ 'app_list/tiles_page_view.cc', |
+ 'app_list/tiles_page_view.h', |
'default_container_event_filter.cc', |
'default_container_event_filter.h', |
'default_container_layout_manager.cc', |
@@ -209,6 +226,7 @@ |
'aura_shell', |
], |
'sources': [ |
+ 'examples/app_list_model.cc', |
'examples/aura_shell_main.cc', |
'examples/bubble.cc', |
'examples/example_factory.h', |