| Index: test/inspector/inspector.gyp
|
| diff --git a/test/inspector/inspector.gyp b/test/inspector/inspector.gyp
|
| index 6d94370ddde8d6728e33f980bdb55a99cbb8cabc..c18349c1689e438aa9222dadf3632b4b141a2ced 100644
|
| --- a/test/inspector/inspector.gyp
|
| +++ b/test/inspector/inspector.gyp
|
| @@ -36,4 +36,23 @@
|
| ],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'inspector-test_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'inspector-test',
|
| + ],
|
| + 'includes': [
|
| + '../../gypfiles/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'inspector.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|