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

Unified Diff: ui/views/views.gyp

Issue 1671313002: MacViews: Overlay Scrollbars with Show/Hide Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« ui/views/style/platform_style.cc ('K') | « ui/views/style/platform_style_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 5723d625abe71bb441fc6a9437fa52eee06b3179..59aacddb570606242f2fa7d836a92de535dbbb57 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -61,6 +61,8 @@
'cocoa/tooltip_manager_mac.mm',
'cocoa/views_nswindow_delegate.h',
'cocoa/views_nswindow_delegate.mm',
+ 'cocoa/views_scrollbar_bridge.h',
+ 'cocoa/views_scrollbar_bridge.mm',
'cocoa/widget_owner_nswindow_adapter.h',
'cocoa/widget_owner_nswindow_adapter.mm',
'color_chooser/color_chooser_listener.h',
@@ -172,6 +174,8 @@
'controls/scrollbar/base_scroll_bar_button.h',
'controls/scrollbar/base_scroll_bar_thumb.cc',
'controls/scrollbar/base_scroll_bar_thumb.h',
+ 'controls/scrollbar/cocoa_scroll_bar.h',
+ 'controls/scrollbar/cocoa_scroll_bar.mm',
'controls/scrollbar/native_scroll_bar.cc',
'controls/scrollbar/native_scroll_bar.h',
'controls/scrollbar/native_scroll_bar_views.cc',
@@ -280,7 +284,7 @@
'style/mac/dialog_button_border_mac.h',
'style/platform_style.cc',
'style/platform_style.h',
- 'style/platform_style_mac.cc',
+ 'style/platform_style_mac.mm',
'view.cc',
'view.h',
'view_constants.cc',
« ui/views/style/platform_style.cc ('K') | « ui/views/style/platform_style_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698