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

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: Vendor infra_libs into third_party 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
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':
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
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 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | environment.cfg.py » ('j') | environment.cfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698