| 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
|
|
|