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

Unified Diff: scripts/slave/recipes/flutter/engine.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/flutter/engine.py
diff --git a/scripts/slave/recipes/flutter/engine.py b/scripts/slave/recipes/flutter/engine.py
index 75415aaa8bca86a3f1e904c131b18c5f982b4773..c1f94023b093de99f2121167d356b40ff97a9f6f 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -7,7 +7,6 @@ import contextlib
DEPS = [
'depot_tools/bot_update',
'depot_tools/gclient',
- 'depot_tools/infra_paths',
'file',
'gsutil',
'recipe_engine/path',
@@ -233,7 +232,7 @@ def GetCheckout(api):
def RunSteps(api):
# buildbot sets 'clobber' to the empty string which is falsey, check with 'in'
if 'clobber' in api.properties:
- api.file.rmcontents('everything', api.infra_paths['slave_build'])
+ api.file.rmcontents('everything', api.path['slave_build'])
GetCheckout(api)

Powered by Google App Engine
This is Rietveld 408576698