Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index dcd0bf56aade7a9a4aee5ef9f938d84b947bf433..773eaf9c8ec54ed977f3b3af9dd2a9b9931f6fd0 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -178,4 +178,23 @@ |
], |
}, |
], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'unittests', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'unittests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |