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

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

Issue 1494103004: Set up depot_tools as a recipe package, and add depot_tools recipe module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years 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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "--help"
8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "gclient help"
11 },
12 {
13 "name": "$result",
14 "recipe_result": null,
15 "status_code": 0
16 }
17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698