| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 32a716a2402ad83a3305c2035531fa0341ae1177..976e2d41e9fc926254913843738b314c7d732f4f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -231,6 +231,7 @@ action("js2c") {
|
| "src/js/templates.js",
|
| "src/js/harmony-array.js",
|
| "src/js/harmony-typedarray.js",
|
| + "src/js/spread.js",
|
| "src/debug/mirrors.js",
|
| "src/debug/debug.js",
|
| "src/debug/liveedit.js",
|
| @@ -312,7 +313,6 @@ action("js2c_experimental") {
|
| "src/js/harmony-tostring.js",
|
| "src/js/harmony-regexp.js",
|
| "src/js/harmony-reflect.js",
|
| - "src/js/harmony-spread.js",
|
| "src/js/harmony-object-observe.js",
|
| "src/js/harmony-sharedarraybuffer.js",
|
| "src/js/harmony-simd.js"
|
|
|