| Index: test/bot_default.gyp
|
| diff --git a/test/bot_default.gyp b/test/bot_default.gyp
|
| index 04679183b475b5defdede2b1ffbf8c3591b5d1d5..ab0b49e7ef4a413b6678b9b2d1609de3a22d316a 100644
|
| --- a/test/bot_default.gyp
|
| +++ b/test/bot_default.gyp
|
| @@ -19,6 +19,13 @@
|
| 'unittests/unittests.gyp:unittests_run',
|
| 'webkit/webkit.gyp:webkit_run',
|
| ],
|
| + 'conditions': [
|
| + ['v8_enable_inspector==1', {
|
| + 'dependencies': [
|
| + 'inspector/inspector.gyp:inspector-test_run',
|
| + ],
|
| + }],
|
| + ],
|
| 'includes': [
|
| '../gypfiles/features.gypi',
|
| '../gypfiles/isolate.gypi',
|
|
|