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

Unified Diff: ios/showcase/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 | « base/test/test_support_ios.mm ('k') | ios/showcase/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/BUILD.gn
diff --git a/ios/showcase/BUILD.gn b/ios/showcase/BUILD.gn
index 7dda133ab4f394b412a1f18a7e446e1bd4d2dd8f..b1b83cdc2bc914d162df346ad68cb779cbbe9df3 100644
--- a/ios/showcase/BUILD.gn
+++ b/ios/showcase/BUILD.gn
@@ -19,6 +19,7 @@ ios_app_bundle("showcase") {
# asan mode (this target will be empty in other cases).
"//build/config/sanitizers:deps",
]
+ ldflags = [ "-fprofile-instr-generate" ]
bundle_deps = [ "//ios/showcase/core/resources" ]
assert_no_deps = ios_assert_no_deps
}
@@ -60,6 +61,7 @@ ios_eg_test("ios_showcase_egtests") {
# asan mode (this target will be empty in other cases).
"//build/config/sanitizers:deps",
]
+ ldflags = [ "-fprofile-instr-generate" ]
bundle_deps = [ "//ios/showcase/core/resources" ]
assert_no_deps = ios_assert_no_deps
}
« no previous file with comments | « base/test/test_support_ios.mm ('k') | ios/showcase/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698