| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 90b8fe237ced05720689aa690354485db10a5edc..a67948be1fd44aa53c1e149243469b9fc66546ea 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -823,6 +823,8 @@
|
| "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",
|
| "src/compiler/schedule.cc",
|
| "src/compiler/schedule.h",
|
| @@ -1137,8 +1139,6 @@
|
| "src/regexp/regexp-macro-assembler.h",
|
| "src/regexp/regexp-stack.cc",
|
| "src/regexp/regexp-stack.h",
|
| - "src/register-configuration.cc",
|
| - "src/register-configuration.h",
|
| "src/runtime-profiler.cc",
|
| "src/runtime-profiler.h",
|
| "src/runtime/runtime-array.cc",
|
|
|