| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 354cdb270b2e68cd5b75da7662f0e462c819ea77..738eac8b070dee07f00ae4f8a35408cca18028a5 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -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!="mac" and OS!="ios" and OS!="android" and chromeos==0', {
|
| + ['inside_chromium_build==1 and OS!="ios" and OS!="android" and chromeos==0', {
|
| 'test_isolation_mode%': 'check',
|
| }, {
|
| 'test_isolation_mode%': 'noop',
|
|
|