1
0
Fork 0

One more missing file.

This commit is contained in:
Wilfried Goesgens 2016-05-02 10:15:50 +02:00
parent 48190b463b
commit fb36d41264
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 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': 'jsfunfuzz_run',
'type': 'none',
'dependencies': [
'../../src/d8.gyp:d8_run',
],
'includes': [
'../../build/features.gypi',
'../../build/isolate.gypi',
],
'sources': [
'jsfunfuzz.isolate',
],
},
],
}],
],
}