diff options
author | Ryan Harrison <rharrison@chromium.org> | 2017-07-13 16:05:31 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-13 20:37:25 +0000 |
commit | 7b8f88a45cf88756c6bed616ca50b404af903c97 (patch) | |
tree | c66d5ff6f8b4dbabbaef9c9f0fc9d66d4b3dd8fb | |
parent | 3e5ef465d294d26829b95e59e945ff4255f96abd (diff) | |
download | pdfium-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.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") { |