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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8743014: [cros, Aura] Refresh status area widget bounds on StatusAreaView layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add separate layout manager for status area 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
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 656c536301217fe69186ba1102c6a788a273d375..74f9431f31b669b8b68c86a73bb8015314b620ff 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',

Powered by Google App Engine
This is Rietveld 408576698