0
Files
src/pdf
Ankit Kumar 🌪️ e34f2f99e4 [unseasoned-pdf] Remove some ppapi headers in //pdf
Remove unused ppapi headers from files in //pdf.

After this the ppapi headers are only present in OutOfProcessInstance
and pdf/ppapi_migration.

Bug: 1061182
Change-Id: I7d21bfa29bbfda869e5e8966ca00c1465e877be1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2999949
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Auto-Submit: Ankit Kumar 🌪️ <ankk@microsoft.com>
Reviewed-by: Daniel Hosseinian <dhoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#897790}
2021-07-01 16:57:21 +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.