| 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
|
|
|