| 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 9b79f54de774bb55af54d5324a79c39506961c11..74ddc9f193e633e5c54a1f0e7579f7e6dc0f83a8 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -255,6 +255,10 @@ def msvs2013(c):
|
| c.gyp_env.GYP_MSVS_VERSION = '2013'
|
|
|
| @config_ctx()
|
| +def msvs2015(c):
|
| + c.gyp_env.GYP_MSVS_VERSION = '2015'
|
| +
|
| +@config_ctx()
|
| def goma_canary(c):
|
| c.compile_py.goma_hermetic = 'error'
|
|
|
|
|