diff options
author | lrn@chromium.org <lrn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:21:08 +0000 |
---|---|---|
committer | lrn@chromium.org <lrn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:21:08 +0000 |
commit | 7457ff25073d43d82b7b3125278213ccd7fa39ec (patch) | |
tree | f468ad4e0b700f8f8a0da98348a34e7894d51ead /DEPS | |
parent | 5fb696513a5875afbf9fda9deeecb8e415f19ede (diff) | |
download | chromium_src-7457ff25073d43d82b7b3125278213ccd7fa39ec.zip chromium_src-7457ff25073d43d82b7b3125278213ccd7fa39ec.tar.gz chromium_src-7457ff25073d43d82b7b3125278213ccd7fa39ec.tar.bz2 |
Update V8 to version 3.0.6.
Review URL: http://codereview.chromium.org/6106001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70498 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@6101", + (Var("googlecode_url") % "v8") + "/trunk@6169", "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |