| Index: test/mjsunit/mjsunit.gyp
|
| diff --git a/test/mjsunit/mjsunit.gyp b/test/mjsunit/mjsunit.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a9ae145c8a5940abda0c2f21c065fd46622a2570
|
| --- /dev/null
|
| +++ b/test/mjsunit/mjsunit.gyp
|
| @@ -0,0 +1,25 @@
|
| +# 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',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| +}
|
|
|