| OLD | NEW |
| 1 recursion = 1 |
| 2 |
| 1 deps = { | 3 deps = { |
| 2 "build/scripts/gsd_generate_index": | 4 "build/scripts/gsd_generate_index": |
| 3 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", | 5 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", |
| 4 | 6 |
| 5 "build/scripts/private/data/reliability": | 7 "build/scripts/private/data/reliability": |
| 6 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", | 8 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", |
| 7 | 9 |
| 8 "build/third_party/gsutil": | 10 "build/third_party/gsutil": |
| 9 "svn://svn.chromium.org/gsutil/trunk/src@263", | 11 "svn://svn.chromium.org/gsutil/trunk/src@263", |
| 10 | 12 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "unix": { | 27 "unix": { |
| 26 "build/third_party/xvfb": | 28 "build/third_party/xvfb": |
| 27 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb", | 29 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb", |
| 28 }, | 30 }, |
| 29 } | 31 } |
| 30 | 32 |
| 31 hooks = [ | 33 hooks = [ |
| 32 { | 34 { |
| 33 "pattern": r".*/cros_chromite\.py", | 35 "pattern": r".*/cros_chromite\.py", |
| 34 "action": [ | 36 "action": [ |
| 35 "./build/scripts/tools/runit.py", | 37 "python", "build/scripts/tools/runit.py", |
| 36 "./build/scripts/common/cros_chromite.py", "-v", | 38 "build/scripts/common/cros_chromite.py", "-v", |
| 37 ], | 39 ], |
| 38 }, | 40 }, |
| 39 ] | 41 ] |
| OLD | NEW |