| Index: tools/run-valgrind.gyp
|
| diff --git a/test/ignition.gyp b/tools/run-valgrind.gyp
|
| similarity index 75%
|
| copy from test/ignition.gyp
|
| copy to tools/run-valgrind.gyp
|
| index 6aebec9e194b1431bdbb89a496d5847c988ba1ee..d06be933a9d3ab94e52fea92874ef8310a43ac5b 100644
|
| --- a/test/ignition.gyp
|
| +++ b/tools/run-valgrind.gyp
|
| @@ -7,18 +7,17 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| - 'target_name': 'ignition_run',
|
| + 'target_name': 'run_valgrind_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'cctest/cctest.gyp:cctest_run',
|
| - 'mjsunit/mjsunit.gyp:mjsunit_run',
|
| + '../src/d8.gyp:d8_run',
|
| ],
|
| 'includes': [
|
| '../build/features.gypi',
|
| '../build/isolate.gypi',
|
| ],
|
| 'sources': [
|
| - 'ignition.isolate',
|
| + 'run-valgrind.isolate',
|
| ],
|
| },
|
| ],
|
|
|