summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-11 18:08:17 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-11 18:08:17 +0000
commit7ade11c1cdc8ea1bf065c6b7d4c358d38026e2a7 (patch)
treecd3a20c7d48e6c5b669491a52bbc5b8cb31fd7c4
parente47f1079d085d6f62d9f48a035666e7ced4b76bc (diff)
downloadpdfium-7ade11c1cdc8ea1bf065c6b7d4c358d38026e2a7.tar.xz
Sync fx_tiff target conditional with its dependent's.
The dependent for fx_tiff is gated by pdf_enable_xfa_tiff, so make the target itself match. Change-Id: I829977d3b470c5c5388f4069e650abc0b57d5c6c Reviewed-on: https://pdfium-review.googlesource.com/c/43892 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r--third_party/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 04308329d7..674a847942 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -479,7 +479,7 @@ jumbo_source_set("fx_lpng") {
}
}
-if (pdf_enable_xfa) {
+if (pdf_enable_xfa_tiff) {
source_set("fx_tiff") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [