0
Files
src/printing
Lei Zhang a40fc29aff Add/update printing and pdf README files.
Document the relationship between the low-level directory and the higher
level components directory. Also change files to Markdown.

Change-Id: I6cdac633cda329c41a75418ebf630d977d90a2cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2971195
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Daniel Hosseinian <dhoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#893857}
2021-06-18 17:23:11 +00:00
..
2021-06-16 15:44:54 +00:00
2021-04-27 18:11:24 +00:00
2021-04-27 18:11:24 +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.