commit | 2ccd46fe1b7cdaebc35c45634895f2987b055365 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Fri Jun 18 02:24:19 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 18 02:24:19 2021 |
tree | 0ee6217337b9fb66d3e7da1f0a90b7ab71c3f6d9 | |
parent | a19e62d9e3a6fefbb8ebc685bb6fa2766325cf06 [diff] |
Move components/pdf/common/pdf.mojom to pdf/mojom/pdf.mojom. Actually move the entire components/pdf/common/ directory, as everything there is to support pdf.mojom. This helps make dependencies always go from components/pdf/ to pdf/, and not the other way around. The pdf/ directory is the lowest layer of code that uses PdfService from pdf.mojom, so that is where the mojom file should live. After PPAPI goes away, it will also be the only user of PdfService. Along the way, change some GN dependencies on pdf/mojom public, since pdf/mojom/pdf.mojom.h is often included in header files. Bug: 1220865 Change-Id: Ia50fcabe4e59280f84d3aa0b562350b9c4f510cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2966319 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#893660}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.