Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Side by Side Diff: DEPS

Issue 2103073002: Make Buildbot masters send ts_mon metrics, and add standard HTTP server metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@buildbot-tsmon
Patch Set: Oops Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | masters/buildbot.tac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | masters/buildbot.tac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698