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

Side by Side Diff: DEPS

Issue 2256063002: Vendor python-rsa into build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 | « .gitignore ('k') | environment.cfg.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 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 '@a13e6745a4edd01fee683e4157ea0195872e64eb',
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 'build/third_party/pyasn1': 20 'build/third_party/pyasn1':
21 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git' 21 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1.git'
22 '@709cf013df8585956dda1a4fa2611bf10b91902b', 22 '@4181b2379eeae3d6fd9f4f76d0e6ae3789ed56e7',
23 'build/third_party/pyasn1-modules': 23 'build/third_party/pyasn1-modules':
24 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module s.git' 24 'https://chromium.googlesource.com/external/github.com/etingof/pyasn1-module s.git'
25 '@ea54a2e498277b85e3ee5f7a1bb0aeab7d1d013b', 25 '@956fee4f8e5fd3b1c500360dc4aa12dc5a766cb2',
26 'build/third_party/python-rsa':
27 'https://chromium.googlesource.com/external/github.com/sybrenstuvel/python-r sa.git'
28 '@version-3.1.4',
26 'depot_tools': 29 'depot_tools':
27 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', 30 'https://chromium.googlesource.com/chromium/tools/depot_tools.git',
28 } 31 }
29 32
30 deps_os = { 33 deps_os = {
31 'unix': { 34 'unix': {
32 'build/third_party/xvfb': 35 'build/third_party/xvfb':
33 'https://chromium.googlesource.com/chromium/tools/third_party/xvfb.git', 36 'https://chromium.googlesource.com/chromium/tools/third_party/xvfb.git',
34 }, 37 },
35 } 38 }
36 39
37 hooks = [ 40 hooks = [
38 { 41 {
39 "pattern": ".", 42 "pattern": ".",
40 "action": [ 43 "action": [
41 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py", 44 "python", "-u", "build/scripts/common/remove_orphaned_pycs.py",
42 ], 45 ],
43 }, 46 },
44 { 47 {
45 "name": "cros_chromite", 48 "name": "cros_chromite",
46 "pattern": r".*/cros_chromite_pins\.json", 49 "pattern": r".*/cros_chromite_pins\.json",
47 "action": [ 50 "action": [
48 "python", "build/scripts/tools/runit.py", "python", 51 "python", "build/scripts/tools/runit.py", "python",
49 "build/scripts/common/cros_chromite.py", "-v", 52 "build/scripts/common/cros_chromite.py", "-v",
50 ], 53 ],
51 }, 54 },
52 ] 55 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | environment.cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698