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

Unified Diff: masters/master.client.libyuv/master_mac_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_mac_cfg.py
diff --git a/masters/master.client.libyuv/master_mac_cfg.py b/masters/master.client.libyuv/master_mac_cfg.py
index 720a0edd32dbaba186544f41e2e59ea7a20dfa8a..f9ce0f78b94932c17d1433e4181c68589271425f 100644
--- a/masters/master.client.libyuv/master_mac_cfg.py
+++ b/masters/master.client.libyuv/master_mac_cfg.py
@@ -16,8 +16,8 @@ def Update(c):
builderNames=[
'Mac64 Debug',
'Mac64 Release',
- 'Mac64 Debug (GN)',
- 'Mac64 Release (GN)',
+ 'Mac64 Debug (GYP)',
+ 'Mac64 Release (GYP)',
'Mac Asan',
'iOS Debug',
'iOS Release',
@@ -29,8 +29,8 @@ def Update(c):
specs = [
{'name': 'Mac64 Debug', 'slavebuilddir': 'mac64'},
{'name': 'Mac64 Release', 'slavebuilddir': 'mac64'},
- {'name': 'Mac64 Debug (GN)', 'slavebuilddir': 'mac64_gn'},
- {'name': 'Mac64 Release (GN)', 'slavebuilddir': 'mac64_gn'},
+ {'name': 'Mac64 Debug (GYP)', 'slavebuilddir': 'mac64_gyp'},
+ {'name': 'Mac64 Release (GYP)', 'slavebuilddir': 'mac64_gyp'},
{'name': 'Mac Asan', 'slavebuilddir': 'mac_asan'},
{'name': 'iOS Debug', 'slavebuilddir': 'mac32'},
{'name': 'iOS Release', 'slavebuilddir': 'mac32'},

Powered by Google App Engine
This is Rietveld 408576698