projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b9bc8
)
[swarming] Only isolate d8 with target toolset.
author
machenbach
<machenbach@chromium.org>
Wed, 30 Sep 2015 13:48:08 +0000
(06:48 -0700)
committer
Jongsoo 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
patch
|
blob
|
history
diff --git
a/src/d8.gyp
b/src/d8.gyp
index 9594f4ff5a172874a7124b9ea1c79672a7c18660..104bc940a603542b316c5ed8462e1d70a4140fe4 100644
(file)
--- 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',