0
Files
src/printing
Lei Zhang 2b50c8aada Printing: Port CupsIppPrintingBackend feature to Linux
Take the existing CupsIppPrintingBackend feature, which is Mac-only, and
enable it on Linux as well. Unlike Mac, where the feature is enabled by
default, it starts out disabled by default on Linux.

Bug: 339188518
Change-Id: Ic06fc593130ee7188ecc9cf54b8f12fbdfc6de46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560307
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1304711}
2024-05-22 22:05:17 +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.