| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2a198fbd78fb86a5aa940dc16bb35f704435bda5..414f1574de346a809ba2ac99729ac0156d224e0d 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1018,10 +1018,13 @@ v8_source_set("v8_base") {
|
| "src/compiler/basic-block-instrumentor.h",
|
| "src/compiler/branch-elimination.cc",
|
| "src/compiler/branch-elimination.h",
|
| + "src/compiler/bytecode-analysis-liveness.h",
|
| "src/compiler/bytecode-analysis.cc",
|
| "src/compiler/bytecode-analysis.h",
|
| "src/compiler/bytecode-graph-builder.cc",
|
| "src/compiler/bytecode-graph-builder.h",
|
| + "src/compiler/bytecode-liveness-map.cc",
|
| + "src/compiler/bytecode-liveness-map.h",
|
| "src/compiler/c-linkage.cc",
|
| "src/compiler/checkpoint-elimination.cc",
|
| "src/compiler/checkpoint-elimination.h",
|
|
|