Remove "Windows toolchain" step from DEPS. May only be used by gyp.

BUG=570091, 748486
R=phajdan.jr@chromium.org

Review-Url: https://codereview.chromium.org/2988953002 .
This commit is contained in:
William Hesse 2017-07-27 13:20:46 +02:00
parent c8b39cee64
commit 5a8520ba91

6
DEPS
View file

@ -471,12 +471,6 @@ hooks = [
'pattern': '.',
'action': ['python', 'sdk/tools/buildtools/update.py'],
},
{
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
},
{
"pattern": ".",
"action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],