summaryrefslogtreecommitdiff
path: root/deps/v8/test/ignition.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/ignition.gyp')
-rw-r--r--deps/v8/test/ignition.gyp27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/v8/test/ignition.gyp b/deps/v8/test/ignition.gyp
new file mode 100644
index 0000000000..6aebec9e19
--- /dev/null
+++ b/deps/v8/test/ignition.gyp
@@ -0,0 +1,27 @@
+# Copyright 2016 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': 'ignition_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'cctest/cctest.gyp:cctest_run',
+ 'mjsunit/mjsunit.gyp:mjsunit_run',
+ ],
+ 'includes': [
+ '../build/features.gypi',
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ignition.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
+}