| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index f0507fd780d962fac047fa5dd996308d01e5d685..65e51010182ff1a7b03eb26769b1cca118021c3b 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -313,7 +313,8 @@ action("js2c_experimental") {
|
| "src/harmony-reflect.js",
|
| "src/harmony-spread.js",
|
| "src/harmony-object.js",
|
| - "src/harmony-sharedarraybuffer.js"
|
| + "src/harmony-sharedarraybuffer.js",
|
| + "src/harmony-simd.js"
|
| ]
|
|
|
| outputs = [
|
| @@ -1087,6 +1088,7 @@ source_set("v8_base") {
|
| "src/runtime/runtime-proxy.cc",
|
| "src/runtime/runtime-regexp.cc",
|
| "src/runtime/runtime-scopes.cc",
|
| + "src/runtime/runtime-simd.cc",
|
| "src/runtime/runtime-strings.cc",
|
| "src/runtime/runtime-symbol.cc",
|
| "src/runtime/runtime-test.cc",
|
|
|