0
Files
src/pdf
Ian Vollick 6eef142912 [viz] move viz test data
This CL moves viz test data from //components/viz/test/data to
//components/test/data/viz to align with other components.

The unit test globlist/filelist were also moved into
//components/test/data/viz (and viz's presubmit and OWNERS were
updated in response).

Bug: None
Change-Id: Iaed05d0e850fadabf2559f47a174936fb745890e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4296397
Commit-Queue: Ian Vollick <vollick@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Reviewed-by: Khushal Sagar <khushalsagar@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Jonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1112346}
2023-03-02 19:08:25 +00:00
..
2023-03-02 19:08:25 +00:00

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/1220865): Remove existing //content dependencies.