| 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 c2433376e083d08e84ac976e1d81fefcadeee02e..3ff74e3da394233ca1ad096d256bbd6acde45d54 100644
|
| --- a/scripts/slave/recipe_modules/v8/chromium_config.py
|
| +++ b/scripts/slave/recipe_modules/v8/chromium_config.py
|
| @@ -87,7 +87,7 @@ def interpreted_regexp(c):
|
| c.gyp_env.GYP_DEFINES['v8_interpreted_regexp'] = 1
|
|
|
|
|
| -@CONFIG_CTX(group='builder')
|
| +@CONFIG_CTX(includes=['v8'], group='builder')
|
| def make(c):
|
| c.build_dir = Path('[CHECKOUT]', 'out')
|
| c.compile_py.build_tool = 'make'
|
| @@ -103,11 +103,6 @@ def v8_ninja(c):
|
| c.build_config_fs = c.BUILD_CONFIG + '_x64'
|
|
|
|
|
| -@CONFIG_CTX(includes=['v8'])
|
| -def no_clang(c):
|
| - c.gyp_env.GYP_DEFINES['clang'] = 0
|
| -
|
| -
|
| @CONFIG_CTX(includes=['v8', 'dcheck'])
|
| def no_dcheck(c):
|
| c.gyp_env.GYP_DEFINES['dcheck_always_on'] = 0
|
|
|