[swarming] Only isolate d8 with target toolset.
authormachenbach <machenbach@chromium.org>
Wed, 30 Sep 2015 13:48:08 +0000 (06:48 -0700)
committerJongsoo Yoon <join.yoon@samsung.com>
Fri, 20 Nov 2015 13:32:15 +0000 (22:32 +0900)
BUG=chromium:535160,chromium:537247
LOG=n

Review URL: https://codereview.chromium.org/1383473002

Cr-Commit-Position: refs/heads/master@{#31020}

src/d8.gyp

index 9594f4f..104bc94 100644 (file)
     },
   ],
   'conditions': [
-    ['test_isolation_mode != "noop"', {
+    ['test_isolation_mode != "noop" and v8_toolset_for_d8 == "target"', {
       'targets': [
         {
           'target_name': 'd8_run',