| 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 6ff6e46b820024f86a81396d3dc0c0c2aa6f8622..b003f30074c14abd01d7e174c40873f4e7e54861 100644
|
| --- a/ios/build/bots/chromium.mac/ios-device.json
|
| +++ b/ios/build/bots/chromium.mac/ios-device.json
|
| @@ -5,7 +5,7 @@
|
| ],
|
| "comments": [
|
| "Builder for 32-bit devices.",
|
| - "Build is performed with gyp+ninja."
|
| + "Build is performed with gn+ninja."
|
| ],
|
| "xcode version": "7.0",
|
| "GYP_DEFINES": [
|
| @@ -25,8 +25,9 @@
|
| "goma_dir=\"$(goma_dir)\"",
|
| "target_cpu=\"arm\""
|
| ],
|
| - "mb_type": "gyp",
|
| + "mb_type": "gn",
|
| "compiler": "ninja",
|
| + "additional_compile_targets": [ "gn_all" ],
|
| "configuration": "Release",
|
| "sdk": "iphoneos9.0",
|
| "tests": [
|
|
|