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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator.json

Issue 2162133003: [iOS] Refactor iOS bots definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bots. 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 | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | ios/build/bots/chromium.mac/ios-simulator-gn.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | ios/build/bots/chromium.mac/ios-simulator-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698