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

Side by Side Diff: .DEPS.git

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: CL comments Created 4 years, 5 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') | scripts/master/monitoring_status_receiver.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DO NOT EDIT EXCEPT FOR LOCAL TESTING. 1 # DO NOT EDIT EXCEPT FOR LOCAL TESTING.
2 # THIS IS A GENERATED FILE. 2 # THIS IS A GENERATED FILE.
3 # ALL MANUAL CHANGES WILL BE OVERWRITTEN. 3 # ALL MANUAL CHANGES WILL BE OVERWRITTEN.
4 # SEE http://code.google.com/p/chromium/wiki/UsingGit 4 # SEE http://code.google.com/p/chromium/wiki/UsingGit
5 # FOR HOW TO ROLL DEPS 5 # FOR HOW TO ROLL DEPS
6 vars = { 6 vars = {
7 'webkit_url': 7 'webkit_url':
8 'https://chromium.googlesource.com/chromium/blink.git', 8 'https://chromium.googlesource.com/chromium/blink.git',
9 'git_url': 9 'git_url':
10 'https://chromium.googlesource.com' 10 'https://chromium.googlesource.com'
11 } 11 }
12 12
13 deps = { 13 deps = {
14 'build/scripts/gsd_generate_index': 14 'build/scripts/gsd_generate_index':
15 Var('git_url') + '/chromium/tools/gsd_generate_index.git', 15 Var('git_url') + '/chromium/tools/gsd_generate_index.git',
16 'build/scripts/private/data/reliability': 16 'build/scripts/private/data/reliability':
17 Var('git_url') + '/chromium/src/chrome/test/data/reliability.git', 17 Var('git_url') + '/chromium/src/chrome/test/data/reliability.git',
18 'build/scripts/tools/deps2git': 18 'build/scripts/tools/deps2git':
19 Var('git_url') + '/chromium/tools/deps2git.git', 19 Var('git_url') + '/chromium/tools/deps2git.git',
20 'build/third_party/gsutil': 20 'build/third_party/gsutil':
21 Var('git_url') + '/external/gsutil/src.git@5cba434b828da428a906c8197a23c 9ae120d2636', 21 Var('git_url') + '/external/gsutil/src.git@5cba434b828da428a906c8197a23c 9ae120d2636',
22 'build/third_party/gsutil/boto': 22 'build/third_party/gsutil/boto':
23 Var('git_url') + '/external/boto.git@98fc59a5896f4ea990a4d527548204fed8f 06c64', 23 Var('git_url') + '/external/boto.git@98fc59a5896f4ea990a4d527548204fed8f 06c64',
24 'build/third_party/lighttpd': 24 'build/third_party/lighttpd':
25 Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a 8621b0927d06eb', 25 Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a 8621b0927d06eb',
26 'depot_tools': 26 'depot_tools':
27 Var('git_url') + '/chromium/tools/depot_tools.git', 27 Var('git_url') + '/chromium/tools/depot_tools.git',
28 'infra':
agable 2016/06/29 20:17:59 This either doesn't work, or is very risky/confusi
Sergey Berezin 2016/07/22 01:41:49 Right. It probably "works" locally because you use
29 Var('git_url') + '/infra/infra.git',
28 } 30 }
29 31
30 deps_os = { 32 deps_os = {
31 'unix': 33 'unix':
32 { 34 {
33 'build/third_party/xvfb': 35 'build/third_party/xvfb':
34 Var('git_url') + '/chromium/tools/third_party/xvfb.git', 36 Var('git_url') + '/chromium/tools/third_party/xvfb.git',
35 }, 37 },
36 } 38 }
37 39
(...skipping 27 matching lines...) Expand all
65 ], 67 ],
66 'pattern': 68 'pattern':
67 '.*/cros_chromite_pins\\.json', 69 '.*/cros_chromite_pins\\.json',
68 'name': 70 'name':
69 'cros_chromite' 71 'cros_chromite'
70 } 72 }
71 ] 73 ]
72 recursedeps = [ 74 recursedeps = [
73 75
74 ] 76 ]
OLDNEW
« no previous file with comments | « no previous file | masters/buildbot.tac » ('j') | scripts/master/monitoring_status_receiver.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698