| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 059ee07086248da5ef965c679041e0e0a356e0af..c7e8ae5c929cf30b45beed748692a89c4aeaf641 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -687,6 +687,8 @@ source_set("v8_base") {
|
| "src/compiler/js-operator.h",
|
| "src/compiler/js-type-feedback.cc",
|
| "src/compiler/js-type-feedback.h",
|
| + "src/compiler/js-type-feedback-lowering.cc",
|
| + "src/compiler/js-type-feedback-lowering.h",
|
| "src/compiler/js-typed-lowering.cc",
|
| "src/compiler/js-typed-lowering.h",
|
| "src/compiler/jump-threading.cc",
|
|
|