| Index: recipe_modules/gclient/example.py
|
| diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
|
| index 0713987caa471a88b04be50b55740d7798f6c32b..fa6daf8950862ab8c919bf525932360496efa0a9 100644
|
| --- a/recipe_modules/gclient/example.py
|
| +++ b/recipe_modules/gclient/example.py
|
| @@ -4,7 +4,6 @@
|
|
|
| DEPS = [
|
| 'gclient',
|
| - 'infra_paths',
|
| 'recipe_engine/path',
|
| 'recipe_engine/properties',
|
| ]
|
| @@ -82,7 +81,7 @@
|
| api.gclient.checkout(
|
| gclient_config=bl_cfg,
|
| with_branch_heads=True,
|
| - cwd=api.infra_paths['slave_build'].join('src', 'third_party'))
|
| + cwd=api.path['slave_build'].join('src', 'third_party'))
|
|
|
| api.gclient.break_locks()
|
|
|
|
|