Index: ios/build/bots/chromium.mac/ios-simulator.json |
diff --git a/ios/build/bots/chromium.mac/ios-simulator.json b/ios/build/bots/chromium.mac/ios-simulator.json |
index f32ce9d84040c34555cb7b734001a09533575a16..8b920e304622a3b16198811facc3a2a727f768eb 100644 |
--- a/ios/build/bots/chromium.mac/ios-simulator.json |
+++ b/ios/build/bots/chromium.mac/ios-simulator.json |
@@ -1,10 +1,12 @@ |
{ |
"owners": [ |
+ "dpranke", |
"smut" |
], |
"comments": [ |
"Tests for 32- and 64-bit iOS 9.0 simulators.", |
- "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." |
+ "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", |
+ "Build is performed with gyp+ninja." |
], |
"xcode version": "7.0", |
"GYP_DEFINES": [ |
@@ -15,6 +17,16 @@ |
"gomadir=$(goma_dir)", |
"target_subarch=both" |
], |
+ "gn_args": [ |
+ "is_debug=true", |
+ "target_os=\"ios\"", |
+ "ios_enable_code_signing=false", |
+ "is_component_build=false", |
+ "use_goma=true", |
+ "goma_dir=\"$(goma_dir)\"", |
+ "target_cpu=\"x64\"", |
+ "additional_target_cpus=[\"x86\"]" |
+ ], |
"mb_type": "gyp", |
"compiler": "ninja", |
"configuration": "Debug", |