win: update the toolchain if necessary
R=jam@chromium.org
Review URL: https://codereview.chromium.org/708253002
diff --git a/DEPS b/DEPS
index 3b3fb1a..0ebf1f5 100644
--- a/DEPS
+++ b/DEPS
@@ -217,6 +217,12 @@
'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
},
{
+ # Update the Windows toolchain if necessary.
+ 'name': 'win_toolchain',
+ 'pattern': '.',
+ 'action': ['python', 'src/build/vs_toolchain.py', 'update'],
+ },
+ {
# Update LASTCHANGE. This is also run by export_tarball.py in
# src/tools/export_tarball - please keep them in sync.
'name': 'lastchange',