| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index eaf8994992fadb737cc59cfc43081b306d1c5ab0..52d3c252b7ef0a20204ce83f2321a116a4d56c85 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -948,7 +948,6 @@ v8_source_set("v8_base") {
|
| "src/ast/modules.h",
|
| "src/ast/prettyprinter.cc",
|
| "src/ast/prettyprinter.h",
|
| - "src/ast/scopeinfo.cc",
|
| "src/ast/scopes.cc",
|
| "src/ast/scopes.h",
|
| "src/ast/variables.cc",
|
| @@ -1570,6 +1569,7 @@ v8_source_set("v8_base") {
|
| "src/objects/module-info.h",
|
| "src/objects/object-macros-undef.h",
|
| "src/objects/object-macros.h",
|
| + "src/objects/scope-info.cc",
|
| "src/objects/scope-info.h",
|
| "src/ostreams.cc",
|
| "src/ostreams.h",
|
|
|