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

Unified Diff: DEPS_gyp

Issue 164035: Update v8 to 1.3.2, same as chrome. That version has a fix for Linux. (Closed)
Patch Set: Created 11 years, 4 months 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS_gyp
diff --git a/DEPS_gyp b/DEPS_gyp
index 404768bb119a5a74c838e8257b9f0037e7b625f9..a68b9211c87f322a3517d9cac3493b75a6d5de2d 100644
--- a/DEPS_gyp
+++ b/DEPS_gyp
@@ -8,7 +8,7 @@ vars = {
"gtest_rev": "267",
"gflags_rev": "30",
"breakpad_rev": "346",
- "v8_rev": "2507",
+ "v8_rev": "2624",
"icu38_rev": "20192",
}
@@ -76,7 +76,7 @@ deps = {
Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"),
"v8":
- "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"),
+ "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"),
"testing":
Var("chromium_trunk") + "/src/testing@" + Var("chromium_rev"),
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698