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

Unified Diff: build/standalone.gypi

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 | « build/isolate.gypi ('k') | src/base.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 8eff11ba47f1ef0c1103196528b1ab597838011b..1654be2786301d8c6aee788a5912536d7e44c594 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -124,6 +124,14 @@
}, {
'linux_use_bundled_gold%': 0,
}],
+
+ # TODO(machenbach): Remove the conditions as more configurations are
+ # supported.
+ ['OS=="linux"', {
+ 'test_isolation_mode%': 'check',
+ }, {
+ 'test_isolation_mode%': 'noop',
+ }],
],
},
'base_dir%': '<(base_dir)',
@@ -146,6 +154,7 @@
'cfi_vptr%': '<(cfi_vptr)',
'cfi_diag%': '<(cfi_diag)',
'cfi_blacklist%': '<(cfi_blacklist)',
+ 'test_isolation_mode%': '<(test_isolation_mode)',
# Add a simple extras solely for the purpose of the cctests
'v8_extra_library_files': ['../test/cctest/test-extra.js'],
« no previous file with comments | « build/isolate.gypi ('k') | src/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698