diff options
-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": "10163", + "v8_revision": "10275", "webrtc_revision": "1165", "jsoncpp_revision": "246", } @@ -106,7 +106,7 @@ deps = { (Var("googlecode_url") % "gyp") + "/trunk@1107", "src/v8": - (Var("googlecode_url") % "v8") + "/branches/3.7@" + Var("v8_revision"), + (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |