From 820b476355e1a71fece1b6d70b8e1677c36d7218 Mon Sep 17 00:00:00 2001 From: "kasperl@google.com" Date: Tue, 14 Apr 2009 13:41:02 +0000 Subject: Update V8 in Chromium to version 1.1.8. The motivation for this change is to get the V8 latest builder compiling again so we can keep track of any regressions (new files were introduced - need to update the v8.gyp file). Review URL: http://codereview.chromium.org/73032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13654 0039d316-1c4b-4281-b951-d872f2087c98 --- build/temp_gyp/v8.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index a7b340b..ab9c8f2 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -92,6 +92,8 @@ '../../v8/src/frames-inl.h', '../../v8/src/frames.cc', '../../v8/src/frames.h', + '../../v8/src/func-name-inferrer.cc', + '../../v8/src/func-name-inferrer.h', '../../v8/src/global-handles.cc', '../../v8/src/global-handles.h', '../../v8/src/globals.h', -- cgit v1.1