Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 2a198fbd78fb86a5aa940dc16bb35f704435bda5..129c184629d9889e3630bc08f11459b19e58d82a 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1022,6 +1022,8 @@ v8_source_set("v8_base") { |
"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", |