diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 21:21:11 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 21:21:11 +0000 |
commit | 4a229e90405f2c1d97409343f2c274f384284353 (patch) | |
tree | e98220c0de513a06c72207ca12dadcd3689f641c /ui/aura_shell/aura_shell.gyp | |
parent | 084262c6432c7f673f8342326e144660b40cb7d7 (diff) | |
download | chromium_src-4a229e90405f2c1d97409343f2c274f384284353.zip chromium_src-4a229e90405f2c1d97409343f2c274f384284353.tar.gz chromium_src-4a229e90405f2c1d97409343f2c274f384284353.tar.bz2 |
Reland change for aura tooltips that was revert due to build break:
http://codereview.chromium.org/8747022
BUG=97249
TEST=none
Review URL: http://codereview.chromium.org/8769011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r-- | ui/aura_shell/aura_shell.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp index 729ba1f..a15be0c 100644 --- a/ui/aura_shell/aura_shell.gyp +++ b/ui/aura_shell/aura_shell.gyp @@ -90,6 +90,8 @@ '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', |