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

Side by Side Diff: recipe_modules/depot_tools/example.expected/basic.json

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix copyright. Created 4 years, 7 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
(Empty)
1 [
2 {
3 "cmd": [
4 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'download_from_google_storage.py ')"
5 ],
6 "name": "download_from_google_storage"
7 },
8 {
9 "cmd": [
10 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'cros')"
iannucci 2016/05/12 00:25:52 hm... did this change? I'd expect for these to be
martiniss 2016/05/13 19:23:56 This was wrong, I fixed; see new patch for comment
11 ],
12 "name": "cros"
13 },
14 {
15 "cmd": [
16 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'gn.py')"
17 ],
18 "name": "gn_py_path"
19 },
20 {
21 "cmd": [
22 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'gsutil.py')"
23 ],
24 "name": "gsutil_py_path"
25 },
26 {
27 "cmd": [
28 "Path('RECIPE_PACKAGE_REPO[depot_tools]', 'ninja')"
29 ],
30 "name": "ninja_path"
31 },
32 {
33 "name": "$result",
34 "recipe_result": null,
35 "status_code": 0
36 }
37 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698