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

Unified Diff: scripts/slave/recipes/libvpx/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/unittests.py
diff --git a/scripts/slave/recipes/libvpx/unittests.py b/scripts/slave/recipes/libvpx/unittests.py
index 52f5ed75fbe4c712afbd76c0c0877afa5eae114a..257d279745e209f37c9b40f887a81b6b1231b37c 100644
--- a/scripts/slave/recipes/libvpx/unittests.py
+++ b/scripts/slave/recipes/libvpx/unittests.py
@@ -4,7 +4,6 @@
DEPS = [
'depot_tools/git',
- 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -19,7 +18,7 @@ CONFIGURE_PATH_REL = './libvpx/configure'
def RunSteps(api):
# Paths and other constants
- build_root = api.infra_paths['slave_build']
+ build_root = api.path['slave_build']
# libvpx paths
libvpx_git_url = api.properties['libvpx_git_url']

Powered by Google App Engine
This is Rietveld 408576698