Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PA] Make base a public_deps of crypto/
The public interface of this target do include several headers from base. It means `base` is a `public_deps`, not an internal `deps`. See GN doc explaining this: https://gn.googlesource.com/gn/+/master/docs/reference.md#discussion Context: If we don't apply this patch, the PartitionAllocator library is not going to be able to stand alone completely. Its public_config is not going to be properly propagated toward all of its dependants. It will fail to compile some dependants who do not depends on base explicitly. Bug: chromium:1467773 Change-Id: I279087e41e0131546d8bbea55b9089e1429617ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4922270 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1207522}
- Loading branch information