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

Unified Diff: deps/all.deps/DEPS

Issue 10892034: Update V8 to 3.12. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments and more clean-up Created 8 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
Index: deps/all.deps/DEPS
diff --git a/deps/all.deps/DEPS b/deps/all.deps/DEPS
index 839cdbd6aaa300206d9089ba7135d6428e0fccda..ba1ed0bedfec75137d83912eb2af43db97b9263c 100644
--- a/deps/all.deps/DEPS
+++ b/deps/all.deps/DEPS
@@ -7,6 +7,7 @@ vars = {
"co19_rev": "@290",
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"chromium_url": "http://src.chromium.org/svn",
+ "v8_version": "3.12",
}
deps = {
@@ -18,7 +19,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk" + Var("gyp_rev"),
"dart/third_party/v8":
- "http://v8.googlecode.com/svn/branches/3.10",
+ "http://v8.googlecode.com/svn/branches/" + Var("v8_version"),
"dart/tests/co19/src":
Var("co19_repo") + "tests/co19/src" + Var("co19_rev"),
« dart/tools/gyp/configurations_xcode.gypi ('K') | « dart/tools/gyp/configurations_xcode.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698