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

Unified Diff: ui/views/views.gyp

Issue 1137653005: MacViews: Implement Tooltips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @class ToolTip is not a thing Created 5 years, 7 months 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/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index f8ff0940ebe6e59274815c6d663190cc51c36b2c..85e0db82a8b4fed541e0acc063eefa4b100c4203 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -38,6 +38,8 @@
'cocoa/cocoa_mouse_capture_delegate.h',
'cocoa/native_widget_mac_nswindow.h',
'cocoa/native_widget_mac_nswindow.mm',
+ 'cocoa/tooltip_manager_mac.h',
+ 'cocoa/tooltip_manager_mac.mm',
'cocoa/views_nswindow_delegate.h',
'cocoa/views_nswindow_delegate.mm',
'cocoa/widget_owner_nswindow_adapter.h',

Powered by Google App Engine
This is Rietveld 408576698