| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 388c10f3ab729bebbd620763a9aaee01a7908fcc..696434daf8a6ced0e6f6937453808079f43740eb 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -416,6 +416,7 @@
|
| '../../src/compiler/code-generator-impl.h',
|
| '../../src/compiler/code-generator.cc',
|
| '../../src/compiler/code-generator.h',
|
| + '../../src/compiler/common-node-cache.cc',
|
| '../../src/compiler/common-node-cache.h',
|
| '../../src/compiler/common-operator-reducer.cc',
|
| '../../src/compiler/common-operator-reducer.h',
|
| @@ -490,8 +491,9 @@
|
| '../../src/compiler/node-properties.h',
|
| '../../src/compiler/node.cc',
|
| '../../src/compiler/node.h',
|
| + '../../src/compiler/opcodes.cc',
|
| '../../src/compiler/opcodes.h',
|
| - '../../src/compiler/operator-properties-inl.h',
|
| + '../../src/compiler/operator-properties.cc',
|
| '../../src/compiler/operator-properties.h',
|
| '../../src/compiler/operator.cc',
|
| '../../src/compiler/operator.h',
|
|
|