From 9a03979dc934586eae4787a242a0d1bd48ef8b5a Mon Sep 17 00:00:00 2001 From: machenbach Date: Wed, 30 Sep 2015 06:48:08 -0700 Subject: [PATCH] [swarming] Only isolate d8 with target toolset. BUG=chromium:535160,chromium:537247 LOG=n Review URL: https://codereview.chromium.org/1383473002 Cr-Commit-Position: refs/heads/master@{#31020} --- src/d8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d8.gyp b/src/d8.gyp index 9594f4ff5a..104bc940a6 100644 --- a/src/d8.gyp +++ b/src/d8.gyp @@ -141,7 +141,7 @@ }, ], 'conditions': [ - ['test_isolation_mode != "noop"', { + ['test_isolation_mode != "noop" and v8_toolset_for_d8 == "target"', { 'targets': [ { 'target_name': 'd8_run',