Apply pdfium_noshorten_config to fpdfsdk/fpdfxfa
Here, too, code is already compliant.
Change-Id: Ia46f2661292f9b4f0c3896bb22c5615721f911c3
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/90652
Auto-Submit: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/fpdfsdk/fpdfxfa/BUILD.gn b/fpdfsdk/fpdfxfa/BUILD.gn
index 8ddfd55..df943b5 100644
--- a/fpdfsdk/fpdfxfa/BUILD.gn
+++ b/fpdfsdk/fpdfxfa/BUILD.gn
@@ -20,6 +20,10 @@
"cpdfxfa_widgethandler.cpp",
"cpdfxfa_widgethandler.h",
]
+ configs += [
+ "../../:pdfium_strict_config",
+ "../../:pdfium_noshorten_config",
+ ]
deps = [
"../../:pdfium_public_headers",
"../../core/fpdfapi/page",
@@ -35,7 +39,6 @@
"../../xfa/fxfa",
"../../xfa/fxfa/parser",
]
- configs += [ "../../:pdfium_strict_config" ]
visibility = [ "../../*" ]
}