| 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 'depot_tools': | 20 'depot_tools': |
| 21 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', | 21 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', |
| 22 } | 22 } |
| 23 | 23 |
| 24 deps_os = { | 24 deps_os = { |
| 25 'unix': { | 25 'unix': { |
| 26 'build/third_party/xvfb': | 26 'build/third_party/xvfb': |
| (...skipping 10 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "cros_chromite", | 39 "name": "cros_chromite", |
| 40 "pattern": r".*/cros_chromite_pins\.json", | 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 |