Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 4d5836ee30e13eb88aeb8a5ee79ab715b44589d7..b8a31ebacf71eab64876834ec333746ff8e7da33 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -392,7 +392,7 @@ |
| 'NACL_WIN64', |
| ], |
| }], |
| - ['OS=="linux" and chromeos==0 and target_arch!="arm"', { |
| + ['OS=="mac" or (OS=="linux" and chromeos==0 and target_arch!="arm")', { |
| 'use_cups%': 1, |
| }, { |
| 'use_cups%': 0, |