Chromium Code Reviews| Index: test/default.gyp |
| diff --git a/test/default.gyp b/test/default.gyp |
| index dd1d9e2dc8148269c7327b39682ddf57edf41eeb..2a6ab3a686c6c32ff011b33438bd5e371218d455 100644 |
| --- a/test/default.gyp |
| +++ b/test/default.gyp |
| @@ -18,6 +18,13 @@ |
| 'preparser/preparser.gyp:preparser_run', |
| 'unittests/unittests.gyp:unittests_run', |
| ], |
| + 'conditions': [ |
| + ['v8_enable_inspector==1', { |
| + 'dependencies': [ |
|
Michael Achenbach
2016/11/03 10:25:31
IC, we didn't even include this yet as the gyp bot
|
| + 'inspector/inspector.gyp:inspector-test_run', |
| + ], |
| + }], |
| + ], |
| 'includes': [ |
| '../gypfiles/features.gypi', |
| '../gypfiles/isolate.gypi', |