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: third_party/recipe_engine/recipe_modules/raw_io/example.expected/basic.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 "echo", 4 "echo",
5 "Hello World" 5 "Hello World"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "echo", 8 "name": "echo",
9 "stderr": "/path/to/tmp/", 9 "stderr": "/path/to/tmp/",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "ls", 60 "ls",
61 "[SLAVE_BUILD]/out" 61 "[SLAVE_BUILD]/out"
62 ], 62 ],
63 "cwd": "[SLAVE_BUILD]", 63 "cwd": "[SLAVE_BUILD]",
64 "name": "leak dir" 64 "name": "leak dir"
65 } 65 }
66 ] 66 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698