| Index: scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json | 
| diff --git a/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json b/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json | 
| index 897d75ec23ceea74a54facd4c6220078cfd7b84b..90cf884f72dd4ff7d9ee307190278ad52446778f 100644 | 
| --- a/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json | 
| +++ b/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json | 
| @@ -11,13 +11,13 @@ | 
| "--slave", | 
| "test_slave", | 
| "--spec", | 
| -      "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", | 
| +      "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", | 
| "--root", | 
| "pdfium", | 
| "--revision_mapping_file", | 
| "{}", | 
| "--git-cache-dir", | 
| -      "[GIT_CACHE]", | 
| +      "[ROOT]\\b\\build\\slave\\cache_dir", | 
| "--output_json", | 
| "/path/to/tmp/json", | 
| "--revision", | 
| @@ -25,7 +25,6 @@ | 
| "--force", | 
| "--output_manifest" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
| @@ -54,7 +53,6 @@ | 
| "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 
| "runhooks" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64", | 
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 
| @@ -65,56 +63,55 @@ | 
| "cmd": [ | 
| "ninja", | 
| "-C", | 
| -      "[SLAVE_BUILD]\\pdfium\\out\\Release_x64" | 
| +      "[CWD]\\pdfium\\out\\Release_x64" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "name": "compile with ninja" | 
| }, | 
| { | 
| "cmd": [ | 
| -      "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_unittests.exe" | 
| +      "[CWD]\\pdfium\\out\\Release_x64\\pdfium_unittests.exe" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]\\pdfium", | 
| +    "cwd": "[CWD]\\pdfium", | 
| "name": "unittests" | 
| }, | 
| { | 
| "cmd": [ | 
| -      "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_embeddertests.exe" | 
| +      "[CWD]\\pdfium\\out\\Release_x64\\pdfium_embeddertests.exe" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]\\pdfium", | 
| +    "cwd": "[CWD]\\pdfium", | 
| "name": "embeddertests" | 
| }, | 
| { | 
| "cmd": [ | 
| "python", | 
| "-u", | 
| -      "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py", | 
| +      "[CWD]\\pdfium\\testing\\tools\\run_javascript_tests.py", | 
| "--build-dir", | 
| "out\\Release_x64" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]\\pdfium", | 
| +    "cwd": "[CWD]\\pdfium", | 
| "name": "javascript tests" | 
| }, | 
| { | 
| "cmd": [ | 
| "python", | 
| "-u", | 
| -      "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py", | 
| +      "[CWD]\\pdfium\\testing\\tools\\run_pixel_tests.py", | 
| "--build-dir", | 
| "out\\Release_x64" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]\\pdfium", | 
| +    "cwd": "[CWD]\\pdfium", | 
| "name": "pixel tests" | 
| }, | 
| { | 
| "cmd": [ | 
| "python", | 
| "-u", | 
| -      "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py", | 
| +      "[CWD]\\pdfium\\testing\\tools\\run_corpus_tests.py", | 
| "--build-dir", | 
| "out\\Release_x64" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]\\pdfium", | 
| +    "cwd": "[CWD]\\pdfium", | 
| "name": "corpus tests" | 
| }, | 
| { | 
| @@ -122,4 +119,4 @@ | 
| "recipe_result": null, | 
| "status_code": 0 | 
| } | 
| -] | 
| +] | 
|  |