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

Unified Diff: scripts/slave/recipes/crashpad/continuous.py

Issue 1101673005: Extract functions from path recipe module so that step can depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipes/codesearch.py ('k') | scripts/slave/recipes/infra/publish_tarball.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/crashpad/continuous.py
diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
index 305901b1f1a2039db5f688dd18d28d09e7b7cc2e..01381e080009d824d9ef7c42a97d7065e1729e1d 100644
--- a/scripts/slave/recipes/crashpad/continuous.py
+++ b/scripts/slave/recipes/crashpad/continuous.py
@@ -6,6 +6,7 @@
"""
DEPS = [
+ 'file',
'gclient',
'path',
'platform',
@@ -21,7 +22,7 @@ def GenSteps(api):
api.gclient.checkout()
if 'clobber' in api.properties:
- api.path.rmtree('out', api.path['checkout'].join('out'))
+ api.file.rmtree('out', api.path['checkout'].join('out'))
api.gclient.runhooks()
« no previous file with comments | « scripts/slave/recipes/codesearch.py ('k') | scripts/slave/recipes/infra/publish_tarball.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698