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