| Index: test/benchmarks/benchmarks.gyp
|
| diff --git a/test/preparser/preparser.gyp b/test/benchmarks/benchmarks.gyp
|
| similarity index 87%
|
| copy from test/preparser/preparser.gyp
|
| copy to test/benchmarks/benchmarks.gyp
|
| index cb763d6dc599e429ce1f742d50a1ca6f5287be7c..3884b0901f846dad942cd969ca715b7d2ca2acab 100644
|
| --- a/test/preparser/preparser.gyp
|
| +++ b/test/benchmarks/benchmarks.gyp
|
| @@ -7,7 +7,7 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| - 'target_name': 'preparser_run',
|
| + 'target_name': 'benchmarks_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../../src/d8.gyp:d8_run',
|
| @@ -17,7 +17,7 @@
|
| '../../build/isolate.gypi',
|
| ],
|
| 'sources': [
|
| - 'preparser.isolate',
|
| + 'benchmarks.isolate',
|
| ],
|
| },
|
| ],
|
|
|