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

Side by Side Diff: DEPS

Issue 2397593003: analyze: send results to event_mon (Closed)
Patch Set: review Created 4 years, 2 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 | scripts/slave/recipe_modules/filter/api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The dependencies listed here ARE NOT USED on masters and slave machines. 1 # The dependencies listed here ARE NOT USED on masters and slave machines.
2 # If changing something here you must also change it in these repos: 2 # If changing something here you must also change it in these repos:
3 # https://chrome-internal.googlesource.com/chrome/tools/build/slave.DEPS 3 # https://chrome-internal.googlesource.com/chrome/tools/build/slave.DEPS
4 # https://chrome-internal.googlesource.com/chrome/tools/build/master.DEPS 4 # https://chrome-internal.googlesource.com/chrome/tools/build/master.DEPS
5 # https://chrome-internal.googlesource.com/chrome/tools/build/internal.DEPS 5 # https://chrome-internal.googlesource.com/chrome/tools/build/internal.DEPS
6 deps = { 6 deps = {
7 'build/scripts/gsd_generate_index': 7 'build/scripts/gsd_generate_index':
8 'https://chromium.googlesource.com/chromium/tools/gsd_generate_index.git', 8 'https://chromium.googlesource.com/chromium/tools/gsd_generate_index.git',
9 'build/scripts/private/data/reliability': 9 'build/scripts/private/data/reliability':
10 'https://chromium.googlesource.com/chromium/src/chrome/test/data/reliability .git', 10 'https://chromium.googlesource.com/chromium/src/chrome/test/data/reliability .git',
11 'build/scripts/tools/deps2git': 11 'build/scripts/tools/deps2git':
12 'https://chromium.googlesource.com/chromium/tools/deps2git.git', 12 'https://chromium.googlesource.com/chromium/tools/deps2git.git',
13 'build/third_party/gsutil': 13 'build/third_party/gsutil':
14 'https://chromium.googlesource.com/external/gsutil/src.git' 14 'https://chromium.googlesource.com/external/gsutil/src.git'
15 '@5cba434b828da428a906c8197a23c9ae120d2636', 15 '@5cba434b828da428a906c8197a23c9ae120d2636',
16 'build/third_party/gsutil/boto': 16 'build/third_party/gsutil/boto':
17 'https://chromium.googlesource.com/external/boto.git' 17 'https://chromium.googlesource.com/external/boto.git'
18 '@98fc59a5896f4ea990a4d527548204fed8f06c64', 18 '@98fc59a5896f4ea990a4d527548204fed8f06c64',
19 'build/third_party/infra_libs': 19 'build/third_party/infra_libs':
20 'https://chromium.googlesource.com/infra/infra/packages/infra_libs.git' 20 'https://chromium.googlesource.com/infra/infra/packages/infra_libs.git'
21 '@15ea0920b5f83d0aff4bd042e95bc388d069d51c', 21 '@2710608310a96b58d4c5999f7f793ed97b048eca',
22 'build/third_party/lighttpd': 22 'build/third_party/lighttpd':
23 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' 23 'https://chromium.googlesource.com/chromium/deps/lighttpd.git'
24 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', 24 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
25 'build/third_party/pyasn1': 25 'build/third_party/pyasn1':
26 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git' 26 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git'
27 '@4181b2379eeae3d6fd9f4f76d0e6ae3789ed56e7', 27 '@4181b2379eeae3d6fd9f4f76d0e6ae3789ed56e7',
28 'build/third_party/pyasn1-modules': 28 'build/third_party/pyasn1-modules':
29 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module s.git' 29 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module s.git'
30 '@956fee4f8e5fd3b1c500360dc4aa12dc5a766cb2', 30 '@956fee4f8e5fd3b1c500360dc4aa12dc5a766cb2',
31 'build/third_party/python-rsa': 31 'build/third_party/python-rsa':
(...skipping 19 matching lines...) Expand all
51 }, 51 },
52 { 52 {
53 "name": "cros_chromite", 53 "name": "cros_chromite",
54 "pattern": r".*/cros_chromite_pins\.json", 54 "pattern": r".*/cros_chromite_pins\.json",
55 "action": [ 55 "action": [
56 "python", "build/scripts/tools/runit.py", "python", 56 "python", "build/scripts/tools/runit.py", "python",
57 "build/scripts/common/cros_chromite.py", "-v", 57 "build/scripts/common/cros_chromite.py", "-v",
58 ], 58 ],
59 }, 59 },
60 ] 60 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/filter/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698