Commit e46f1016 authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[inspector] include test/inspector.gyp only when inspector is enabled

BUG=chromium:635948
R=dgozman@chromium.org,machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2411743002
Cr-Commit-Position: refs/heads/master@{#40177}
parent da8654db
......@@ -25,6 +25,11 @@
'../test/unittests/unittests.gyp:*',
],
}],
['v8_enable_inspector==1', {
'dependencies': [
'../test/inspector/inspector.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