0
Files
src/printing
Lei Zhang b3b3d0e2ce [Printing] Add runtime checks for cupsFindDest functions
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}
2024-09-11 19:13:13 +00:00
..
2024-08-20 15:06:57 +00:00

//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.