Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 02d60bd189c4ee541f89a8b70b017a3e81ccb047..3e652cf7c396894b3c89becace141977ce8528b3 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -646,6 +646,8 @@ source_set("v8_base") { |
"src/compiler/graph-visualizer.h", |
"src/compiler/graph.cc", |
"src/compiler/graph.h", |
+ "src/compiler/greedy-allocator.cc", |
+ "src/compiler/greedy-allocator.h", |
"src/compiler/instruction-codes.h", |
"src/compiler/instruction-selector-impl.h", |
"src/compiler/instruction-selector.cc", |