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/libvpx/android_unittests.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/libvpx/android_unittests.py
diff --git a/scripts/slave/recipes/libvpx/android_unittests.py b/scripts/slave/recipes/libvpx/android_unittests.py
index f6ac89e08dc29a7b53d59b5a32147b8504edf3c0..e15c1cfef3d9ec2ea400828d58138be7d136ee14 100644
--- a/scripts/slave/recipes/libvpx/android_unittests.py
+++ b/scripts/slave/recipes/libvpx/android_unittests.py
@@ -6,6 +6,7 @@ from recipe_engine.types import freeze
DEPS = [
'depot_tools/git',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'perf_dashboard',
@@ -43,7 +44,7 @@ PROPERTIES = {
def RunSteps(api, libvpx_git_url, buildername):
# Paths and other constants
- build_root = api.path['slave_build']
+ build_root = api.infra_paths['slave_build']
# Android tools DEPS
android_tools_root = build_root.join('android_tools')
@@ -107,7 +108,7 @@ def RunSteps(api, libvpx_git_url, buildername):
api.python(
'transfer_files',
- api.path['build'].join('scripts', 'slave', 'android',
+ api.infra_paths['build'].join('scripts', 'slave', 'android',
'transfer_files.py'),
args=[adb, DEVICE_ROOT, test_data])

Powered by Google App Engine
This is Rietveld 408576698