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

Unified Diff: scripts/slave/recipe_modules/libyuv/api.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 | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/libyuv/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/libyuv/api.py
diff --git a/scripts/slave/recipe_modules/libyuv/api.py b/scripts/slave/recipe_modules/libyuv/api.py
index 778885b8464786ae916b503c0c926c13e32683e5..1d8279880cee459afb81dceb7a6b6c44f6501f88 100644
--- a/scripts/slave/recipe_modules/libyuv/api.py
+++ b/scripts/slave/recipe_modules/libyuv/api.py
@@ -45,8 +45,7 @@ class LibyuvApi(recipe_api.RecipeApi):
for c in self.bot_config.get('gclient_apply_config', []):
self.m.gclient.apply_config(c)
- if 'gyp' not in buildername.lower():
- self.m.chromium.apply_config('gn')
+ self.m.chromium.apply_config('gn')
if self.m.tryserver.is_tryserver:
self.m.chromium.apply_config('trybot_flavor')
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/libyuv/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698