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, |