Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: src/d8.gyp

Issue 1383473002: [swarming] Only isolate d8 with target toolset. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index 9594f4ff5a172874a7124b9ea1c79672a7c18660..104bc940a603542b316c5ed8462e1d70a4140fe4 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698