summaryrefslogtreecommitdiff
path: root/chromium/printing/README.md
blob: 7106887f1b393833da95e2318193904e5adc40b8 (plain)
1
2
3
4
`//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.