| 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",
|
|
|