From d774a73b59ac36d533064041196d051c032eee6b Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Wed, 4 Jul 2018 15:35:58 +0000 Subject: Remove gn arg 'use_coverage' 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 Commit-Queue: Ryan Harrison --- pdfium.gni | 3 --- 1 file changed, 3 deletions(-) (limited to 'pdfium.gni') diff --git a/pdfium.gni b/pdfium.gni index 2b34cbc89d..f451c84829 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -56,9 +56,6 @@ declare_args() { # Enable callgrind for performance profiling enable_callgrind = false - # Enable coverage information - use_coverage = false - # Don't build against bundled zlib. use_system_zlib = false -- cgit v1.2.3