
Incorporate usage of printing document done from within the Print Backend service utility. At this point it is only used by Windows. Use by macOS, Linux, and ChromeOS is forthcoming when rendering for printed document support is filled in. Bug: 809738 Change-Id: Icb1556b144138c5c98cd0abe9964cb3d0ddf4458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199044 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/main@{#968690}
//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.