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

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

Powered by Google App Engine
This is Rietveld 408576698