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

Unified Diff: scripts/slave/recipes/android/perf.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/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 2a304fe70baca16c620bd7f649a09561da4792f7..68f5c0b0a0b1ff9e7ea866bb26e33832a1c3058a 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -12,6 +12,7 @@ DEPS = [
'chromium_tests',
'depot_tools/bot_update',
'depot_tools/gclient',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
@@ -140,7 +141,7 @@ def RunSteps(api):
scripts_compile_targets, [api.chromium_tests.steps.generate_script],
bot_update_step)
- api.path['checkout'] = api.path['slave_build'].join('src')
+ api.path['checkout'] = api.infra_paths['slave_build'].join('src')
api.chromium_android.clean_local_files()
api.chromium_android.download_build(bucket=builder['bucket'],

Powered by Google App Engine
This is Rietveld 408576698