aboutsummaryrefslogtreecommitdiff
path: root/gypfiles/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gypfiles/all.gyp')
-rw-r--r--gypfiles/all.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
index a3f2eedc..d3e275e1 100644
--- a/gypfiles/all.gyp
+++ b/gypfiles/all.gyp
@@ -27,10 +27,14 @@
}],
['v8_enable_inspector==1', {
'dependencies': [
- '../test/debugger/debugger.gyp:*',
'../test/inspector/inspector.gyp:*',
],
}],
+ ['v8_enable_inspector==1 and test_isolation_mode != "noop"', {
+ 'dependencies': [
+ '../test/debugger/debugger.gyp:*',
+ ],
+ }],
['test_isolation_mode != "noop"', {
'dependencies': [
'../test/bot_default.gyp:*',
@@ -43,7 +47,6 @@
'../test/optimize_for_size.gyp:*',
'../test/perf.gyp:*',
'../test/preparser/preparser.gyp:*',
- '../test/simdjs/simdjs.gyp:*',
'../test/test262/test262.gyp:*',
'../test/webkit/webkit.gyp:*',
'../tools/check-static-initializers.gyp:*',