Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index ec52e306f9cb2143978e813017279a196b524c70..d4444f450c40511e7f84d5ecfaa308c675b4de4d 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -641,6 +641,14 @@ hooks = [ |
| "-s", "src/third_party/WebKit", |
| "-o", "src/build/util/LASTCHANGE.blink"], |
| }, |
| + # Windows toolchain setup. |
| + { |
| + "name": "toolchain_win", |
| + "pattern": "\\.sha1$", |
|
M-A Ruel
2013/11/26 16:09:50
third_party/win_toolchain/toolchain\\.sha1
scottmg
2013/11/26 17:41:29
Done.
|
| + "action": [ "python", |
| + "src/tools/win/toolchain/get_toolchain_if_necessary.py", |
| + ], |
| + }, |
| # Pull GN binaries. This needs to be before running GYP below. |
| { |
| "name": "gn_win", |