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

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

Issue 2648263002: Code coverage with llvm-cov (Closed)
Patch Set: Some changes Created 3 years, 9 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/BUILD.gn » ('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 873441185d0b778b9b40efaa227f1b9e95c7d983..bbd0a8e7171f90b8f1149c333106fbc9dc6ead80 100644
--- a/ios/showcase/core/BUILD.gn
+++ b/ios/showcase/core/BUILD.gn
@@ -19,6 +19,13 @@ source_set("core") {
"//ios/third_party/material_roboto_font_loader_ios",
"//ui/base",
]
+ cflags = [
+ "-fprofile-instr-generate",
+ "-fcoverage-mapping",
+ "-g",
+ "-O0",
+ "-DDEBUG=1",
+ ]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698