summaryrefslogtreecommitdiffstats
path: root/o3d/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/DEPS')
-rw-r--r--o3d/DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/DEPS b/o3d/DEPS
index 09e5559..8c80b50 100644
--- a/o3d/DEPS
+++ b/o3d/DEPS
@@ -8,7 +8,7 @@ vars = {
"gtest_rev": "267",
"gflags_rev": "30",
"breakpad_rev": "346",
- "v8_rev": "2507",
+ "v8_rev": "2624",
}
deps = {
@@ -70,7 +70,7 @@ deps = {
"http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var("o3d_code_rev"),
"o3d/third_party/v8":
- "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"),
+ "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"),
# NACL has to be in this weird directory because it looks for
# googleclient two levels above it.