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

Unified Diff: scripts/slave/recipes/boringssl.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/blink_android_trybot.py ('k') | scripts/slave/recipes/chromium_codesearch.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/boringssl.py
diff --git a/scripts/slave/recipes/boringssl.py b/scripts/slave/recipes/boringssl.py
index 3e33f3102c5927530a0ee57664008589e76f69c3..e626d018c35960f4b8fc492b78b3d6592a94ab0f 100644
--- a/scripts/slave/recipes/boringssl.py
+++ b/scripts/slave/recipes/boringssl.py
@@ -4,6 +4,7 @@
DEPS = [
'bot_update',
+ 'file',
'gclient',
'path',
'platform',
@@ -105,7 +106,7 @@ def GenSteps(api):
bot_utils = api.path['checkout'].join('util', 'bot')
go_env = bot_utils.join('go', 'env.py')
build_dir = api.path['checkout'].join('build')
- api.path.makedirs('mkdir', build_dir)
+ api.file.makedirs('mkdir', build_dir)
# If building with MSVC, all commands must run with an environment wrapper.
# This is necessary both to find the toolchain and the runtime dlls. Rather
« no previous file with comments | « scripts/slave/recipes/blink_android_trybot.py ('k') | scripts/slave/recipes/chromium_codesearch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698