summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2017-07-13 16:05:31 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-13 20:37:25 +0000
commit7b8f88a45cf88756c6bed616ca50b404af903c97 (patch)
treec66d5ff6f8b4dbabbaef9c9f0fc9d66d4b3dd8fb
parent3e5ef465d294d26829b95e59e945ff4255f96abd (diff)
downloadpdfium-7b8f88a45cf88756c6bed616ca50b404af903c97.tar.xz
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 <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
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") {