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

Unified Diff: ios/build/bots/chromium.mac/ios-device.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 | « no previous file | ios/build/bots/chromium.mac/ios-device-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-device.json
diff --git a/ios/build/bots/chromium.mac/ios-device.json b/ios/build/bots/chromium.mac/ios-device.json
index 61632bb47c40cac675653c399a4e2b13f930b564..6ff6e46b820024f86a81396d3dc0c0c2aa6f8622 100644
--- a/ios/build/bots/chromium.mac/ios-device.json
+++ b/ios/build/bots/chromium.mac/ios-device.json
@@ -1,9 +1,11 @@
{
"owners": [
+ "dpranke",
"smut"
],
"comments": [
- "Builder for 32-bit devices."
+ "Builder for 32-bit devices.",
+ "Build is performed with gyp+ninja."
],
"xcode version": "7.0",
"GYP_DEFINES": [
@@ -14,6 +16,15 @@
"gomadir=$(goma_dir)",
"target_subarch=arm32"
],
+ "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=\"arm\""
+ ],
"mb_type": "gyp",
"compiler": "ninja",
"configuration": "Release",
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/ios-device-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698