| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 1758ee9e1fa86dd6d430927ce7ffe31f5d6d91de..d77931c7ec5e9bde20b33f9692daaecf67be0078 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -572,6 +572,8 @@ source_set("v8_base") {
|
| "src/compiler/raw-machine-assembler.h",
|
| "src/compiler/register-allocator.cc",
|
| "src/compiler/register-allocator.h",
|
| + "src/compiler/register-allocator-verifier.cc",
|
| + "src/compiler/register-allocator-verifier.h",
|
| "src/compiler/register-configuration.cc",
|
| "src/compiler/register-configuration.h",
|
| "src/compiler/representation-change.h",
|
|
|