From 7b8f88a45cf88756c6bed616ca50b404af903c97 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Thu, 13 Jul 2017 16:05:31 -0400 Subject: Fix build of pdfium_diff when coverage is enabled Missing config will cause the pdfium_diff build to fail, since it will not be able to resolve the coverage instrument calls when linking. Change-Id: I1940432fe7176cad5da80de5e23aad9be188eb69 Reviewed-on: https://pdfium-review.googlesource.com/7870 Reviewed-by: dsinclair Commit-Queue: Ryan Harrison --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 63ba46adba..75811870ed 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -2080,6 +2080,7 @@ if (pdf_is_standalone) { ] configs -= [ "//build/config/compiler:chromium_code" ] configs += [ "//build/config/compiler:no_chromium_code" ] + configs += [ ":pdfium_core_config" ] } group("fuzzers") { -- cgit v1.2.3