Index: tools/gyp/v8.gyp |
=================================================================== |
--- tools/gyp/v8.gyp (revision 5256) |
+++ tools/gyp/v8.gyp (working copy) |
@@ -336,7 +336,6 @@ |
'../../src/execution.h', |
'../../src/factory.cc', |
'../../src/factory.h', |
- '../../src/fast-codegen.h', |
'../../src/fast-dtoa.cc', |
'../../src/fast-dtoa.h', |
'../../src/flag-definitions.h', |
@@ -487,7 +486,6 @@ |
'../../src/arm', |
], |
'sources': [ |
- '../../src/fast-codegen.cc', |
'../../src/jump-target-light.h', |
'../../src/jump-target-light-inl.h', |
'../../src/jump-target-light.cc', |
@@ -504,7 +502,6 @@ |
'../../src/arm/cpu-arm.cc', |
'../../src/arm/debug-arm.cc', |
'../../src/arm/disasm-arm.cc', |
- '../../src/arm/fast-codegen-arm.cc', |
'../../src/arm/frames-arm.cc', |
'../../src/arm/frames-arm.h', |
'../../src/arm/full-codegen-arm.cc', |
@@ -549,8 +546,6 @@ |
'../../src/ia32/cpu-ia32.cc', |
'../../src/ia32/debug-ia32.cc', |
'../../src/ia32/disasm-ia32.cc', |
- '../../src/ia32/fast-codegen-ia32.cc', |
- '../../src/ia32/fast-codegen-ia32.h', |
'../../src/ia32/frames-ia32.cc', |
'../../src/ia32/frames-ia32.h', |
'../../src/ia32/full-codegen-ia32.cc', |
@@ -571,7 +566,6 @@ |
'../../src/x64', |
], |
'sources': [ |
- '../../src/fast-codegen.cc', |
'../../src/jump-target-heavy.h', |
'../../src/jump-target-heavy-inl.h', |
'../../src/jump-target-heavy.cc', |
@@ -586,7 +580,6 @@ |
'../../src/x64/cpu-x64.cc', |
'../../src/x64/debug-x64.cc', |
'../../src/x64/disasm-x64.cc', |
- '../../src/x64/fast-codegen-x64.cc', |
'../../src/x64/frames-x64.cc', |
'../../src/x64/frames-x64.h', |
'../../src/x64/full-codegen-x64.cc', |