Index: DEPS |
=================================================================== |
--- DEPS (revision 114242) |
+++ DEPS (working copy) |
@@ -40,7 +40,7 @@ |
# 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 @@ |
(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"), |