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

Unified Diff: masters/master.client.webrtc/master_win_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_mac_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_win_cfg.py
diff --git a/masters/master.client.webrtc/master_win_cfg.py b/masters/master.client.webrtc/master_win_cfg.py
index b5f451c79422a33e4f95047e5f161c56d8020f2e..af64687a3d3b5f3a737f1ba2f5a8c251569623b3 100644
--- a/masters/master.client.webrtc/master_win_cfg.py
+++ b/masters/master.client.webrtc/master_win_cfg.py
@@ -30,8 +30,8 @@ def Update(c):
'Win64 Debug',
'Win64 Release',
'Win32 Release [large tests]',
- 'Win64 Debug (GN)',
- 'Win64 Release (GN)',
+ 'Win64 Debug (GYP)',
+ 'Win64 Release (GYP)',
'Win32 Debug (Clang)',
'Win32 Release (Clang)',
'Win64 Debug (Clang)',
@@ -54,8 +54,8 @@ def Update(c):
'category': 'compile|baremetal|windows',
'slavebuilddir': 'win_baremetal',
},
- {'name': 'Win64 Debug (GN)', 'slavebuilddir': 'win64_gn'},
- {'name': 'Win64 Release (GN)', 'slavebuilddir': 'win64_gn'},
+ {'name': 'Win64 Debug (GYP)', 'slavebuilddir': 'win64_gyp'},
+ {'name': 'Win64 Release (GYP)', 'slavebuilddir': 'win64_gyp'},
{'name': 'Win32 Debug (Clang)', 'slavebuilddir': 'win_clang'},
{'name': 'Win32 Release (Clang)', 'slavebuilddir': 'win_clang'},
{'name': 'Win64 Debug (Clang)', 'slavebuilddir': 'win_clang'},
« no previous file with comments | « masters/master.client.webrtc/master_mac_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698