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

Side by Side Diff: DEPS

Issue 2228733003: Vendor infra_libs into build/third_party (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
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'
16 '@a13e6745a4edd01fee683e4157ea0195872e64eb',
14 'build/third_party/lighttpd': 17 'build/third_party/lighttpd':
15 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' 18 'https://chromium.googlesource.com/chromium/deps/lighttpd.git'
16 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', 19 '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
17 'depot_tools': 20 'depot_tools':
18 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', 21 'https://chromium.googlesource.com/chromium/tools/depot_tools.git',
19 } 22 }
20 23
21 deps_os = { 24 deps_os = {
22 'unix': { 25 'unix': {
23 'build/third_party/xvfb': 26 'build/third_party/xvfb':
(...skipping 10 matching lines...) Expand all
34 }, 37 },
35 { 38 {
36 "name": "cros_chromite", 39 "name": "cros_chromite",
37 "pattern": r".*/cros_chromite_pins\.json", 40 "pattern": r".*/cros_chromite_pins\.json",
38 "action": [ 41 "action": [
39 "python", "build/scripts/tools/runit.py", "python", 42 "python", "build/scripts/tools/runit.py", "python",
40 "build/scripts/common/cros_chromite.py", "-v", 43 "build/scripts/common/cros_chromite.py", "-v",
41 ], 44 ],
42 }, 45 },
43 ] 46 ]
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