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

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

Issue 1669613002: Change gclient to use the depot_tools module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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 | « recipe_modules/depot_tools/example.py ('k') | recipe_modules/gclient/__init__.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "--help" 7 "--help"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "gclient help" 10 "name": "gclient help"
11 }, 11 },
12 { 12 {
13 "name": "$result", 13 "name": "$result",
14 "recipe_result": null, 14 "recipe_result": null,
15 "status_code": 0 15 "status_code": 0
16 } 16 }
17 ] 17 ]
OLDNEW
« no previous file with comments | « recipe_modules/depot_tools/example.py ('k') | recipe_modules/gclient/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698