| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 9ccd5c2646a123be8612572bab7b32c4287cb66e..81d70568a2795e6c19df14bcf43701a572d2b2b9 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1030,6 +1030,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",
|
|
|