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

Unified Diff: masters/master.tryserver.chromium.mac/master.cfg

Issue 2152103002: Add ios-simulator-cronet to tryserver.chromium.mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.mac/master.cfg
diff --git a/masters/master.tryserver.chromium.mac/master.cfg b/masters/master.tryserver.chromium.mac/master.cfg
index a025c58f46365aa5eadbbb655c780f81ddc34fac..629a756f243b214dfcaeafed52fb6db720276d7c 100644
--- a/masters/master.tryserver.chromium.mac/master.cfg
+++ b/masters/master.tryserver.chromium.mac/master.cfg
@@ -67,6 +67,11 @@ b_ios_simulator_gn = {
'factory': baseFactory('ios/try'),
}
+b_ios_simulator_cronet = {
+ 'name': 'ios-simulator-cronet',
+ 'factory': baseFactory('ios/try'),
+}
+
b_ios_device = {
'name': 'ios-device',
'factory': baseFactory('ios/try'),
@@ -229,6 +234,7 @@ variable_builders = [
c['builders'] = [
b_ios_simulator,
b_ios_simulator_gn,
+ b_ios_simulator_cronet,
b_ios_device,
b_ios_device_gn,
b_mac_nacl_sdk,
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698