Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3485)

Unified Diff: build/temp_gyp/v8.gyp

Issue 43134: Update V8 to version 1.1.1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/temp_gyp/v8.gyp
===================================================================
--- build/temp_gyp/v8.gyp (revision 11536)
+++ build/temp_gyp/v8.gyp (working copy)
@@ -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',
« no previous file with comments | « DEPS ('k') | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/forms/select-namedItem-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698