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

Unified Diff: DEPS

Issue 1803003: Initial version of hermetic CygWin script. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 10 years, 8 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 | tools/hermetic_cygwin/MkLink/MkLink.c » ('j') | tools/hermetic_cygwin/MkLink/MkLink.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 2140)
+++ DEPS (working copy)
@@ -8,7 +8,7 @@
"nacl_breakpad_gyp_rev": "1806",
"gyp_rev": "805",
"gtest_rev": "267",
- "tools_rev": "1903",
+ "tools_rev": "2150",
"python_rev": "22967",
"wix_rev": "153",
}
@@ -82,6 +82,9 @@
"third_party/mingw-w64/mingw/bin":
(Var("native_client_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
Var("tools_rev")),
+ "third_party/NSIS":
+ (Var("native_client_trunk") + "/src/third_party/NSIS@" +
+ Var("tools_rev")),
},
}
« no previous file with comments | « no previous file | tools/hermetic_cygwin/MkLink/MkLink.c » ('j') | tools/hermetic_cygwin/MkLink/MkLink.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698