| Index: ios/build/bots/chromium.mac/ios-simulator.json
|
| diff --git a/ios/build/bots/chromium.mac/ios-simulator.json b/ios/build/bots/chromium.mac/ios-simulator.json
|
| index 8b920e304622a3b16198811facc3a2a727f768eb..ca344a92d4c215d977c4d4ce8f6e27286f91eb07 100644
|
| --- a/ios/build/bots/chromium.mac/ios-simulator.json
|
| +++ b/ios/build/bots/chromium.mac/ios-simulator.json
|
| @@ -6,7 +6,7 @@
|
| "comments": [
|
| "Tests for 32- and 64-bit iOS 9.0 simulators.",
|
| "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).",
|
| - "Build is performed with gyp+ninja."
|
| + "Build is performed with gn+ninja."
|
| ],
|
| "xcode version": "7.0",
|
| "GYP_DEFINES": [
|
| @@ -27,7 +27,7 @@
|
| "target_cpu=\"x64\"",
|
| "additional_target_cpus=[\"x86\"]"
|
| ],
|
| - "mb_type": "gyp",
|
| + "mb_type": "gn",
|
| "compiler": "ninja",
|
| "configuration": "Debug",
|
| "sdk": "iphonesimulator9.0",
|
|
|