
This is part of Lacros sunset. Since Lacros is gone, the two macros mean the same thing. Bug: 354842935 Change-Id: Ic65e6c43780f69ae12ea83c4601ba5dfcbf0d0fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332390 Reviewed-by: Alan Screen <awscreen@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1429207}
//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.