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

Unified Diff: DEPS

Issue 2988953002: Remove "Windows toolchain" step from DEPS. May only be used by gyp. (Closed)
Patch Set: Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f85e05934a1c6e77ef7480e566383636c625a62b..16ebd4adb0396a06896fba2e3de379a610492c28 100644
--- a/DEPS
+++ b/DEPS
@@ -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"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698