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