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