Commit 6a8398cf authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

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
parent e2392bd5
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment