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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 617543002: Disable overscroll on Windows machines w/o touchscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unwanted changes. Created 6 years, 3 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
« chrome/browser/ui/browser_util.h ('K') | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index d63df23c1eeb00ceec6910fc4592903ef0d93a27..65da3716b450437fdca0bedab81f8642ce6a5905 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -146,6 +146,7 @@
'browser/ui/browser_tab_restorer.cc',
'browser/ui/browser_ui_prefs.cc',
'browser/ui/browser_ui_prefs.h',
+ 'browser/ui/browser_util_win.cc',
'browser/ui/browser_win.cc',
'browser/ui/browser_window.h',
'browser/ui/browser_window_state.cc',
@@ -1399,6 +1400,8 @@
'browser/ui/browser_tabstrip.h',
'browser/ui/browser_toolbar_model_delegate.cc',
'browser/ui/browser_toolbar_model_delegate.h',
+ 'browser/ui/browser_util.cc',
+ 'browser/ui/browser_util.h',
'browser/ui/browser_view_prefs.cc',
'browser/ui/browser_view_prefs.h',
'browser/ui/chrome_pages.cc',
« chrome/browser/ui/browser_util.h ('K') | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698