| Index: webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json
|
| diff --git a/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json b/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json
|
| index 516eeafd4125038044d64af026f2104e2c803f62..c76977891e067e3943323bbf01df9c77579ff6a7 100644
|
| --- a/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json
|
| +++ b/webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json
|
| @@ -3,13 +3,28 @@
|
| "kjellander"
|
| ],
|
| "comments": [
|
| - "Tests for 32-bit iOS 9.0 simulators."
|
| + "Tests for 32-bit iOS 9.0 simulators.",
|
| + "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": "ia32"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "target_arch=ia32"
|
| + ],
|
| + "gn_args": [
|
| + "is_debug=true",
|
| + "target_os=\"ios\"",
|
| + "ios_enable_code_signing=false",
|
| + "is_component_build=false",
|
| + "use_goma=true",
|
| + "goma_dir=\"$(goma_dir)\"",
|
| + "target_cpu=\"x86\""
|
| + ],
|
| + "mb_type": "gyp",
|
| "compiler": "ninja",
|
| "configuration": "Debug",
|
| "sdk": "iphonesimulator9.0",
|
|
|