| Index: webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json
|
| diff --git a/webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json b/webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json
|
| index bb324118a7a4c0ceb18a3759450d9a5c1b3b7fc8..f67d358d07ae29660a3ab339db0daa7ad1ce278d 100644
|
| --- a/webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json
|
| +++ b/webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json
|
| @@ -3,20 +3,30 @@
|
| "kjellander"
|
| ],
|
| "comments": [
|
| - "GN + Ninja builder."
|
| + "Builder for 64-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": "arm64"
|
| - },
|
| + "GYP_DEFINES": [
|
| + "use_goma=1",
|
| + "gomadir=$(goma_dir)",
|
| + "chromium_ios_signing=0",
|
| + "component=static_library",
|
| + "target_arch=arm64"
|
| + ],
|
| "gn_args": [
|
| + "is_debug=false",
|
| + "target_os=\"ios\"",
|
| "ios_enable_code_signing=false",
|
| - "target_cpu=\"arm\"",
|
| - "target_os=\"ios\""
|
| + "is_component_build=false",
|
| + "use_goma=true",
|
| + "goma_dir=\"$(goma_dir)\"",
|
| + "target_cpu=\"arm64\""
|
| ],
|
| "mb_type": "gn",
|
| "compiler": "ninja",
|
| + "additional_compile_targets": [ "all" ],
|
| "configuration": "Release",
|
| "sdk": "iphoneos9.0",
|
| "tests": [
|
|
|