Commit b1a49fc2 authored by jochen's avatar jochen Committed by Commit bot

Only include debugger.gyp for isolation

R=yangguo@chromium.org,machenbach@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2529333002
Cr-Commit-Position: refs/heads/master@{#41300}
parent a61585e9
......@@ -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:*',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment