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