Check to see if cupsFindDestSupported() and cupsFindDestDefault() are
available at runtime, as these may not be available in distros with
older CUPS releases.
Bug: 359789132
Change-Id: I063ced62499f135f800b43f564b663400980e3ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5855339
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1354117}
//printing contains foundational code that is used for printing. It can depend
on other low-level directories like //cc/paint and //ui, but not higher
level code like //components or //content. Higher level printing code should
live in //components/printing or the embedder.