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

Unified Diff: scripts/slave/recipes/catapult.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/catapult.py
diff --git a/scripts/slave/recipes/catapult.py b/scripts/slave/recipes/catapult.py
index 7559c20cc6a0281bb5c1f22d681b72b04aedf0ff..241ca93c8a4c286bd2a0576a64392ad5dd9fa411 100644
--- a/scripts/slave/recipes/catapult.py
+++ b/scripts/slave/recipes/catapult.py
@@ -6,6 +6,7 @@ DEPS = [
'chromium',
'depot_tools/bot_update',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'gitiles',
'recipe_engine/generator_script',
'recipe_engine/path',
@@ -36,7 +37,7 @@ def _FetchAppEngineSDKSteps(api):
# which includes retrying requests.
branch='fd119c547fd4e56eeab77d138b0426022ae1d159')
api.python.inline('Run SDK downloader', script_content, args=['--dest=.'])
- return api.path['slave_build'].join('google_appengine')
+ return api.infra_paths['slave_build'].join('google_appengine')
def _RemoteSteps(api, app_engine_sdk_path):
« no previous file with comments | « scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json ('k') | scripts/slave/recipes/catapult.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698