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

Unified Diff: DEPS

Issue 1237803003: Use msvs toolchain from depot_tools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Set environment Created 5 years, 2 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_environment.py » ('j') | build/gyp_v8 » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 8f6cf701ef5747c835608b11ce9b27c5990d7fbd..bd7015ba0bbd016c8855af0078024104d0632bb3 100644
--- a/DEPS
+++ b/DEPS
@@ -134,6 +134,12 @@ hooks = [
'-d', 'v8/tools/luci-go/linux64',
],
},
+ {
+ # Update the Windows toolchain if necessary.
+ 'name': 'win_toolchain',
+ 'pattern': '.',
+ 'action': ['python', 'v8/build/vs_toolchain.py', 'update'],
+ },
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
# https://code.google.com/p/chromium/issues/detail?id=352046
« no previous file with comments | « .gitignore ('k') | build/gyp_environment.py » ('j') | build/gyp_v8 » ('J')

Powered by Google App Engine
This is Rietveld 408576698