| Index: scripts/slave/recipes/gatekeeper.py
|
| diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
|
| index 04d656e25566e70c5cbc919d3f14c49fbecb85ab..d2ffeed1a1cfb94e7ebdf49fde2ae205c3072af3 100644
|
| --- a/scripts/slave/recipes/gatekeeper.py
|
| +++ b/scripts/slave/recipes/gatekeeper.py
|
| @@ -6,7 +6,6 @@
|
|
|
|
|
| DEPS = [
|
| - 'depot_tools/infra_paths',
|
| 'gatekeeper',
|
| 'recipe_engine/path',
|
| ]
|
| @@ -14,8 +13,8 @@ DEPS = [
|
|
|
| def RunSteps(api):
|
| api.gatekeeper(
|
| - api.infra_paths['build'].join('scripts', 'slave', 'gatekeeper.json'),
|
| - api.infra_paths['build'].join('scripts', 'slave', 'gatekeeper_trees.json'),
|
| + api.path['build'].join('scripts', 'slave', 'gatekeeper.json'),
|
| + api.path['build'].join('scripts', 'slave', 'gatekeeper_trees.json'),
|
| )
|
|
|
|
|
|
|