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

Side by Side Diff: scripts/slave/recipe_modules/path/example.expected/win.json

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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
(Empty)
1 [
2 {
3 "cmd": [
4 "/bin/echo",
5 "[SLAVE_BUILD]\\foo"
6 ],
7 "cwd": "[SLAVE_BUILD]",
8 "name": "step1"
9 },
10 {
11 "cmd": [
12 "echo",
13 "RECIPE_MODULE[path]\\resources\\dir\\file.py"
14 ],
15 "cwd": "[SLAVE_BUILD]",
16 "name": "print resource"
17 }
18 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/path/example.expected/mac.json ('k') | scripts/slave/recipe_modules/path/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698