| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 745679581136b0b70666207bb91e4383e6167175..989384d5aa017afa6e26b50efc713ecfdfa04e11 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -972,7 +972,7 @@
|
| # --help for more information. Meant to be overriden with GYP_DEFINES.
|
| # TODO(maruel): Remove the conditions as more configurations are
|
| # supported.
|
| - ['OS!="ios" and OS!="android" and chromeos==0', {
|
| + ['OS!="ios" and OS!="android"', {
|
| 'test_isolation_mode%': 'check',
|
| }, {
|
| 'test_isolation_mode%': 'noop',
|
|
|