Chromium Code Reviews| 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, |