0
Files
src/printing
Md Hasibul Hasan c9c3ddc117 Convert StringPiece to std::string_view in //printing
Bug: 40506050
Change-Id: Ic9e660877fac2e7d9c6b893a7ae2b7e2ce10e99c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5382290
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1277868}
2024-03-25 20:02:00 +00:00
..
2023-08-16 01:35:04 +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.