Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 3f54eb3eccc8e3fea51d485a61ea5e7402a2bffe..fa4d45d4eb42f765a8d6fd13c198b270a468185c 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -131,7 +131,7 @@ |
| # TODO(machenbach): Remove the conditions as more configurations are |
| # supported. |
| - ['OS=="linux"', { |
| + ['OS=="linux" or OS=="win"', { |
| 'test_isolation_mode%': 'check', |
| }, { |
| 'test_isolation_mode%': 'noop', |