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

Unified Diff: DEPS

Issue 8423013: Point NSIS DEPS reference at its new home (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix tools_rev Created 9 years, 2 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 | « 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 ef2c5dec02c8fc454f14337df4d97af8aa694793..129755dbf8dc6db51cc4e5a8a0ede347a74b44c4 100644
--- a/DEPS
+++ b/DEPS
@@ -20,7 +20,7 @@ vars = {
"native_client_trunk": "http://src.chromium.org/native_client/trunk",
"o3d_trunk": "http://o3d.googlecode.com/svn/trunk",
"python_26_rev": "53573",
- "tools_rev": "7066",
+ "tools_rev": "7072",
"valgrind_rev": "5674",
"wix_rev": "153",
}
@@ -108,7 +108,7 @@ deps_os = {
(Var("native_client_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
Var("tools_rev")),
"third_party/NSIS":
- (Var("native_client_trunk") + "/src/third_party/NSIS@" +
+ (Var("native_client_trunk") + "/deps/third_party/NSIS@" +
Var("tools_rev")),
"third_party/python_26":
(Var("chromium_trunk") + "/tools/third_party/python_26@" +
« 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