summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/aura_shell.gyp
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 11:41:44 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 11:41:44 +0000
commit6fd60e78fea457922057a61c12dc791145c7189d (patch)
tree980a2a0f8ff15878b4ff9341db04908e24786105 /ui/aura_shell/aura_shell.gyp
parenta4f989231874efed33ea49722caca5e943672188 (diff)
downloadchromium_src-6fd60e78fea457922057a61c12dc791145c7189d.zip
chromium_src-6fd60e78fea457922057a61c12dc791145c7189d.tar.gz
chromium_src-6fd60e78fea457922057a61c12dc791145c7189d.tar.bz2
[cros, Aura] Refresh status area widget bounds on StatusAreaView layout.
Make ShelfLayoutController a ShelfLayoutManager for launcher, status windows. BUG=105661 TEST=Manual. Status area is represented with all icons on Aura. Review URL: http://codereview.chromium.org/8743014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r--ui/aura_shell/aura_shell.gyp6
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',