0
Files
src/printing
Andrew Grieve a931bdff3d Android: Fix remaining UnusedVariable Error Prone warnings
Found by un-disabling the check within compile_java.py

Bug: 372458640
Change-Id: Ifc62c84efff4c58878443787fee3d3d5e6202cde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5921913
Owners-Override: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1366597}
2024-10-10 02:30:01 +00:00
..
2024-10-10 01:43:07 +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.