0
Files
src/printing
Yuta Hijikata 85708b278f Replace IS_CHROMEOS_ASH with IS_CHROMEOS in printing.
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}
2025-03-06 15:14:50 -08:00
..
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08:00
2024-10-10 01:43:07 +00:00
2024-10-10 01:43:07 +00:00

//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.