
Bug: None Change-Id: Ibcd04d02062ef4ba2ccbd1cd66ccbb3663dce71e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5526661 Reviewed-by: Alan Screen <awscreen@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Auto-Submit: Max Ihlenfeldt <max@igalia.com> Cr-Commit-Position: refs/heads/main@{#1298684}
//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.