summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-07-04 15:35:58 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-04 15:35:58 +0000
commitd774a73b59ac36d533064041196d051c032eee6b (patch)
tree51a0cae83a0eef8fa20c35162217aabd12c8bcf2 /samples
parent94f7b75b4d5d1988e599ed4a9a7b6cf451994f1d (diff)
downloadpdfium-d774a73b59ac36d533064041196d051c032eee6b.tar.xz
Remove gn arg 'use_coverage'chromium/3482
This flag was used for enabling GCOV style coverage data generation. Our code coverage tools now use the native LLVM tools, so no longer depend on this flag. Having this flag is confusing and a source of developer error. Change-Id: I42cfce6fe9e5a7d0f0ac13abdb5fec90f61f1c13 Reviewed-on: https://pdfium-review.googlesource.com/37130 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'samples')
-rw-r--r--samples/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index 3274338d49..30cc8ef6e9 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -36,15 +36,6 @@ config("pdfium_samples_config") {
if (enable_callgrind) {
defines += [ "ENABLE_CALLGRIND" ]
}
-
- if (use_coverage && is_clang) {
- cflags += [
- "--coverage",
- "-g",
- "-O0",
- ]
- ldflags += [ "--coverage" ]
- }
}
executable("pdfium_test") {