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