Chromium Code Reviews| Index: scripts/slave/recipe_modules/path/config.expected/posix.json |
| diff --git a/scripts/slave/recipe_modules/path/config.expected/posix.json b/scripts/slave/recipe_modules/path/config.expected/posix.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..708daea0edcb23a2128f5fe9bb352089e5b3f97f |
| --- /dev/null |
| +++ b/scripts/slave/recipe_modules/path/config.expected/posix.json |
| @@ -0,0 +1,56 @@ |
| +{ |
| + "BASE": { |
| + "base_paths": { |
| + "cwd": [ |
| + "/", |
| + "b", |
| + "build", |
| + "slave", |
| + "fake_slave", |
| + "build" |
| + ] |
| + } |
| + }, |
| + "buildbot": { |
| + "base_paths": { |
| + "build": [ |
| + "/", |
| + "b", |
| + "build" |
| + ], |
| + "build_internal": [ |
| + "/", |
| + "b", |
| + "build_internal" |
| + ], |
| + "cwd": [ |
| + "/", |
| + "b", |
| + "build", |
| + "slave", |
| + "fake_slave", |
| + "build" |
| + ], |
| + "depot_tools": [ |
| + "/", |
| + "b", |
| + "depot_tools" |
| + ], |
| + "root": [ |
| + "/", |
| + "b" |
| + ], |
| + "slave_build": [ |
| + "/", |
| + "b", |
| + "build", |
| + "slave", |
| + "fake_slave", |
| + "build" |
| + ] |
| + }, |
| + "dynamic_paths": { |
| + "checkout": null |
| + } |
| + } |
| +} |