| Index: test/webkit/webkit.gyp
|
| diff --git a/test/intl/intl.gyp b/test/webkit/webkit.gyp
|
| similarity index 88%
|
| copy from test/intl/intl.gyp
|
| copy to test/webkit/webkit.gyp
|
| index 8fa7f0674f2293fe16ec8462c26d2d28d985b03f..8d655feb2272976cd46cb52597a53e65b6c4d3c1 100644
|
| --- a/test/intl/intl.gyp
|
| +++ b/test/webkit/webkit.gyp
|
| @@ -7,7 +7,7 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| - 'target_name': 'intl_run',
|
| + 'target_name': 'webkit_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../../src/d8.gyp:d8_run',
|
| @@ -17,7 +17,7 @@
|
| '../../build/isolate.gypi',
|
| ],
|
| 'sources': [
|
| - 'intl.isolate',
|
| + 'webkit.isolate',
|
| ],
|
| },
|
| ],
|
|
|