From cf15207e009794f74915d9b10d2e838b0d0c86f2 Mon Sep 17 00:00:00 2001 From: maruel Date: Mon, 6 Jul 2015 15:47:05 -0700 Subject: [PATCH] Remove chromeos==0 blacklist for test_isolation_mode. All of plain linux, chromeos work just fine and have been for a long time. iOS and Android are also using .isolate files but in a different enough way that it's not using test_isolation_mode==check, at least not yet. TBR=smut@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/1214903013 Cr-Commit-Position: refs/heads/master@{#337503} --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.gypi b/build/common.gypi index e4433e6b5de6..6bbeebe79e13 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', -- 2.11.4.GIT