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

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

Issue 2045473002: depot_tools: expose paths to presubmit_support.py and upload_to_google_storage.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: presubmit Created 4 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « recipe_modules/depot_tools/example.expected/basic.json ('k') | recipe_modules/presubmit/api.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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "ls", 4 "ls",
5 "RECIPE_PACKAGE_REPO[depot_tools]\\download_from_google_storage.py" 5 "RECIPE_PACKAGE_REPO[depot_tools]\\download_from_google_storage.py"
6 ], 6 ],
7 "name": "download_from_google_storage" 7 "name": "download_from_google_storage"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
11 "ls", 11 "ls",
12 "RECIPE_PACKAGE_REPO[depot_tools]\\upload_to_google_storage.py"
13 ],
14 "name": "upload_to_google_storage"
15 },
16 {
17 "cmd": [
18 "ls",
12 "RECIPE_PACKAGE_REPO[depot_tools]\\cros" 19 "RECIPE_PACKAGE_REPO[depot_tools]\\cros"
13 ], 20 ],
14 "name": "cros" 21 "name": "cros"
15 }, 22 },
16 { 23 {
17 "cmd": [ 24 "cmd": [
18 "ls", 25 "ls",
19 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py" 26 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py"
20 ], 27 ],
21 "name": "gn_py_path" 28 "name": "gn_py_path"
(...skipping 11 matching lines...) Expand all
33 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe" 40 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe"
34 ], 41 ],
35 "name": "ninja_path" 42 "name": "ninja_path"
36 }, 43 },
37 { 44 {
38 "name": "$result", 45 "name": "$result",
39 "recipe_result": null, 46 "recipe_result": null,
40 "status_code": 0 47 "status_code": 0
41 } 48 }
42 ] 49 ]
OLDNEW
« no previous file with comments | « recipe_modules/depot_tools/example.expected/basic.json ('k') | recipe_modules/presubmit/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698