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

Unified Diff: scripts/slave/recipes/infra/depot_tools_builder.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/infra/depot_tools_builder.py
diff --git a/scripts/slave/recipes/infra/depot_tools_builder.py b/scripts/slave/recipes/infra/depot_tools_builder.py
index 306bf9b64b8b567efc89f030cd30221b6c1d829b..b27ef163f5eb2c6216806583edd12ebd03245c1c 100644
--- a/scripts/slave/recipes/infra/depot_tools_builder.py
+++ b/scripts/slave/recipes/infra/depot_tools_builder.py
@@ -11,7 +11,6 @@ DEPS = [
'recipe_engine/step',
'depot_tools/git',
- 'depot_tools/infra_paths',
'file',
'gsutil',
@@ -30,8 +29,8 @@ PROPERTIES = {
def RunSteps(api, revision):
# prepare the output dir and zip paths
- api.path['checkout'] = api.infra_paths['slave_build'].join('depot_tools')
- zip_out = api.infra_paths['slave_build'].join('depot_tools.zip')
+ api.path['checkout'] = api.path['slave_build'].join('depot_tools')
+ zip_out = api.path['slave_build'].join('depot_tools.zip')
with api.step.nest('clean workspace'):
api.file.rmtree('rm depot_tools', api.path['checkout'])

Powered by Google App Engine
This is Rietveld 408576698