| Index: webrtc/build/ios/client.webrtc/iOS32_Release.json
|
| diff --git a/webrtc/build/ios/client.webrtc/iOS32_Release.json b/webrtc/build/ios/client.webrtc/iOS32_Release.json
|
| index cacc11fe7987ee9032e1f9ed92a7a7d50b3a2ad6..01b27976a8f3d65f07178883939c00ef58cf1e0b 100644
|
| --- a/webrtc/build/ios/client.webrtc/iOS32_Release.json
|
| +++ b/webrtc/build/ios/client.webrtc/iOS32_Release.json
|
| @@ -3,13 +3,28 @@
|
| "kjellander"
|
| ],
|
| "comments": [
|
| - "Builder for 32-bit devices."
|
| + "Builder for 32-bit devices.",
|
| + "GYP_DEFINES and gn_args in this file are only used during runhooks; ",
|
| + "webrtc/build/mb_config.pyl decides the generated projects that are compiled."
|
| ],
|
| "xcode version": "7.0",
|
| - "GYP_DEFINES": {
|
| - "chromium_ios_signing": "0",
|
| - "target_arch": "arm"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "target_arch=arm"
|
| + ],
|
| + "gn_args": [
|
| + "is_debug=false",
|
| + "target_os=\"ios\"",
|
| + "ios_enable_code_signing=false",
|
| + "is_component_build=false",
|
| + "use_goma=true",
|
| + "goma_dir=\"$(goma_dir)\"",
|
| + "target_cpu=\"arm\""
|
| + ],
|
| + "mb_type": "gyp",
|
| "compiler": "ninja",
|
| "configuration": "Release",
|
| "sdk": "iphoneos9.0",
|
|
|