Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0de69e59df415f78d3b634adebcda66bdfc57bff..420d912dfc2e729aeaa4e6f430290f2412ad2ee8 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -839,7 +839,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, |
}], |