diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 11:45:16 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 11:45:16 +0000 |
commit | e8d370218bb74d4df8ac5dd5e09d8750087a91d0 (patch) | |
tree | 81826290bdc19226a284c73aab6d88855348b17b /DEPS | |
parent | 56f3e751a1ad448e9fd0c9fe6721a4d4a42df0f6 (diff) | |
download | chromium_src-e8d370218bb74d4df8ac5dd5e09d8750087a91d0.zip chromium_src-e8d370218bb74d4df8ac5dd5e09d8750087a91d0.tar.gz chromium_src-e8d370218bb74d4df8ac5dd5e09d8750087a91d0.tar.bz2 |
Update V8 to version 3.0.1.1
This includes temporary test_expectations, will push a fix to webkit later today.
Review URL: http://codereview.chromium.org/5805003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69121 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@5939", + (Var("googlecode_url") % "v8") + "/trunk@6004", "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |