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

Unified Diff: masters/master.client.webrtc/master_android_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 | « no previous file | masters/master.client.webrtc/master_linux_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_android_cfg.py
diff --git a/masters/master.client.webrtc/master_android_cfg.py b/masters/master.client.webrtc/master_android_cfg.py
index 1927ba326e8bc0993447caafccbdac94badd08e2..97ccce339b8fea28459f5f5ed8368d78ef12134d 100644
--- a/masters/master.client.webrtc/master_android_cfg.py
+++ b/masters/master.client.webrtc/master_android_cfg.py
@@ -34,8 +34,8 @@ def Update(c):
'Android64 Builder',
'Android64 Builder (dbg)',
'Android64 Builder x64 (dbg)',
- 'Android32 GN',
- 'Android32 GN (dbg)',
+ 'Android32 GYP',
+ 'Android32 GYP (dbg)',
]),
])
@@ -51,8 +51,8 @@ def Update(c):
{'name': 'Android64 Builder', 'slavebuilddir': 'android_arm64'},
{'name': 'Android64 Builder (dbg)', 'slavebuilddir': 'android_arm64'},
{'name': 'Android64 Builder x64 (dbg)', 'slavebuilddir': 'android_x64'},
- {'name': 'Android32 GN', 'slavebuilddir': 'android_gn'},
- {'name': 'Android32 GN (dbg)', 'slavebuilddir': 'android_gn'},
+ {'name': 'Android32 GYP', 'slavebuilddir': 'android_gyp'},
+ {'name': 'Android32 GYP (dbg)', 'slavebuilddir': 'android_gyp'},
{'name': 'Android32 Tests (L Nexus5)(dbg)'},
{'name': 'Android32 Tests (L Nexus7.2)(dbg)'},
{'name': 'Android64 Tests (L Nexus9)'},
« no previous file with comments | « no previous file | masters/master.client.webrtc/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698