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

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: Minor things. 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 "ls",
5 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py"
6 ],
7 "name": "download_from_google_storage"
8 },
9 {
10 "cmd": [
11 "ls",
12 "RECIPE_PACKAGE_REPO[depot_tools]/cros"
13 ],
14 "name": "cros"
15 },
16 {
17 "cmd": [
18 "ls",
19 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py"
20 ],
21 "name": "gn_py_path"
22 },
23 {
24 "cmd": [
25 "ls",
26 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py"
27 ],
28 "name": "gsutil_py_path"
29 },
30 {
31 "cmd": [
32 "ls",
33 "RECIPE_PACKAGE_REPO[depot_tools]/ninja"
34 ],
35 "name": "ninja_path"
36 },
37 {
38 "name": "$result",
39 "recipe_result": null,
40 "status_code": 0
41 }
42 ]
OLDNEW
« no previous file with comments | « recipe_modules/depot_tools/example.py ('k') | recipe_modules/depot_tools/example.expected/win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698