Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 550bb6896ccfdb3226259dae30461c8fe13682f2..c5782c1cd304e28eb2aa09c7533cd70ab43f8448 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -381,6 +381,7 @@ |
'../../src/compiler/code-generator.cc', |
'../../src/compiler/code-generator.h', |
'../../src/compiler/common-node-cache.h', |
+ '../../src/compiler/common-operator.h', |
'../../src/compiler/control-builders.cc', |
'../../src/compiler/control-builders.h', |
'../../src/compiler/frame.h', |
@@ -435,6 +436,7 @@ |
'../../src/compiler/node-properties.h', |
'../../src/compiler/node.cc', |
'../../src/compiler/node.h', |
+ '../../src/compiler/opcodes.h', |
'../../src/compiler/operator-properties-inl.h', |
'../../src/compiler/operator-properties.h', |
'../../src/compiler/operator.h', |
@@ -445,7 +447,7 @@ |
'../../src/compiler/raw-machine-assembler.h', |
'../../src/compiler/register-allocator.cc', |
'../../src/compiler/register-allocator.h', |
- '../../src/compiler/representation-changer.h', |
+ '../../src/compiler/representation-change.h', |
'../../src/compiler/schedule.cc', |
'../../src/compiler/schedule.h', |
'../../src/compiler/scheduler.cc', |