| Index: scripts/slave/recipe_modules/v8/chromium_config.py
|
| diff --git a/scripts/slave/recipe_modules/v8/chromium_config.py b/scripts/slave/recipe_modules/v8/chromium_config.py
|
| index 6d93d8d2b5c038d2fd55213b5f2475cc110248ec..f7d48e097d956be7ee3e856ae3bc59d4abe5e8da 100644
|
| --- a/scripts/slave/recipe_modules/v8/chromium_config.py
|
| +++ b/scripts/slave/recipe_modules/v8/chromium_config.py
|
| @@ -1,3 +1,4 @@
|
| +from slave.recipe_config_types import Path
|
| from RECIPE_MODULES.chromium import CONFIG_CTX
|
|
|
|
|
| @@ -14,7 +15,7 @@ def v8(c):
|
| c.gyp_env.GYP_DEFINES['v8_target_arch'] = v8_target_arch
|
| del c.gyp_env.GYP_DEFINES['component']
|
| c.build_config_fs = c.BUILD_CONFIG
|
| - c.build_dir = ''
|
| + c.build_dir = Path('[CHECKOUT]')
|
|
|
| c.compile_py.build_tool = 'make'
|
| c.compile_py.default_targets = ['buildbot']
|
|
|