| 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 '@4181b2379eeae3d6fd9f4f76d0e6ae3789ed56e7', | 22 '@4181b2379eeae3d6fd9f4f76d0e6ae3789ed56e7', |
| 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 '@956fee4f8e5fd3b1c500360dc4aa12dc5a766cb2', | 25 '@956fee4f8e5fd3b1c500360dc4aa12dc5a766cb2', |
| 26 'build/third_party/python-rsa': | 26 'build/third_party/python-rsa': |
| (...skipping 19 matching lines...) Expand all Loading... |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "name": "cros_chromite", | 48 "name": "cros_chromite", |
| 49 "pattern": r".*/cros_chromite_pins\.json", | 49 "pattern": r".*/cros_chromite_pins\.json", |
| 50 "action": [ | 50 "action": [ |
| 51 "python", "build/scripts/tools/runit.py", "python", | 51 "python", "build/scripts/tools/runit.py", "python", |
| 52 "build/scripts/common/cros_chromite.py", "-v", | 52 "build/scripts/common/cros_chromite.py", "-v", |
| 53 ], | 53 ], |
| 54 }, | 54 }, |
| 55 ] | 55 ] |
| OLD | NEW |