Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 515773e0b94e3971849f4cdad3b4aaa32fb21c4e..01db864572a1922999dbccc81bc8e9029c06eeb8 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -192,6 +192,18 @@ hooks = [ |
| ], |
| }, |
| { |
| + # Downloads the current stable linux sysroot to build/linux/ if needed. |
| + # This sysroot updates at about the same rate that the chrome build deps |
| + # change. |
| + 'name': 'sysroot', |
| + 'pattern': '.', |
| + 'action': [ |
| + 'python', |
| + 'v8/build/linux/sysroot_scripts/install-sysroot.py', |
| + '--running-as-hook', |
| + ], |
| + }, |
| + { |
| # Update the Windows toolchain if necessary. |
| 'name': 'win_toolchain', |
| 'pattern': '.', |