| Index: recipe_modules/gclient/example.expected/tryserver.json
 | 
| diff --git a/recipe_modules/gclient/example.expected/tryserver.json b/recipe_modules/gclient/example.expected/tryserver.json
 | 
| index c98d090d43b826ddd7b035389c1e0e0736643d9b..35e983e846d9b74b324c8b8aa8d68c4fd3e08b54 100644
 | 
| --- a/recipe_modules/gclient/example.expected/tryserver.json
 | 
| +++ b/recipe_modules/gclient/example.expected/tryserver.json
 | 
| @@ -3,7 +3,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "config",
 | 
|        "--spec",
 | 
|        "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
 | 
| @@ -15,7 +15,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "sync",
 | 
|        "--verbose",
 | 
|        "--with_branch_heads",
 | 
| @@ -48,7 +48,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "recurse",
 | 
|        "git",
 | 
|        "config",
 | 
| @@ -62,7 +62,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "recurse",
 | 
|        "git",
 | 
|        "config",
 | 
| @@ -76,7 +76,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "config",
 | 
|        "--spec",
 | 
|        "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
 | 
| @@ -99,7 +99,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "sync",
 | 
|        "--nohooks",
 | 
|        "--force",
 | 
| @@ -156,7 +156,7 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "[DEPOT_TOOLS]/gclient.py",
 | 
| +      "RECIPE_PACKAGE[depot_tools]/gclient.py",
 | 
|        "runhooks"
 | 
|      ],
 | 
|      "cwd": "[SLAVE_BUILD]",
 | 
| 
 |