| Index: BUILD.gn
 | 
| diff --git a/BUILD.gn b/BUILD.gn
 | 
| index 7a987ecb31282ebe9859f859e0247f4e33419512..4169ed54dbc206321f83274110481cadd631101d 100644
 | 
| --- a/BUILD.gn
 | 
| +++ b/BUILD.gn
 | 
| @@ -732,6 +732,8 @@ source_set("v8_base") {
 | 
|      "src/compiler/select-lowering.h",
 | 
|      "src/compiler/simplified-lowering.cc",
 | 
|      "src/compiler/simplified-lowering.h",
 | 
| +    "src/compiler/simplified-operator-reducer.cc",
 | 
| +    "src/compiler/simplified-operator-reducer.h",
 | 
|      "src/compiler/simplified-operator.cc",
 | 
|      "src/compiler/simplified-operator.h",
 | 
|      "src/compiler/source-position.cc",
 | 
| 
 |