| Index: build/config/ios/ios_sdk.gni
|
| diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
|
| index d576f9c9840105debcf4dc66f1a02ea321cb23ee..1a4543370e69116703418e699817bb9716d9dac9 100644
|
| --- a/build/config/ios/ios_sdk.gni
|
| +++ b/build/config/ios/ios_sdk.gni
|
| @@ -37,6 +37,10 @@ declare_args() {
|
| # to avoid running out of certificates if using a free account.
|
| ios_automatically_manage_certs = true
|
|
|
| + # Enabling this option makes clang compile for profiling to gather code
|
| + # coverage metrics.
|
| + ios_enable_coverage = false
|
| +
|
| # If non-empty, this list must contain valid cpu architecture, and the final
|
| # build will be a multi-architecture build (aka fat build) supporting the
|
| # main $target_cpu architecture and all of $additional_target_cpus.
|
|
|