| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 5e8166c07230dd6d20a5d24894a0a0d8d96d751a..882e2bcba27754a94e80b2c6479b4d2038656216 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -231,6 +231,8 @@ action("js2c") {
|
| "src/mirror-debugger.js",
|
| "src/liveedit-debugger.js",
|
| "src/templates.js",
|
| + "src/harmony-array.js",
|
| + "src/harmony-typedarray.js",
|
| ]
|
|
|
| outputs = [
|
| @@ -270,9 +272,7 @@ action("js2c_experimental") {
|
| "src/proxy.js",
|
| "src/generator.js",
|
| "src/harmony-atomics.js",
|
| - "src/harmony-array.js",
|
| "src/harmony-array-includes.js",
|
| - "src/harmony-typedarray.js",
|
| "src/harmony-tostring.js",
|
| "src/harmony-regexp.js",
|
| "src/harmony-reflect.js",
|
|
|