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

Side by Side Diff: recipe_modules/infra_paths/example.expected/linux.json

Issue 1915113006: depot_tools: add test_api to infra_paths recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "cwd": "[CWD]", 4 "cwd": "[CWD]",
5 "name": "step" 5 "name": "step"
6 }, 6 },
7 { 7 {
8 "cmd": [],
9 "name": "path exists"
10 },
11 {
8 "name": "$result", 12 "name": "$result",
9 "recipe_result": null, 13 "recipe_result": null,
10 "status_code": 0 14 "status_code": 0
11 } 15 }
12 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698