diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 13:41:02 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 13:41:02 +0000 |
commit | 820b476355e1a71fece1b6d70b8e1677c36d7218 (patch) | |
tree | 669f6cf6ea5ccc32ac9e4376ff3f3ce4a57c4cb7 /build | |
parent | 1b6cdc850d7eb2b4a19f5a51dca2ad57c9a9622f (diff) | |
download | chromium_src-820b476355e1a71fece1b6d70b8e1677c36d7218.zip chromium_src-820b476355e1a71fece1b6d70b8e1677c36d7218.tar.gz chromium_src-820b476355e1a71fece1b6d70b8e1677c36d7218.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/temp_gyp/v8.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
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', |