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

Side by Side Diff: DEPS

Issue 1921913005: Roll catapult (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: revert luci-go Created 4 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # npm_modules.git is special: we can't check it out on Windows because paths 2 # npm_modules.git is special: we can't check it out on Windows because paths
3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to 3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to
4 # checkout it out only on Linux and Mac. 4 # checkout it out only on Linux and Mac.
5 "npm_modules_revision": "029f11ae7e3189fd57f7764b4bb43d0900e16c92", 5 "npm_modules_revision": "029f11ae7e3189fd57f7764b4bb43d0900e16c92",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "build": 9 "build":
10 "https://chromium.googlesource.com/chromium/tools/build.git", 10 "https://chromium.googlesource.com/chromium/tools/build.git",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "@58cf59907f67db359fe626ee06b6d3ac448c9e15"), 72 "@58cf59907f67db359fe626ee06b6d3ac448c9e15"),
73 73
74 "infra/appengine/third_party/google-api-python-client": 74 "infra/appengine/third_party/google-api-python-client":
75 ("https://chromium.googlesource.com/external/github.com/google/" 75 ("https://chromium.googlesource.com/external/github.com/google/"
76 "google-api-python-client.git" 76 "google-api-python-client.git"
77 "@49d45a6c3318b75e551c3022020f46c78655f365"), 77 "@49d45a6c3318b75e551c3022020f46c78655f365"),
78 78
79 "infra/appengine/third_party/catapult": 79 "infra/appengine/third_party/catapult":
80 ("https://chromium.googlesource.com/external/github.com/catapult-project/" 80 ("https://chromium.googlesource.com/external/github.com/catapult-project/"
81 "catapult.git" 81 "catapult.git"
82 "@b1ed0c91a981cbef63d1e8929914c30532686bf3"), 82 "@506457cbd726324f327b80ae11f46c1dfeb8710d"),
83 83
84 "infra/appengine/third_party/gae-pytz": 84 "infra/appengine/third_party/gae-pytz":
85 ("https://chromium.googlesource.com/external/code.google.com/p/gae-pytz/" 85 ("https://chromium.googlesource.com/external/code.google.com/p/gae-pytz/"
86 "@4d72fd095c91f874aaafb892859acbe3f927b3cd"), 86 "@4d72fd095c91f874aaafb892859acbe3f927b3cd"),
87 87
88 "infra/appengine/third_party/dateutil": 88 "infra/appengine/third_party/dateutil":
89 ("https://chromium.googlesource.com/external/code.launchpad.net/dateutil/" 89 ("https://chromium.googlesource.com/external/code.launchpad.net/dateutil/"
90 "@8c6026ba09716a4e164f5420120bfe2ebb2d9d82"), 90 "@8c6026ba09716a4e164f5420120bfe2ebb2d9d82"),
91 91
92 ## For ease of development. These are pulled in as wheels for run.py/test.py 92 ## For ease of development. These are pulled in as wheels for run.py/test.py
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 }, 150 },
151 { 151 {
152 "pattern": ".", 152 "pattern": ".",
153 "action": [ 153 "action": [
154 "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v", 154 "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v",
155 ], 155 ],
156 }, 156 },
157 ] 157 ]
158 158
159 recursedeps = ['build'] 159 recursedeps = ['build']
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698