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

Unified Diff: masters/master.client.webrtc/master_linux_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_android_cfg.py ('k') | masters/master.client.webrtc/master_mac_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_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 138ca11f1ece76753ca487873d1b956d6ad874b1..3eb45039c8201b89631c7ab87e547698895e2597 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -39,8 +39,8 @@ def Update(c):
'Linux UBSan',
'Linux UBSan vptr',
'Linux64 Release [large tests]',
- 'Linux64 Debug (GN)',
- 'Linux64 Release (GN)',
+ 'Linux64 Debug (GYP)',
+ 'Linux64 Release (GYP)',
'Linux64 Release (Libfuzzer)',
]),
])
@@ -62,8 +62,8 @@ def Update(c):
'category': 'compile|baremetal',
'slavebuilddir': 'linux_baremetal',
},
- {'name': 'Linux64 Debug (GN)', 'slavebuilddir': 'linux64_gn'},
- {'name': 'Linux64 Release (GN)', 'slavebuilddir': 'linux64_gn'},
+ {'name': 'Linux64 Debug (GYP)', 'slavebuilddir': 'linux64_gyp'},
+ {'name': 'Linux64 Release (GYP)', 'slavebuilddir': 'linux64_gyp'},
{
'name': 'Linux64 Release (Libfuzzer)',
'recipe': 'webrtc/libfuzzer',
« no previous file with comments | « masters/master.client.webrtc/master_android_cfg.py ('k') | masters/master.client.webrtc/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698