Index: test/mjsunit/mjsunit.gyp |
diff --git a/test/mjsunit/mjsunit.gyp b/test/mjsunit/mjsunit.gyp |
deleted file mode 100644 |
index a9ae145c8a5940abda0c2f21c065fd46622a2570..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/mjsunit.gyp |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-# Copyright 2015 the V8 project authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'conditions': [ |
- ['test_isolation_mode != "noop"', { |
- 'targets': [ |
- { |
- 'target_name': 'mjsunit_run', |
- 'type': 'none', |
- 'dependencies': [ |
- '../../src/d8.gyp:d8_run', |
- ], |
- 'includes': [ |
- '../../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'mjsunit.isolate', |
- ], |
- }, |
- ], |
- }], |
- ], |
-} |