Index: DEPS |
diff --git a/DEPS b/DEPS |
index 420131c3761ca6b93609a473da68f26c500243d0..586565b226ee7902d9d2f61c85f4856827796017 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -39,7 +39,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": "10089", |
+ "v8_revision": "10153", |
"webrtc_revision": "1027", |
"jsoncpp_revision": "246", |
} |
@@ -105,7 +105,7 @@ deps = { |
(Var("googlecode_url") % "gyp") + "/trunk@1101", |
"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"), |