| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index f92e1bc0faf1460d6ac331573290286a87660993..ad4a5bd57deb73ad08367238531837f635db7d3d 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -777,10 +777,6 @@ source_set("v8_base") {
|
| "src/compiler/js-native-context-specialization.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-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",
|
|
|