diff options
-rw-r--r-- | third_party/BUILD.gn | 2 |
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 += [ |