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