diff options
author | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-10 14:00:49 +0000 |
---|---|---|
committer | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-10 14:00:49 +0000 |
commit | 35be6278603c8d4d59d275ab95df1428679cf3c1 (patch) | |
tree | 7511b50a315c5cd6af0306ff052cb57a16488180 /DEPS | |
parent | 2edc32ff69735ae01c8ab8d72f782d206af91c72 (diff) | |
download | chromium_src-35be6278603c8d4d59d275ab95df1428679cf3c1.zip chromium_src-35be6278603c8d4d59d275ab95df1428679cf3c1.tar.gz chromium_src-35be6278603c8d4d59d275ab95df1428679cf3c1.tar.bz2 |
Update V8 to version 3.0.7.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6216001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ deps = { (Var("googlecode_url") % "gyp") + "/trunk@857", "src/v8": - (Var("googlecode_url") % "v8") + "/trunk@6190", + (Var("googlecode_url") % "v8") + "/trunk@6238", "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |