| OLD | NEW |
| 1 deps = { | 1 deps = { |
| 2 "build/scripts/gsd_generate_index": | 2 "build/scripts/gsd_generate_index": |
| 3 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", | 3 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", |
| 4 | 4 |
| 5 "build/scripts/private/data/reliability": | 5 "build/scripts/private/data/reliability": |
| 6 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", | 6 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", |
| 7 | 7 |
| 8 "build/third_party/gsutil": | 8 "build/third_party/gsutil": |
| 9 "svn://svn.chromium.org/gsutil/trunk/src@263", | 9 "svn://svn.chromium.org/gsutil/trunk/src@263", |
| 10 | 10 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 hooks = [ | 31 hooks = [ |
| 32 { | 32 { |
| 33 "pattern": ".", | 33 "pattern": ".", |
| 34 "action": [ | 34 "action": [ |
| 35 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py", | 35 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py", |
| 36 ], | 36 ], |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "cros_chromite", | 39 "name": "cros_chromite", |
| 40 "pattern": r".*/cros_chromite\.py", | 40 "pattern": r".*/cros_chromite_pins\.json", |
| 41 "action": [ | 41 "action": [ |
| 42 "python", "build/scripts/tools/runit.py", "python", | 42 "python", "build/scripts/tools/runit.py", "python", |
| 43 "build/scripts/common/cros_chromite.py", "-v", | 43 "build/scripts/common/cros_chromite.py", "-v", |
| 44 ], | 44 ], |
| 45 }, | 45 }, |
| 46 ] | 46 ] |
| OLD | NEW |