| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 92e554e21d79239958e235654f365b0bf8dee8d6..9fb1fdcc378856f0f9e569e59f9fa061109a6a66 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -886,6 +886,10 @@ source_set("v8_base") {
|
| "src/compiler/state-values-utils.h",
|
| "src/compiler/tail-call-optimization.cc",
|
| "src/compiler/tail-call-optimization.h",
|
| + "src/compiler/type-hint-analyzer.cc",
|
| + "src/compiler/type-hint-analyzer.h",
|
| + "src/compiler/type-hints.cc",
|
| + "src/compiler/type-hints.h",
|
| "src/compiler/typer.cc",
|
| "src/compiler/typer.h",
|
| "src/compiler/value-numbering-reducer.cc",
|
|
|