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

Unified Diff: masters/master.client.libyuv/master_android_cfg.py

Issue 2426583002: libyuv: Switch {client,tryserver}.libyuv to GN (Closed)
Patch Set: Fix recipe errors 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: masters/master.client.libyuv/master_android_cfg.py
diff --git a/masters/master.client.libyuv/master_android_cfg.py b/masters/master.client.libyuv/master_android_cfg.py
index 977df41c0c1172888a4389eba4da857492092f50..a2d1c1e79d147c1ae705da11c7683166818a4545 100644
--- a/masters/master.client.libyuv/master_android_cfg.py
+++ b/masters/master.client.libyuv/master_android_cfg.py
@@ -16,8 +16,8 @@ def Update(c):
builderNames=[
'Android Debug',
'Android Release',
- 'Android Debug (GN)',
- 'Android Release (GN)',
+ 'Android Debug (GYP)',
+ 'Android Release (GYP)',
'Android Clang Debug',
'Android ARM64 Debug',
'Android32 x86 Debug',
@@ -29,8 +29,8 @@ def Update(c):
specs = [
{'name': 'Android Debug'},
{'name': 'Android Release'},
- {'name': 'Android Debug (GN)', 'slavebuilddir': 'android_gn'},
- {'name': 'Android Release (GN)', 'slavebuilddir': 'android_gn'},
+ {'name': 'Android Debug (GYP)', 'slavebuilddir': 'android_gyp'},
+ {'name': 'Android Release (GYP)', 'slavebuilddir': 'android_gyp'},
{'name': 'Android Clang Debug', 'slavebuilddir': 'android_clang'},
{'name': 'Android ARM64 Debug', 'slavebuilddir': 'android_arm64'},
{'name': 'Android32 x86 Debug', 'slavebuilddir': 'android_x86'},
« no previous file with comments | « no previous file | masters/master.client.libyuv/master_linux_cfg.py » ('j') | scripts/slave/recipe_modules/libyuv/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698