
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}
//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.