diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 19:22:06 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 19:22:06 +0000 |
commit | 400674ca7a8973c7c872605f42b88fc07f9471d7 (patch) | |
tree | b00d5bd6b991f7ce2283cd31922051c6d0d1c2a3 | |
parent | 20543ba53ab8737affb06a21149c15f772246aed (diff) | |
download | chromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.zip chromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.tar.gz chromium_src-400674ca7a8973c7c872605f42b88fc07f9471d7.tar.bz2 |
Revert 114199 - Update V8 to version 3.8.0.
TBR=erik.corry
Review URL: http://codereview.chromium.org/8935003
TBR=ricow@chromium.org
Review URL: http://codereview.chromium.org/8907020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114243 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. - "v8_revision": "10239", + "v8_revision": "10163", "webrtc_revision": "1165", "jsoncpp_revision": "246", } @@ -106,7 +106,7 @@ deps = { (Var("googlecode_url") % "gyp") + "/trunk@1104", "src/v8": - (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), + (Var("googlecode_url") % "v8") + "/branches/3.7@" + Var("v8_revision"), "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |