| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 3d895c16628fa948d19001186893a0442189e275..c8abd433a4a83a03f454c87d3fea1c0cfea5ab3a 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -589,6 +589,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',
|
| @@ -901,8 +903,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/rewriter.cc',
|
| '../../src/rewriter.h',
|
| '../../src/runtime-profiler.cc',
|
|
|