| 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 56dc4446085b92d487673673d677a429866bca8d..377cb84983c176af6d4e98a65233ee9aa5a3f10f 100644
|
| --- a/scripts/slave/recipe_modules/v8/chromium_config.py
|
| +++ b/scripts/slave/recipe_modules/v8/chromium_config.py
|
| @@ -38,12 +38,6 @@ def v8(c):
|
| c.build_config_fs = c.BUILD_CONFIG
|
| c.compile_py.pass_arch_flag = True
|
|
|
| - # TODO(machenbach): Remove this as soon as a project specific default is
|
| - # possible. Also add corresponding gn_args for all gyp_defines in this
|
| - # file.
|
| - c.gn_args.append('use_sysroot=false')
|
| - c.gn_args.append('icu_use_data_file = false')
|
| - c.gn_args.append('v8_test_isolation_mode = "prepare"')
|
|
|
| @CONFIG_CTX(includes=['v8'])
|
| def arm_hard_float(c):
|
|
|