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

Unified Diff: DEPS

Issue 70493006: Auto-updating script for Windows toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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
diff --git a/DEPS b/DEPS
index ec52e306f9cb2143978e813017279a196b524c70..da5b7d22fb2d8fc087126a28e8d585edf9ea22b1 100644
--- a/DEPS
+++ b/DEPS
@@ -641,6 +641,14 @@ hooks = [
"-s", "src/third_party/WebKit",
"-o", "src/build/util/LASTCHANGE.blink"],
},
+ # Windows toolchain setup.
+ {
+ "name": "toolchain_win",
+ "pattern": "third_party/win_toolchain/toolchain\\.sha1",
+ "action": [ "python",
+ "src/tools/win/toolchain/get_toolchain_if_necessary.py",
+ ],
+ },
# Pull GN binaries. This needs to be before running GYP below.
{
"name": "gn_win",

Powered by Google App Engine
This is Rietveld 408576698