Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: scripts/slave/recipes/gatekeeper.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'),
)

Powered by Google App Engine
This is Rietveld 408576698