| 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 c1b8f44843e1c00d5201339287fb1b80499815e4..f32ce9d84040c34555cb7b734001a09533575a16 100644
|
| --- a/ios/build/bots/chromium.mac/ios-simulator.json
|
| +++ b/ios/build/bots/chromium.mac/ios-simulator.json
|
| @@ -7,10 +7,15 @@
|
| "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
|
| ],
|
| "xcode version": "7.0",
|
| - "GYP_DEFINES": {
|
| - "chromium_ios_signing": "0",
|
| - "target_subarch": "both"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "OS=ios",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)",
|
| + "target_subarch=both"
|
| + ],
|
| + "mb_type": "gyp",
|
| "compiler": "ninja",
|
| "configuration": "Debug",
|
| "sdk": "iphonesimulator9.0",
|
|
|