| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 424738cff2bc39089f6052984519db5a48076340..233499b71025ebfa04fb9171015f7c44fdf3a19f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -678,6 +678,8 @@ source_set("v8_base") {
|
| "src/compiler/source-position.h",
|
| "src/compiler/state-values-utils.cc",
|
| "src/compiler/state-values-utils.h",
|
| + "src/compiler/tail-call-optimization.cc",
|
| + "src/compiler/tail-call-optimization.h",
|
| "src/compiler/typer.cc",
|
| "src/compiler/typer.h",
|
| "src/compiler/value-numbering-reducer.cc",
|
|
|