
Bug: 40561724 Change-Id: Iac4d1103b4acbf4c4e8402f452253311f476b5b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032774 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386002}
//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.