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

Unified Diff: DEPS

Issue 70493006: Auto-updating script for Windows toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove --local debugging 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..d4444f450c40511e7f84d5ecfaa308c675b4de4d 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": "\\.sha1$",
M-A Ruel 2013/11/26 16:09:50 third_party/win_toolchain/toolchain\\.sha1
scottmg 2013/11/26 17:41:29 Done.
+ "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",
« no previous file with comments | « no previous file | third_party/win_toolchain/toolchain.sha1 » ('j') | tools/win/toolchain/get_toolchain_if_necessary.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698