0
Files
src/printing
Paul Moy ba834ecc6c printing: enable printscanmgr by default
Bug: b:257070388
Change-Id: Icdb43a6fe73f74b906466ab2ed126884668582dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5973404
Reviewed-by: Benjamin Gordon <bmgordon@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Paul Moy <pmoy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1375327}
2024-10-29 17:06:17 +00:00
..
2024-10-16 18:01:32 +00:00
2024-10-10 01:43:07 +00:00
2024-10-10 01:43:07 +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.