Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: build/config/ios/ios_sdk.gni

Issue 2789433004: Add tools for code coverage support in iOS. (Closed)
Patch Set: Enable code coverage for the entire sources. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/ios/ios_sdk.gni
diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
index ec9d87ffc3f709f520afc5bf4d43c6e8807f4e1c..efe6ea836a691b6baf63727b8553a1a3cd51db7d 100644
--- a/build/config/ios/ios_sdk.gni
+++ b/build/config/ios/ios_sdk.gni
@@ -36,6 +36,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.

Powered by Google App Engine
This is Rietveld 408576698