| Index: ios/build/bots/chromium.mac/ios-simulator-gn.json
|
| diff --git a/ios/build/bots/chromium.mac/ios-simulator-gn.json b/ios/build/bots/chromium.mac/ios-simulator-gn.json
|
| index e62ed39726714cac716f1b742c3a5c0774791832..c2075e665a5446076060ef0459c7ab55b2d5c472 100644
|
| --- a/ios/build/bots/chromium.mac/ios-simulator-gn.json
|
| +++ b/ios/build/bots/chromium.mac/ios-simulator-gn.json
|
| @@ -7,11 +7,13 @@
|
| "GN + Ninja simulator build."
|
| ],
|
| "xcode version": "7.0",
|
| - "GYP_DEFINES": {
|
| - "chromium_ios_signing": "0",
|
| - "gomadir": "$(goma_dir)",
|
| - "use_goma": "1"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "OS=ios",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)"
|
| + ],
|
| "gn_args": [
|
| "target_os=\"ios\"",
|
| "target_cpu=\"x64\"",
|
|
|