Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index d4a8e1b4f00553a4d4a3e6c85c6539e209624bbd..d4223967dd65638b1801ae0d8704480a05750f22 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -998,6 +998,8 @@ v8_source_set("v8_base") { |
"src/compiler/source-position.h", |
"src/compiler/state-values-utils.cc", |
"src/compiler/state-values-utils.h", |
+ "src/compiler/store-store-elimination.cc", |
+ "src/compiler/store-store-elimination.h", |
"src/compiler/tail-call-optimization.cc", |
"src/compiler/tail-call-optimization.h", |
"src/compiler/type-hint-analyzer.cc", |