Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 03c879a2970b29ccccdfcacab0b4fca3b2e1e353..2300e58a888e218a6797ae138ce0b45ab45196a2 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -35,7 +35,7 @@ hooks = [ |
| "name": "run_gitdeps", |
| "pattern": ".", |
| "action": [Var("python_path"), |
| - Var("root") + "/pipa/build/gitdeps.py", |
| + Var("root") + "/pipa/py/gitdeps.py", |
| Var("root") + "/GITDEPS", |
| "--output-dir=" + Var("root"), |
| "--cache-dir", Var("root") + "/.gitdeps-cache"], |