Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index a12af1d349cab52bf3d94ce3469ba10f8c51e606..bb154988cf3f24fd09cf02ab0210272a0fd2c306 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -235,6 +235,12 @@ hooks = [ |
| 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
| }, |
| { |
| + # Pull dart sdk if needed |
| + 'name': 'dart', |
| + 'pattern': '.', |
| + 'action': ['python', 'src/tools/dart/update.py'], |
| + }, |
| + { |
| # Update the Windows toolchain if necessary. |
| 'name': 'win_toolchain', |
| 'pattern': '.', |