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

Unified Diff: masters/master.client.webrtc/master_mac_cfg.py

Issue 2288063002: WebRTC: Repurpose GN bots to GYP for all but iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix typo Created 4 years, 4 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 | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index 8aa6c0ec9f9ebf5c6de51d8a51ce8c3cb5f00658..b2909d54cbfa2cdf85521ad405841348c368a49a 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -32,8 +32,8 @@ def Update(c):
'Mac64 Debug',
'Mac64 Release',
'Mac64 Release [large tests]',
- 'Mac64 Debug (GN)',
- 'Mac64 Release (GN)',
+ 'Mac64 Debug (GYP)',
+ 'Mac64 Release (GYP)',
'Mac Asan',
'iOS32 Debug',
'iOS32 Release',
@@ -57,8 +57,8 @@ def Update(c):
'category': 'compile|baremetal',
'slavebuilddir': 'mac_baremetal',
},
- {'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': 'iOS32 Debug',
« no previous file with comments | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698