Chromium Code Reviews| 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..f998401b3bde4ed3ab0d00396f15672a9f449f74 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,8 +16,18 @@ |
| "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\"" |
|
Dirk Pranke
2016/07/20 16:19:32
I think normally smut@ prefers to have the args so
|
| + ], |
| "mb_type": "gyp", |
| "compiler": "ninja", |
| + "additional_compile_targets": ["gn_all"], |
| "configuration": "Release", |
| "sdk": "iphoneos9.0", |
| "tests": [ |