Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 68a4316b3c4bcfca9e46c1ed8e2f6f78e5f683b6..1fc02b33d54be7f1e3285f5edff49c3151ec1166 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -855,7 +855,7 @@ |
| 'enable_printing%': 0, |
| }], |
| - ['OS=="win" or (OS=="linux" and chromeos==0)', { |
| + ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { |
| 'use_mojo%': 1, |
| }], |