Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 5f4a127b5158977b43bda83687dde7ed37c856d1..8e4c4148157e89198225a41fb0c4632481ad103d 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -819,8 +819,6 @@ source_set("v8_base") { |
"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", |
@@ -1150,6 +1148,8 @@ source_set("v8_base") { |
"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", |