| Index: ios/build/bots/chromium.fyi/EarlGreyiOS.json
|
| diff --git a/ios/build/bots/chromium.fyi/EarlGreyiOS.json b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
|
| index 140cf035921ea136ff959c64d68cb3a6bdd75938..52238afc94de61e6ce81e9f3c144a29d75939601 100644
|
| --- a/ios/build/bots/chromium.fyi/EarlGreyiOS.json
|
| +++ b/ios/build/bots/chromium.fyi/EarlGreyiOS.json
|
| @@ -7,10 +7,15 @@
|
| "Tests run on iPhone 5s (64-bit)."
|
| ],
|
| "xcode version": "7.0",
|
| - "GYP_DEFINES": {
|
| - "chromium_ios_signing": "0",
|
| - "target_subarch": "64"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "OS=ios",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)",
|
| + "target_subarch=arm64"
|
| + ],
|
| + "mb_type": "gyp",
|
| "compiler": "ninja",
|
| "configuration": "Debug",
|
| "sdk": "iphonesimulator9.0",
|
|
|