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

Unified Diff: ios/showcase/core/BUILD.gn

Issue 2654453002: WIP: Code coverage with gcov (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/test/showcase_test_case.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/core/BUILD.gn
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
index 61457380dce609b7dd059431aad5a424b9a09d62..7031af4f8aead5adab6a7ff4745c2979cd2b1dbe 100644
--- a/ios/showcase/core/BUILD.gn
+++ b/ios/showcase/core/BUILD.gn
@@ -17,6 +17,10 @@ source_set("core") {
"//ios/third_party/material_components_ios",
"//ios/third_party/material_roboto_font_loader_ios",
]
+ cflags = [
+ "-fprofile-arcs",
+ "-ftest-coverage",
+ ]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/test/showcase_test_case.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698