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

Unified Diff: scripts/slave/recipe_modules/libyuv/api.py

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Add WebRTC expectation changes 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
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 792d1cb6c1e12cfe9e162f9a982186c5e1580ec8..599dae2aae4f4b816b4b469cf4ec691988dc1cd3 100644
--- a/scripts/slave/recipe_modules/libyuv/api.py
+++ b/scripts/slave/recipe_modules/libyuv/api.py
@@ -45,6 +45,9 @@ 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')
+
if self.m.tryserver.is_tryserver:
self.m.chromium.apply_config('trybot_flavor')

Powered by Google App Engine
This is Rietveld 408576698