0
Files
src/printing
Paul Moy deadd6cc59 printing: add PDL setup metrics
These metrics will capture information on the printer's preferred,
default and supported PDLs.

Bug: b:293510216
Test: manual on BLD lab printer
Change-Id: I85de7973a7a02242e75c8cfb51ad41a95c9046c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069860
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@{#1431284}
2025-03-11 18:43:32 -07:00
..
2025-03-11 18:43:32 -07:00
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08: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.