| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index f6499e716e3a5448d501803998d717d6ccccf6b8..43f05b9637569f03dd62ca2633700393ca3201f7 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1198,6 +1198,8 @@ v8_source_set("v8_base") {
|
| "src/compiler/js-context-specialization.h",
|
| "src/compiler/js-create-lowering.cc",
|
| "src/compiler/js-create-lowering.h",
|
| + "src/compiler/js-for-in-lowering.cc",
|
| + "src/compiler/js-for-in-lowering.h",
|
| "src/compiler/js-frame-specialization.cc",
|
| "src/compiler/js-frame-specialization.h",
|
| "src/compiler/js-generic-lowering.cc",
|
|
|