Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: DEPS

Issue 8770049: Revert r112684 'Update v8 to version 3.7.12.2'. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 2ca85536d80d3430d89a199fc58ea5586b1179c7..625137618819517fc7907d2aa0855729de7aede5 100644
--- a/DEPS
+++ b/DEPS
@@ -38,7 +38,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": "10136",
+ "v8_revision": "10089",
"webrtc_revision": "1027",
"jsoncpp_revision": "246",
}
@@ -104,7 +104,7 @@ deps = {
(Var("googlecode_url") % "gyp") + "/trunk@1101",
"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"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698