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

Unified Diff: masters/master.chromium.mac/master_mac_cfg.py

Issue 2098943002: Rename Mac/Win GN builders to GYP builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix masters_recipes_test.py to handle deprecated builders Created 4 years, 6 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 | « no previous file | masters/master.chromium.mac/slaves.cfg » ('j') | tests/masters_recipes_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mac/master_mac_cfg.py
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py
index 9477f5e4c6c133b1ce02d5decfb8b842d8131b0f..b2bf42323d68a8c5b64518132d4a0c5b80e90e13 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -17,8 +17,8 @@ def Update(config, active_master, c):
builderNames=[
'Mac Builder',
'Mac Builder (dbg)',
- 'Mac GN',
- 'Mac GN (dbg)',
+ 'Mac GYP',
+ 'Mac GYP (dbg)',
]),
])
specs = [
@@ -28,8 +28,8 @@ def Update(config, active_master, c):
{'name': 'Mac10.11 Tests'},
{'name': 'Mac Builder (dbg)'},
{'name': 'Mac10.9 Tests (dbg)'},
- {'name': 'Mac GN'},
- {'name': 'Mac GN (dbg)'},
+ {'name': 'Mac GYP'},
+ {'name': 'Mac GYP (dbg)'},
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.chromium.mac/slaves.cfg » ('j') | tests/masters_recipes_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698