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

Unified Diff: DEPS

Issue 226643011: Split toolchain update and install lookup to make generation faster (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to Update Created 6 years, 8 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 | « .gitignore ('k') | build/gyp_chromium » ('j') | 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 b7a06f1efbf6a4516496924413c8ad52634c0366..5afb8c5432a840764930ff5ea991c192acffa2fc 100644
--- a/DEPS
+++ b/DEPS
@@ -637,6 +637,12 @@ hooks = [
"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",
« no previous file with comments | « .gitignore ('k') | build/gyp_chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698