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

Unified Diff: ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json

Issue 1411183010: Make MB aware of iOS bot configs and get iOS working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to #360460, clean up Created 5 years, 1 month 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/tryserver.chromium.mac/ios_dbg_simulator_gn.json ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
diff --git a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
new file mode 100644
index 0000000000000000000000000000000000000000..776160fe1a031491656b27468e6588dfb1e8b879
--- /dev/null
+++ b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
@@ -0,0 +1,25 @@
+{
+ "owners": [
+ "dpranke",
+ "smut"
+ ],
+ "comments": [
+ "GN + Ninja fat binary builder."
+ ],
+ "xcode version": "7.0",
+ "GYP_DEFINES": {
+ "chromium_ios_signing": "0",
+ "target_subarch": "both"
+ },
+ "gn_args": [
+ "ios_enable_code_signing=false",
+ "target_cpu=\"arm\"",
+ "target_os=\"ios\""
+ ],
+ "mb_type": "gn",
+ "compiler": "ninja",
+ "configuration": "Release",
+ "sdk": "iphoneos9.0",
+ "tests": [
+ ]
+}
« no previous file with comments | « ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698