0
Files
src/printing
Helmut Januschka 1f4768b057 use std::optional base::GetFileSize() in misc. files
Bug: 371234479
Change-Id: If81a7b96fc7081f0fffb274622055e493abb52c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5938237
Commit-Queue: Helmut Januschka <helmut@januschka.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1371862}
2024-10-22 05:53:18 +00:00
..
2024-10-16 18:01:32 +00: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.