| 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 36000a092fc3385aee88054f2b6cca613ecc0579..c87978c1e537e08e491250ca99a75b6233615ee1 100644
|
| --- a/scripts/slave/recipe_modules/v8/chromium_config.py
|
| +++ b/scripts/slave/recipe_modules/v8/chromium_config.py
|
| @@ -113,12 +113,6 @@ def v8_ninja(c):
|
| c.build_config_fs = c.BUILD_CONFIG + '_x64'
|
|
|
|
|
| -@CONFIG_CTX(includes=['ninja'])
|
| -def v8_xcode_ninja(c):
|
| - c.gyp_env.GYP_GENERATORS.add('ninja')
|
| - c.gyp_env.GYP_GENERATORS.add('xcode-ninja')
|
| -
|
| -
|
| # Work-around for obtaining the right build dir on linux slave that trigger
|
| # windows 64 bit swarming jobs.
|
| @CONFIG_CTX(includes=['v8'])
|
|
|