0
Files
src/printing
Alan Screen 56bb8eae5f Add service-based usage for printing document done
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}
2022-02-09 01:33:43 +00:00
..
2022-02-03 16:02:01 +00:00
2022-01-26 21:52:55 +00:00
2022-01-19 06:55:33 +00:00
2022-01-19 06:55:33 +00:00
2022-01-19 06:55:33 +00:00
2022-01-19 06:55:33 +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.