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