summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 18:18:13 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 18:18:13 +0000
commit72f69195721eb1ce249186f56d8ea14ebe254ba9 (patch)
tree48c5cd0e75a1b0ca5b0bd4cabd92bf8a9db34885 /build/temp_gyp
parente96d6ed862343762deec6906a50213d9b133620e (diff)
downloadchromium_src-72f69195721eb1ce249186f56d8ea14ebe254ba9.zip
chromium_src-72f69195721eb1ce249186f56d8ea14ebe254ba9.tar.gz
chromium_src-72f69195721eb1ce249186f56d8ea14ebe254ba9.tar.bz2
Update V8 containing the new compiler infrastructure.
We will pull this out again once the dev channel release has been cut. We need to get this in the dev channel release to have the new infrastructure tested in the real world. Review URL: http://codereview.chromium.org/42234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/v8.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp
index d7d6cdc..3991900 100644
--- a/build/temp_gyp/v8.gyp
+++ b/build/temp_gyp/v8.gyp
@@ -68,6 +68,8 @@
'../../v8/src/debug-ia32.cc',
'../../v8/src/debug.cc',
'../../v8/src/debug.h',
+ '../../v8/src/debug-agent.cc',
+ '../../v8/src/debug-agent.h',
'../../v8/src/disasm-arm.cc',
'../../v8/src/disasm-ia32.cc',
'../../v8/src/disasm.h',
@@ -106,6 +108,10 @@
'../../v8/src/ic.h',
'../../v8/src/interpreter-irregexp.cc',
'../../v8/src/interpreter-irregexp.h',
+ '../../v8/src/jump-target.cc',
+ '../../v8/src/jump-target.h',
+ '../../v8/src/jump-target-arm.cc',
+ '../../v8/src/jump-target-ia32.cc',
'../../v8/src/jsregexp-inl.h',
'../../v8/src/jsregexp.cc',
'../../v8/src/jsregexp.h',
@@ -128,6 +134,8 @@
'../../v8/src/objects-inl.h',
'../../v8/src/objects.cc',
'../../v8/src/objects.h',
+ '../../v8/src/oprofile-agent.h',
+ '../../v8/src/oprofile-agent.cc',
'../../v8/src/parser.cc',
'../../v8/src/parser.h',
'../../v8/src/platform-freebsd.cc',
@@ -153,6 +161,10 @@
'../../v8/src/regexp-macro-assembler.h',
'../../v8/src/regexp-stack.cc',
'../../v8/src/regexp-stack.h',
+ '../../v8/src/register-allocator.h',
+ '../../v8/src/register-allocator.cc',
+ '../../v8/src/register-allocator-arm.cc',
+ '../../v8/src/register-allocator-ia32.cc',
'../../v8/src/rewriter.cc',
'../../v8/src/rewriter.h',
'../../v8/src/runtime.cc',
@@ -198,6 +210,12 @@
'../../v8/src/v8threads.h',
'../../v8/src/variables.cc',
'../../v8/src/variables.h',
+ '../../v8/src/virtual-frame.h',
+ '../../v8/src/virtual-frame.cc',
+ '../../v8/src/virtual-frame-arm.h',
+ '../../v8/src/virtual-frame-arm.cc',
+ '../../v8/src/virtual-frame-ia32.h',
+ '../../v8/src/virtual-frame-ia32.cc',
'../../v8/src/zone-inl.h',
'../../v8/src/zone.cc',
'../../v8/src/zone.h',