| 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 '@15ea0920b5f83d0aff4bd042e95bc388d069d51c', |
| 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': | 20 'build/third_party/pyasn1': |
| 21 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git' | 21 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git' |
| 22 '@709cf013df8585956dda1a4fa2611bf10b91902b', | 22 '@709cf013df8585956dda1a4fa2611bf10b91902b', |
| 23 'build/third_party/pyasn1-modules': | 23 'build/third_party/pyasn1-modules': |
| 24 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module
s.git' | 24 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module
s.git' |
| 25 '@ea54a2e498277b85e3ee5f7a1bb0aeab7d1d013b', | 25 '@ea54a2e498277b85e3ee5f7a1bb0aeab7d1d013b', |
| 26 'depot_tools': | 26 'depot_tools': |
| (...skipping 16 matching lines...) Expand all Loading... |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "name": "cros_chromite", | 45 "name": "cros_chromite", |
| 46 "pattern": r".*/cros_chromite_pins\.json", | 46 "pattern": r".*/cros_chromite_pins\.json", |
| 47 "action": [ | 47 "action": [ |
| 48 "python", "build/scripts/tools/runit.py", "python", | 48 "python", "build/scripts/tools/runit.py", "python", |
| 49 "build/scripts/common/cros_chromite.py", "-v", | 49 "build/scripts/common/cros_chromite.py", "-v", |
| 50 ], | 50 ], |
| 51 }, | 51 }, |
| 52 ] | 52 ] |
| OLD | NEW |