commit | e02ede1a9d93ae21e083b206b51c60bd3fbfa359 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Thu Nov 09 20:19:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 20:19:29 2023 |
tree | 5425b35c6068189f33bb3fb88de2fe7b5b196b88 | |
parent | 9e5d30753113cf0665ee19ec6a6cbbae7a5e08fb [diff] |
Add shim library for //third_party/distributed_point_functions This CL adds a shim library that exposes exactly the functionality that //content/browser/aggregation_service needs. Its header file does *not* include dpf/distributed_point_function.h, which would cause a future name collision, as described in the linked bug. Bug: 1499970, 1501035 Low-Coverage-Reason: COVERAGE_UNDERREPORTED https://crbug.com/1501035 Change-Id: Ia7adabcb22e490f0d08559fd8f6042af04095713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5008533 Reviewed-by: Alex Turner <alexmt@chromium.org> Reviewed-by: Ben Pastene <bpastene@chromium.org> Auto-Submit: Dan McArdle <dmcardle@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1222494}
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.