Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index ea388ac7d32cddc309dab352aa908d8cab23e5f3..b65ec44e89adcb48a8577e38b9442678d613acd6 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -187,7 +187,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, |