| Index: scripts/slave/recipes/run_presubmit.expected/gyp.json | 
| diff --git a/scripts/slave/recipes/run_presubmit.expected/gyp.json b/scripts/slave/recipes/run_presubmit.expected/gyp.json | 
| index 6591068d2a1cc5a8ce1fafe93f94c780b9bccc3e..811bb79f795ce993acd65051ac5130d69d5b84e7 100644 | 
| --- a/scripts/slave/recipes/run_presubmit.expected/gyp.json | 
| +++ b/scripts/slave/recipes/run_presubmit.expected/gyp.json | 
| @@ -11,13 +11,13 @@ | 
| "--slave", | 
| "TestSlavename", | 
| "--spec", | 
| -      "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'gyp', 'url': 'https://chromium.googlesource.com/external/gyp.git'}]", | 
| +      "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'gyp', 'url': 'https://chromium.googlesource.com/external/gyp.git'}]", | 
| "--root", | 
| "gyp", | 
| "--revision_mapping_file", | 
| "{\"gyp\": \"got_revision\"}", | 
| "--git-cache-dir", | 
| -      "[GIT_CACHE]", | 
| +      "[ROOT]/b/build/slave/cache_dir", | 
| "--issue", | 
| "12853011", | 
| "--patchset", | 
| @@ -30,7 +30,6 @@ | 
| "gyp@HEAD", | 
| "--output_manifest" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
| @@ -74,7 +73,7 @@ | 
| "-m", | 
| "Committed patch" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]/gyp", | 
| +    "cwd": "[CWD]/gyp", | 
| "name": "commit git patch" | 
| }, | 
| { | 
| @@ -92,7 +91,7 @@ | 
| "--rietveld_email", | 
| "", | 
| "--root", | 
| -      "[SLAVE_BUILD]/gyp", | 
| +      "[CWD]/gyp", | 
| "--commit", | 
| "--verbose", | 
| "--verbose", | 
| @@ -105,7 +104,6 @@ | 
| "--upstream", | 
| "6719c46a0a0a18abfb6c3dbce45c7ccd772b243d" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
|  |