Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0645cf8a2cd653a5021a0d5d3c103684493ff2b0..1da0a443007f530a82fd96dfa01acbec7d1d25cb 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -191,7 +191,7 @@ |
| }], |
| # Set default value of toolkit_views based on OS. |
| - ['OS=="win" or chromeos==1 or use_aura==1', { |
| + ['OS=="mac" or OS=="win" or chromeos==1 or use_aura==1', { |
| 'toolkit_views%': 1, |
| }, { |
| 'toolkit_views%': 0, |