Revert "[M120 Migration]Fix for crash during chrome exit"
[platform/framework/web/chromium-efl.git] / printing / README.md
1 `//printing` contains foundational code that is used for printing. It can depend
2 on other low-level directories like `//cc/paint` and `//ui`, but not higher
3 level code like `//components` or `//content`. Higher level printing code should
4 live in `//components/printing` or the embedder.