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