
chrome.printing must verify that margin values are among supported values stored in capabilities. Design doc: https://docs.google.com/document/d/1EgbaHpFDl8sEMYDaeL0oAta3lSa_x4Nv9KmSfScyKRk Bug: 316999874, 308709702 Change-Id: Ia1f567fbe2be0777ee6340009e504a04626b4d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383043 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by: Nathan Muggli <nmuggli@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442599}
//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.