Fix my fast-codegen.cc gyp file stupidity.
Review URL: http://codereview.chromium.org/1207007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4277 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e2392bd586
commit
6a8398cffa
@ -276,7 +276,6 @@
|
||||
'../../src/execution.h',
|
||||
'../../src/factory.cc',
|
||||
'../../src/factory.h',
|
||||
'../../src/fast-codegen.cc',
|
||||
'../../src/fast-codegen.h',
|
||||
'../../src/fast-dtoa.cc',
|
||||
'../../src/fast-dtoa.h',
|
||||
@ -417,6 +416,7 @@
|
||||
'../../src/arm',
|
||||
],
|
||||
'sources': [
|
||||
'../../src/fast-codegen.cc',
|
||||
'../../src/jump-target-light-inl.h',
|
||||
'../../src/jump-target-light.cc',
|
||||
'../../src/virtual-frame-light-inl.h',
|
||||
@ -497,6 +497,7 @@
|
||||
'../../src/x64',
|
||||
],
|
||||
'sources': [
|
||||
'../../src/fast-codegen.cc',
|
||||
'../../src/jump-target-heavy-inl.h',
|
||||
'../../src/jump-target-heavy.cc',
|
||||
'../../src/virtual-frame-heavy-inl.h',
|
||||
|
Loading…
Reference in New Issue
Block a user