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

Unified Diff: build/common.gypi

Issue 7693019: Enable smooth scrolling on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ppapi test 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ea0118245023771f462a39cb66760e62c2b5a2d3..46b6c156dd469cdd98c5f2261ae9bfefaf29491b 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,

Powered by Google App Engine
This is Rietveld 408576698