| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 4b5b1ef0bc6beefe644747a3c802a90494b7b640..8c66bdd75b4234254e5c68c45a133ec4e55e4a00 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -988,6 +988,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",
|
|
|