diff options
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r-- | ui/aura_shell/aura_shell.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp index 656c536..74f9431 100644 --- a/ui/aura_shell/aura_shell.gyp +++ b/ui/aura_shell/aura_shell.gyp @@ -80,8 +80,8 @@ 'shadow.h', 'shadow_controller.cc', 'shadow_controller.h', - 'shelf_layout_controller.cc', - 'shelf_layout_controller.h', + 'shelf_layout_manager.cc', + 'shelf_layout_manager.h', 'shell.cc', 'shell.h', 'shell_accelerator_controller.cc', @@ -97,6 +97,8 @@ 'show_state_controller.cc', 'stacking_controller.cc', 'stacking_controller.h', + 'status_area_layout_manager.cc', + 'status_area_layout_manager.h', 'status_area_view.cc', 'status_area_view.h', 'toplevel_frame_view.cc', |