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

Side by Side Diff: recipes/engine_tests/recipe_paths.expected/basic.json

Issue 2512253002: Add name, package_repo_resource and resource support to recipe scripts. (Closed)
Patch Set: Created 4 years, 1 month 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 "echo",
5 "recipe_engine/engine_tests/recipe_paths"
6 ],
7 "name": "recipe_name"
8 },
9 {
10 "cmd": [
11 "echo",
12 "RECIPE[recipe_engine/engine_tests/recipe_paths].resources/something.py"
13 ],
14 "name": "some_resource"
15 },
16 {
17 "cmd": [
18 "echo",
19 "RECIPE_PACKAGE_REPO[recipe_engine]/path/to/file"
20 ],
21 "name": "package_root"
22 },
23 {
24 "name": "$result",
25 "recipe_result": null,
26 "status_code": 0
27 }
28 ]
OLDNEW
« recipes/engine_tests/recipe_paths.py ('K') | « recipes/engine_tests/recipe_paths.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698