Index: trunk/src/build/common.gypi |
=================================================================== |
--- trunk/src/build/common.gypi (revision 195663) |
+++ trunk/src/build/common.gypi (working copy) |
@@ -636,7 +636,7 @@ |
# NOTE: The check for disable_nacl==0 and component=="static_library" |
# can't be used here because these variables are not defined yet, but it |
# is still not supported. |
- ['inside_chromium_build==1 and OS!="ios" and OS!="android" and chromeos==0', { |
+ ['inside_chromium_build==1 and OS!="mac" and OS!="ios" and OS!="android" and chromeos==0', { |
'test_isolation_mode%': 'check', |
}, { |
'test_isolation_mode%': 'noop', |