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

Side by Side Diff: third_party/recipe_engine/recipe_modules/generator_script/example.expected/presentation.json

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moved show_me_the_modules into recipe_engine Created 5 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "presentation.py", 6 "presentation.py",
7 "--output-json", 7 "--output-json",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]", 10 "cwd": "[SLAVE_BUILD]",
(...skipping 18 matching lines...) Expand all
29 "mock step presentation", 29 "mock step presentation",
30 "--presentation-json", 30 "--presentation-json",
31 "/path/to/tmp/json" 31 "/path/to/tmp/json"
32 ], 32 ],
33 "name": "mock.step.presentation", 33 "name": "mock.step.presentation",
34 "~followup_annotations": [ 34 "~followup_annotations": [
35 "@@@STEP_TEXT@mock step text@@@" 35 "@@@STEP_TEXT@mock step text@@@"
36 ] 36 ]
37 } 37 }
38 ] 38 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698