From 1b5d23dfa22d8858dc9ab35d373fcf328aadbcba Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Mon, 15 Jun 2009 18:29:45 +0000 Subject: Make tooltips work correctly, allowing for multiple tooltips w/out the mouse leaving the view (which is all NSView can handle by itself). Adds some Camino code to do so. BUG=13995 TEST=tooltips in web pages, pages with multiple tooltips, expose and spaces. Review URL: http://codereview.chromium.org/125133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18408 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index bed25c9..4977443 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1722,8 +1722,12 @@ '../third_party/GTM/AppKit/GTMUILocalizer.h', '../third_party/GTM/AppKit/GTMUILocalizer.m', # Build necessary Mozilla sources + '../third_party/mozilla/include/NSScreen+Utils.h', + '../third_party/mozilla/include/NSScreen+Utils.m', '../third_party/mozilla/include/NSWorkspace+Utils.h', '../third_party/mozilla/include/NSWorkspace+Utils.m', + '../third_party/mozilla/include/ToolTip.h', + '../third_party/mozilla/include/ToolTip.mm', ], 'include_dirs': [ '../third_party/GTM', -- cgit v1.1