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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 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'),
)

Powered by Google App Engine
This is Rietveld 408576698