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

Unified Diff: scripts/slave/recipes/skia/infra.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/perf/telemetry_harness_upload.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/skia/infra.py
diff --git a/scripts/slave/recipes/skia/infra.py b/scripts/slave/recipes/skia/infra.py
index 5a72b4ee1e940abe271db5371a24df80ee97fc4c..7b99b026b82526df04275d3d6c49b75c693eef20 100644
--- a/scripts/slave/recipes/skia/infra.py
+++ b/scripts/slave/recipes/skia/infra.py
@@ -7,6 +7,7 @@
DEPS = [
+ 'file',
'path',
'platform',
'properties',
@@ -59,7 +60,7 @@ def git_checkout(api, url, dest, ref=None):
def GenSteps(api):
go_dir = api.path['slave_build'].join('go')
go_src = go_dir.join('src')
- api.path.makedirs('makedirs go/src', go_src)
+ api.file.makedirs('makedirs go/src', go_src)
infra_dir = go_src.join(INFRA_GO)
# Check out the infra repo.
« no previous file with comments | « scripts/slave/recipes/perf/telemetry_harness_upload.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698