| OLD | NEW |
| 1 deps = { | 1 deps = { |
| 2 'build/scripts/gsd_generate_index': | 2 'build/scripts/gsd_generate_index': |
| 3 'https://chromium.googlesource.com/chromium/tools/gsd_generate_index.git', | 3 'https://chromium.googlesource.com/chromium/tools/gsd_generate_index.git', |
| 4 'build/scripts/private/data/reliability': | 4 'build/scripts/private/data/reliability': |
| 5 'https://chromium.googlesource.com/chromium/src/chrome/test/data/reliability
.git', | 5 'https://chromium.googlesource.com/chromium/src/chrome/test/data/reliability
.git', |
| 6 'build/scripts/tools/deps2git': | 6 'build/scripts/tools/deps2git': |
| 7 'https://chromium.googlesource.com/chromium/tools/deps2git.git', | 7 'https://chromium.googlesource.com/chromium/tools/deps2git.git', |
| 8 'build/third_party/gsutil': | 8 'build/third_party/gsutil': |
| 9 'https://chromium.googlesource.com/external/gsutil/src.git' | 9 'https://chromium.googlesource.com/external/gsutil/src.git' |
| 10 '@5cba434b828da428a906c8197a23c9ae120d2636', | 10 '@5cba434b828da428a906c8197a23c9ae120d2636', |
| 11 'build/third_party/gsutil/boto': | 11 'build/third_party/gsutil/boto': |
| 12 'https://chromium.googlesource.com/external/boto.git' | 12 'https://chromium.googlesource.com/external/boto.git' |
| 13 '@98fc59a5896f4ea990a4d527548204fed8f06c64', | 13 '@98fc59a5896f4ea990a4d527548204fed8f06c64', |
| 14 'build/third_party/infra_libs': | 14 'build/third_party/infra_libs': |
| 15 'https://chromium.googlesource.com/infra/infra/packages/infra_libs.git' | 15 'https://chromium.googlesource.com/infra/infra/packages/infra_libs.git' |
| 16 '@a13e6745a4edd01fee683e4157ea0195872e64eb', | 16 '@a13e6745a4edd01fee683e4157ea0195872e64eb', |
| 17 'build/third_party/lighttpd': | 17 'build/third_party/lighttpd': |
| 18 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' | 18 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' |
| 19 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 19 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 20 'build/third_party/pyasn1': |
| 21 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git' |
| 22 '@709cf013df8585956dda1a4fa2611bf10b91902b', |
| 23 'build/third_party/pyasn1-modules': |
| 24 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module
s.git' |
| 25 '@ea54a2e498277b85e3ee5f7a1bb0aeab7d1d013b', |
| 20 'depot_tools': | 26 'depot_tools': |
| 21 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', | 27 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', |
| 22 } | 28 } |
| 23 | 29 |
| 24 deps_os = { | 30 deps_os = { |
| 25 'unix': { | 31 'unix': { |
| 26 'build/third_party/xvfb': | 32 'build/third_party/xvfb': |
| 27 'https://chromium.googlesource.com/chromium/tools/third_party/xvfb.git', | 33 'https://chromium.googlesource.com/chromium/tools/third_party/xvfb.git', |
| 28 }, | 34 }, |
| 29 } | 35 } |
| 30 | 36 |
| 31 hooks = [ | 37 hooks = [ |
| 32 { | 38 { |
| 33 "pattern": ".", | 39 "pattern": ".", |
| 34 "action": [ | 40 "action": [ |
| 35 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py", | 41 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py", |
| 36 ], | 42 ], |
| 37 }, | 43 }, |
| 38 { | 44 { |
| 39 "name": "cros_chromite", | 45 "name": "cros_chromite", |
| 40 "pattern": r".*/cros_chromite_pins\.json", | 46 "pattern": r".*/cros_chromite_pins\.json", |
| 41 "action": [ | 47 "action": [ |
| 42 "python", "build/scripts/tools/runit.py", "python", | 48 "python", "build/scripts/tools/runit.py", "python", |
| 43 "build/scripts/common/cros_chromite.py", "-v", | 49 "build/scripts/common/cros_chromite.py", "-v", |
| 44 ], | 50 ], |
| 45 }, | 51 }, |
| 46 ] | 52 ] |
| OLD | NEW |