Chromium Code Reviews| 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': | |
| 15 'https://chromium.googlesource.com/infra/infra/packages/infra_libs.git', | |
|
Sergey Berezin
2016/08/08 17:18:31
I'd also pin the dependency, to prevent breaking a
dsansome
2016/08/09 04:29:04
Good idea, done.
| |
| 14 'build/third_party/lighttpd': | 16 'build/third_party/lighttpd': |
| 15 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' | 17 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' |
| 16 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 18 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 17 'depot_tools': | 19 'depot_tools': |
| 18 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', | 20 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', |
| 19 } | 21 } |
| 20 | 22 |
| 21 deps_os = { | 23 deps_os = { |
| 22 'unix': { | 24 'unix': { |
| 23 'build/third_party/xvfb': | 25 'build/third_party/xvfb': |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 34 }, | 36 }, |
| 35 { | 37 { |
| 36 "name": "cros_chromite", | 38 "name": "cros_chromite", |
| 37 "pattern": r".*/cros_chromite_pins\.json", | 39 "pattern": r".*/cros_chromite_pins\.json", |
| 38 "action": [ | 40 "action": [ |
| 39 "python", "build/scripts/tools/runit.py", "python", | 41 "python", "build/scripts/tools/runit.py", "python", |
| 40 "build/scripts/common/cros_chromite.py", "-v", | 42 "build/scripts/common/cros_chromite.py", "-v", |
| 41 ], | 43 ], |
| 42 }, | 44 }, |
| 43 ] | 45 ] |
| OLD | NEW |