| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 466fac63cce2be51c68e85965eb925167010be55..f84aa1d03332bc374af9f49c3c43c14027269fca 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -985,6 +985,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/scheduler.h",
|
| "src/compiler/select-lowering.cc",
|
| "src/compiler/select-lowering.h",
|
| + "src/compiler/simd-lowering.cc",
|
| + "src/compiler/simd-lowering.h",
|
| "src/compiler/simplified-lowering.cc",
|
| "src/compiler/simplified-lowering.h",
|
| "src/compiler/simplified-operator-reducer.cc",
|
|
|