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

Unified Diff: src/d8.gyp

Issue 1361953003: [swarming] Add isolate configs for d8 on linux. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Keep test_isolation_mode variable 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 | « src/base.isolate ('k') | src/d8.isolate » ('j') | 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 f7e36dd9c970a2d8a33eeec8d67839c0a94d93a6..9594f4ff5a172874a7124b9ea1c79672a7c18660 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -138,6 +138,25 @@
],
},
],
- }
+ },
+ ],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'd8_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'd8',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'd8.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « src/base.isolate ('k') | src/d8.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698