summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-26 11:50:54 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-26 19:04:22 +0000
commitba57b6c11fecdfe54a53245cb44e20fcda579ba5 (patch)
treed7c6c5575a50525b6b27af53346dd225f52c1e69
parentc4479c5d68e91a1b0a8d610ba1063aff7c27f5de (diff)
downloadpdfium-ba57b6c11fecdfe54a53245cb44e20fcda579ba5.tar.xz
Add missing config to new image_diff target.
This fixes building PDFium as part of another project like Chromium. Change-Id: Ide4d04072135345c0b2d2cfe6a1ab2246f5d3418 Reviewed-on: https://pdfium-review.googlesource.com/6970 Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f577986f8e..5b64e0408e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -266,6 +266,7 @@ static_library("image_diff") {
"testing/image_diff/image_diff_png.cpp",
"testing/image_diff/image_diff_png.h",
]
+ configs += [ ":pdfium_core_config" ]
deps = []
if (!pdf_enable_xfa) {
deps += [ "third_party:fx_lpng" ]