0
Files
src/printing
Max Ihlenfeldt 3ff053c07d [printing] Fix Python 3.12 SyntaxWarning
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}
2024-05-09 16:58:03 +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.