diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 22:07:33 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 22:07:33 +0000 |
commit | 862deef098a8f161cb9926363bd4786f83fdbdc9 (patch) | |
tree | b4d0169e8d30fd064a3316f2e4e3bf3dd1e8d05e /ui/aura_shell/aura_shell.gyp | |
parent | 2f22bbc93302fb84904e029bec7bab83f92b071a (diff) | |
download | chromium_src-862deef098a8f161cb9926363bd4786f83fdbdc9.zip chromium_src-862deef098a8f161cb9926363bd4786f83fdbdc9.tar.gz chromium_src-862deef098a8f161cb9926363bd4786f83fdbdc9.tar.bz2 |
Move TooltipClient to client namespace and add convenience setters/getters for it and the tooltip text.
BUG=none
TEST=existing automation
TBR=sky
Review URL: http://codereview.chromium.org/8974001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114704 0039d316-1c4b-4281-b951-d872f2087c98
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', |