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

Unified Diff: build/common.gypi

Issue 7693019: Enable smooth scrolling on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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
« no previous file with comments | « base/test/mock_time_provider.h ('k') | chrome/browser/tab_contents/render_view_host_delegate_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b6f7fe8d7b491edfdbe889545134b9c24d665519..a19b002afb1916aab97da84aab7d3dfb7db4ad05 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -277,8 +277,8 @@
'webui_task_manager%': 0,
}],
- # Enable smooth scrolling for Linux and ChromeOS
- ['OS=="linux"', {
+ # Enable smooth scrolling for Mac, Linux and ChromeOS
+ ['OS=="linux" or OS=="mac"', {
'enable_smooth_scrolling%': 1,
}, {
'enable_smooth_scrolling%': 0,
« no previous file with comments | « base/test/mock_time_provider.h ('k') | chrome/browser/tab_contents/render_view_host_delegate_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698