| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 88f370273a1e312550aa791ceae7de063ca087c5..df4a2640849c794aa0cf8d9ffe48dc617b4cee3f 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -451,6 +451,8 @@
|
| '../../src/compilation-statistics.h',
|
| '../../src/compiler/access-builder.cc',
|
| '../../src/compiler/access-builder.h',
|
| + '../../src/compiler/access-info.cc',
|
| + '../../src/compiler/access-info.h',
|
| '../../src/compiler/all-nodes.cc',
|
| '../../src/compiler/all-nodes.h',
|
| '../../src/compiler/ast-graph-builder.cc',
|
| @@ -583,8 +585,6 @@
|
| '../../src/compiler/pipeline.h',
|
| '../../src/compiler/pipeline-statistics.cc',
|
| '../../src/compiler/pipeline-statistics.h',
|
| - '../../src/compiler/property-access-info.cc',
|
| - '../../src/compiler/property-access-info.h',
|
| '../../src/compiler/raw-machine-assembler.cc',
|
| '../../src/compiler/raw-machine-assembler.h',
|
| '../../src/compiler/register-allocator.cc',
|
|
|