| Index: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
 | 
| diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
 | 
| index 5d835866813c12949ac40206589e2f1990d2bd54..ccd27dcdeec80c3805629c0b0be02c9d97a7361e 100644
 | 
| --- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
 | 
| +++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json
 | 
| @@ -4,10 +4,9 @@
 | 
|        "python",
 | 
|        "-u",
 | 
|        "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n  with open(sys.argv[2], 'w') as f:\n    json.dump(os.listdir(sys.argv[1]), f)\n",
 | 
| -      "[SLAVE_BUILD]/src/out/Release",
 | 
| +      "[CWD]/src/out/Release",
 | 
|        "/path/to/tmp/json"
 | 
|      ],
 | 
| -    "cwd": "[SLAVE_BUILD]",
 | 
|      "name": "listdir build_dir",
 | 
|      "~followup_annotations": [
 | 
|        "@@@STEP_LOG_LINE@json.output@[@@@",
 | 
| @@ -28,19 +27,18 @@
 | 
|        "python",
 | 
|        "-u",
 | 
|        "RECIPE_MODULE[build::archive]/resources/zip_archive.py",
 | 
| -      "[TMP_BASE]/chrome_staging_tmp_1",
 | 
| +      "[TMP]/chrome_staging_tmp_1",
 | 
|        "chrome-asan-linux-release-x10-component-234",
 | 
|        "[\"chrome\", \"resources\"]",
 | 
| -      "[SLAVE_BUILD]/src/out/Release"
 | 
| +      "[CWD]/src/out/Release"
 | 
|      ],
 | 
| -    "cwd": "[SLAVE_BUILD]",
 | 
|      "name": "zipping"
 | 
|    },
 | 
|    {
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gsutil.py",
 | 
| +      "[ROOT]/b/depot_tools/gsutil.py",
 | 
|        "--",
 | 
|        "-h",
 | 
|        "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#234}",
 | 
| @@ -49,10 +47,9 @@
 | 
|        "-h",
 | 
|        "x-goog-meta-Cr-Git-Commit:deadbeefdda2b170692f8e762d43b7e8e7a96686",
 | 
|        "cp",
 | 
| -      "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-234.zip",
 | 
| +      "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-234.zip",
 | 
|        "gs://chromium/linux-release/chrome-asan-linux-release-x10-component-234.zip"
 | 
|      ],
 | 
| -    "cwd": "[SLAVE_BUILD]",
 | 
|      "name": "gsutil upload",
 | 
|      "~followup_annotations": [
 | 
|        "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/linux-release/chrome-asan-linux-release-x10-component-234.zip@@@"
 | 
| @@ -63,9 +60,8 @@
 | 
|        "python",
 | 
|        "-u",
 | 
|        "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
 | 
| -      "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-234.zip"
 | 
| +      "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-x10-component-234.zip"
 | 
|      ],
 | 
| -    "cwd": "[SLAVE_BUILD]",
 | 
|      "name": "chrome-asan-linux-release-x10-component-234.zip",
 | 
|      "~followup_annotations": [
 | 
|        "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| 
 |