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

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

Issue 1865653002: WebRTC: Add recipe to build iOS API Framework (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Review comments addressed Created 4 years, 8 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.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_mac_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_mac_cfg.py b/masters/master.client.webrtc.fyi/master_mac_cfg.py
index 12e0407458603fc33a83317626b6173a731dcf47..2dd1b3a783d3ff4c4948e77e6aa92f15c248ca94 100644
--- a/masters/master.client.webrtc.fyi/master_mac_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_mac_cfg.py
@@ -17,6 +17,7 @@ def Update(c):
'Mac64 Release (swarming)',
'iOS64 Debug (GN)',
'iOS64 Release (GN)',
+ 'iOS API Framework Builder',
]),
])
@@ -32,6 +33,11 @@ def Update(c):
'slavebuilddir': 'mac64_gn',
'recipe': 'webrtc/ios',
},
+ {
+ 'name': 'iOS API Framework Builder',
+ 'slavebuilddir': 'mac64_api_framework',
+ 'recipe': 'webrtc/ios_api_framework',
+ },
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698