Index: DEPS |
diff --git a/DEPS b/DEPS |
index 8d917dbd7387124c9562748f1efcd1826bd3262b..6483b91378b993037b37271462ab551aa78f4334 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -29,7 +29,7 @@ vars = { |
"ffmpeg_revision": "108357", |
"sfntly_revision": "98", |
"skia_revision": "2633", |
- "v8_revision": "9897", |
+ "v8_revision": "9917", |
"webrtc_revision": "906", |
"jsoncpp_revision": "246", |
} |
@@ -95,7 +95,8 @@ deps = { |
(Var("googlecode_url") % "gyp") + "/trunk@1088", |
"src/v8": |
- (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |
+ #(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |
+ (Var("googlecode_url") % "v8") + "/branches/bleeding_edge@" + Var("v8_revision"), |
"src/native_client": |
Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |