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

Unified Diff: ios/showcase/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 | « no previous file | 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 ade3d342e3c9f8c2650ae633b616e2da51015dda..94be012a179dbb928737e7feaf26536a567f1607 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-arcs" ]
bundle_deps = [ ":launchscreen_storyboard" ]
assert_no_deps = ios_assert_no_deps
}
@@ -56,6 +57,7 @@ ios_eg_test("ios_showcase_egtests") {
# asan mode (this target will be empty in other cases).
"//build/config/sanitizers:deps",
]
+ ldflags = [ "-fprofile-arcs" ]
bundle_deps = [ ":launchscreen_storyboard" ]
assert_no_deps = ios_assert_no_deps
}
« no previous file with comments | « no previous file | ios/showcase/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698