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

Unified Diff: scripts/slave/recipes/skia/swarm_compile.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/skia/swarm_compile.py
diff --git a/scripts/slave/recipes/skia/swarm_compile.py b/scripts/slave/recipes/skia/swarm_compile.py
index b02c0bd24f1a95582f15341b5a63937c73b7beb9..dde4f0e97eafa53b1987df302ef3684f44eeb795 100644
--- a/scripts/slave/recipes/skia/swarm_compile.py
+++ b/scripts/slave/recipes/skia/swarm_compile.py
@@ -7,7 +7,6 @@
DEPS = [
- 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -59,8 +58,8 @@ def GenTests(api):
revision='abc123',
swarm_out_dir='[SWARM_OUT_DIR]') +
api.path.exists(
- api.infra_paths['slave_build'].join('skia'),
- api.infra_paths['slave_build'].join('tmp', 'uninteresting_hashes.txt')
+ api.path['slave_build'].join('skia'),
+ api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
)
)
if 'Win' in builder:

Powered by Google App Engine
This is Rietveld 408576698