
Replace with span() CTAD use, or more targeted helpers. Bug: 341907909 Change-Id: Ibab5dcf8b14a856b080f9f6600e2fd13f8ea69d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6058229 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Alan Screen <awscreen@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1390699}
//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.