| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 8926fb3a89ed01bb1cccdcc79a6f2d90617e6a4f..5ea07bca71e602864db22e5683715bfced53806c 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -542,6 +542,8 @@ source_set("v8_base") {
|
| "src/compiler/simplified-lowering.cc",
|
| "src/compiler/simplified-lowering.h",
|
| "src/compiler/simplified-node-factory.h",
|
| + "src/compiler/simplified-operator-reducer.cc",
|
| + "src/compiler/simplified-operator-reducer.h",
|
| "src/compiler/simplified-operator.h",
|
| "src/compiler/source-position.cc",
|
| "src/compiler/source-position.h",
|
|
|