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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 53283002: Update WebRTC iOS bots for ninja (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 2 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index 224cbbff2df1be5a5f3ff6858937cdad891b7586..21cd2f185c4025c0822f3ba531e4800cdf6d7d73 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -154,7 +154,7 @@ b_mac_x64_rel = {
b_ios = {
'name': 'ios',
'factory': mac().WebRTCFactory(
- target='Debug',
+ target='Debug-iphoneos',
slave_type='Trybot',
options=ninja_options,
factory_properties=mac_ios_factory_properties)
@@ -163,7 +163,7 @@ b_ios = {
b_ios_rel = {
'name': 'ios_rel',
'factory': mac().WebRTCFactory(
- target='Release',
+ target='Release-iphoneos',
slave_type='Trybot',
options=ninja_options,
factory_properties=mac_ios_factory_properties)
« no previous file with comments | « masters/master.client.webrtc/master_mac_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698