| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 0b1b06e4f4f39d5424595f3d1757ae4395538b9c..bc4d457f472fcc6ee88412bae238583c8149cc49 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -571,6 +571,8 @@ source_set("v8_base") {
|
| "src/compiler/raw-machine-assembler.h",
|
| "src/compiler/register-allocator.cc",
|
| "src/compiler/register-allocator.h",
|
| + "src/compiler/register-configuration.cc",
|
| + "src/compiler/register-configuration.h",
|
| "src/compiler/representation-change.h",
|
| "src/compiler/schedule.cc",
|
| "src/compiler/schedule.h",
|
|
|