Apply pdfium_noshorten_config to constants/ and fxcrt/css

Code is already compliant in these two directories.

Change-Id: Id91e4ee8c90e3a07dc1c089900a608d76ee6164c
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/90650
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/constants/BUILD.gn b/constants/BUILD.gn
index d6cd04a..ec33352 100644
--- a/constants/BUILD.gn
+++ b/constants/BUILD.gn
@@ -23,6 +23,8 @@
     "transparency.cpp",
     "transparency.h",
   ]
-
-  configs += [ "../:pdfium_strict_config" ]
+  configs += [
+    "../:pdfium_strict_config",
+    "../:pdfium_noshorten_config",
+  ]
 }
diff --git a/core/fxcrt/css/BUILD.gn b/core/fxcrt/css/BUILD.gn
index 2e01b46..26903f9 100644
--- a/core/fxcrt/css/BUILD.gn
+++ b/core/fxcrt/css/BUILD.gn
@@ -51,11 +51,14 @@
     "cfx_cssvaluelistparser.cpp",
     "cfx_cssvaluelistparser.h",
   ]
+  configs += [
+    "../../../:pdfium_strict_config",
+    "../../../:pdfium_noshorten_config",
+  ]
   deps = [
     "../",
     "../../fxge",
   ]
-  configs += [ "../../../:pdfium_strict_config" ]
   visibility = [ "../../../*" ]
 }