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

Unified Diff: scripts/slave/recipes/nacl/sdk.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/nacl/sdk.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index 1f69d96ceb860778ce1c67d4561b7a9f5d3a4355..f5c69ee6793ca8fa605b016d4c9108e3aea5e696 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -6,7 +6,6 @@ DEPS = [
'depot_tools/bot_update',
'chromium',
'depot_tools/gclient',
- 'depot_tools/infra_paths',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -25,7 +24,7 @@ def RunSteps(api):
api.chromium.compile(['chromium_builder_tests'])
api.python(
'annotated_steps',
- api.infra_paths['build'].join(
+ api.path['build'].join(
'scripts', 'slave', 'chromium', 'nacl_sdk_buildbot_run.py'),
allow_subannotations=True)
« no previous file with comments | « scripts/slave/recipes/nacl.expected/linux_triggering.json ('k') | scripts/slave/recipes/nacl/sdk.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698