[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}
This commit is contained in:
machenbach 2015-09-30 06:48:08 -07:00 committed by Commit bot
parent 6a769ac1df
commit 9a03979dc9

View File

@ -141,7 +141,7 @@
},
],
'conditions': [
['test_isolation_mode != "noop"', {
['test_isolation_mode != "noop" and v8_toolset_for_d8 == "target"', {
'targets': [
{
'target_name': 'd8_run',