From 4982e7456512a885c34c5d4e35d2a74200238cb7 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 9594f4f..104bc94 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', -- 2.7.4