| Index: scripts/slave/recipe_modules/chromium/config.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
|
| index 198b5389a4b85a52ea0843316e5fb198e42f84b7..2c340bf30bd89db9b20eefd0bc299180a3a28485 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -236,14 +236,6 @@ def ninja(c):
|
| c.build_dir = c.CHECKOUT_PATH.join(out_path)
|
|
|
| @config_ctx()
|
| -def msvs2010(c):
|
| - c.gyp_env.GYP_MSVS_VERSION = '2010'
|
| -
|
| -@config_ctx()
|
| -def msvs2012(c):
|
| - c.gyp_env.GYP_MSVS_VERSION = '2012'
|
| -
|
| -@config_ctx()
|
| def msvs2013(c):
|
| c.gn_args.append('visual_studio_version=2013')
|
| c.gyp_env.GYP_MSVS_VERSION = '2013'
|
|
|