| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 918d3eb2a40015c776cac79afea204d0d425dbed..9b939e2a40873611f1585f9033a4fcfce3139a51 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -1,3 +1,5 @@
|
| +recursion = 1
|
| +
|
| deps = {
|
| "build/scripts/gsd_generate_index":
|
| "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index",
|
| @@ -32,8 +34,8 @@ hooks = [
|
| {
|
| "pattern": r".*/cros_chromite\.py",
|
| "action": [
|
| - "./build/scripts/tools/runit.py",
|
| - "./build/scripts/common/cros_chromite.py", "-v",
|
| + "python", "build/scripts/tools/runit.py",
|
| + "build/scripts/common/cros_chromite.py", "-v",
|
| ],
|
| },
|
| ]
|
|
|