diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 23:48:58 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 23:48:58 +0000 |
commit | 3a3cc119fde8adc24b9148bcca026005db396ada (patch) | |
tree | 5dc88dbd8af26ed9da13bad5036bc1df579b6af2 /build/temp_gyp | |
parent | e8ef09a6c4c3ee5282162eb64cfa05206fbf9513 (diff) | |
download | chromium_src-3a3cc119fde8adc24b9148bcca026005db396ada.zip chromium_src-3a3cc119fde8adc24b9148bcca026005db396ada.tar.gz chromium_src-3a3cc119fde8adc24b9148bcca026005db396ada.tar.bz2 |
Pull out V8 update.
Review URL: http://codereview.chromium.org/44006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r-- | build/temp_gyp/v8.gyp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index 3991900..d7d6cdc 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -68,8 +68,6 @@ '../../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', @@ -108,10 +106,6 @@ '../../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', @@ -134,8 +128,6 @@ '../../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', @@ -161,10 +153,6 @@ '../../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', @@ -210,12 +198,6 @@ '../../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', |