Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: scripts/slave/recipe_modules/chromium/config.py

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.tryserver.libyuv/slaves.cfg ('k') | scripts/slave/recipe_modules/libyuv/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « masters/master.tryserver.libyuv/slaves.cfg ('k') | scripts/slave/recipe_modules/libyuv/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698