Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 13569b47a0d0dd44490ae3443e6273bcddf4a978..c8ce461eaf6fe222a71a71e911d39783396c8a5e 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -514,6 +514,8 @@ |
'../../src/compiler/instruction-selector-impl.h', |
'../../src/compiler/instruction-selector.cc', |
'../../src/compiler/instruction-selector.h', |
+ '../../src/compiler/instruction-scheduler.cc', |
+ '../../src/compiler/instruction-scheduler.h', |
'../../src/compiler/instruction.cc', |
'../../src/compiler/instruction.h', |
'../../src/compiler/interpreter-assembler.cc', |
@@ -1088,6 +1090,7 @@ |
'../../src/arm/simulator-arm.h', |
'../../src/compiler/arm/code-generator-arm.cc', |
'../../src/compiler/arm/instruction-codes-arm.h', |
+ '../../src/compiler/arm/instruction-scheduler-arm.cc', |
'../../src/compiler/arm/instruction-selector-arm.cc', |
'../../src/crankshaft/arm/lithium-arm.cc', |
'../../src/crankshaft/arm/lithium-arm.h', |
@@ -1141,6 +1144,7 @@ |
'../../src/arm64/utils-arm64.h', |
'../../src/compiler/arm64/code-generator-arm64.cc', |
'../../src/compiler/arm64/instruction-codes-arm64.h', |
+ '../../src/compiler/arm64/instruction-scheduler-arm64.cc', |
'../../src/compiler/arm64/instruction-selector-arm64.cc', |
'../../src/crankshaft/arm64/delayed-masm-arm64.cc', |
'../../src/crankshaft/arm64/delayed-masm-arm64.h', |
@@ -1182,6 +1186,7 @@ |
'../../src/ia32/macro-assembler-ia32.h', |
'../../src/compiler/ia32/code-generator-ia32.cc', |
'../../src/compiler/ia32/instruction-codes-ia32.h', |
+ '../../src/compiler/ia32/instruction-scheduler-ia32.cc', |
'../../src/compiler/ia32/instruction-selector-ia32.cc', |
'../../src/crankshaft/ia32/lithium-codegen-ia32.cc', |
'../../src/crankshaft/ia32/lithium-codegen-ia32.h', |
@@ -1361,6 +1366,7 @@ |
'sources': [ |
'../../src/compiler/x64/code-generator-x64.cc', |
'../../src/compiler/x64/instruction-codes-x64.h', |
+ '../../src/compiler/x64/instruction-scheduler-x64.cc', |
'../../src/compiler/x64/instruction-selector-x64.cc', |
], |
}], |