Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 3cdb5323fd7731905ef07a3dfbcac91ed36c7211..7694399ff904283cb0deb61ab4fb645792088718 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -578,7 +578,7 @@ hooks = [ |
| # Note: On Win, this should run after win_toolchain, as it may use it. |
| 'name': 'clang', |
| 'pattern': '.', |
| - 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
| + 'action': ['python', 'src/tools/clang/scripts/update.py'], |
| }, |
| { |
| # Update LASTCHANGE. |