| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 65e6a65d3482538ba159b3b936919d29a3c77699..8d70646a5cfd949e65f8ac11a429fe84ae4c0659 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -251,6 +251,9 @@
|
| 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
|
| 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
|
|
|
| + # Smooth scrolling is disabled by default.
|
| + 'enable_smooth_scrolling%': 0,
|
| +
|
| # The release channel that this build targets. This is used to restrict
|
| # channel-specific build options, like which installer packages to create.
|
| # The default is 'all', which does no channel-specific filtering.
|
|
|