Index: ios/showcase/core/BUILD.gn |
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn |
index 873441185d0b778b9b40efaa227f1b9e95c7d983..30e988292b58b59a22551622f20f094c8458fb9d 100644 |
--- a/ios/showcase/core/BUILD.gn |
+++ b/ios/showcase/core/BUILD.gn |
@@ -19,6 +19,10 @@ source_set("core") { |
"//ios/third_party/material_roboto_font_loader_ios", |
"//ui/base", |
] |
+ cflags = [ |
+ "-fprofile-instr-generate", |
+ "-fcoverage-mapping", |
lpromero
2017/03/31 11:22:06
Can this be added with a config, like enable_arc b
|
+ ] |
libs = [ "UIKit.framework" ] |
configs += [ "//build/config/compiler:enable_arc" ] |
} |