diff options
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r-- | ui/aura_shell/aura_shell.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp index 88268c4..f4d5ad6 100644 --- a/ui/aura_shell/aura_shell.gyp +++ b/ui/aura_shell/aura_shell.gyp @@ -94,8 +94,6 @@ 'shell_accelerator_filter.h', 'shell_delegate.h', 'shell_factory.h', - 'shell_tooltip_manager.cc', - 'shell_tooltip_manager.h', 'shell_window_ids.h', 'show_state_controller.h', 'show_state_controller.cc', @@ -105,6 +103,8 @@ 'status_area_layout_manager.h', 'status_area_view.cc', 'status_area_view.h', + 'tooltip_controller.cc', + 'tooltip_controller.h', 'toplevel_frame_view.cc', 'toplevel_frame_view.h', 'toplevel_layout_manager.cc', |