commit | 0084e009ca8307ccc5902be32592c9b4270481fe | [log] [tgz] |
---|---|---|
author | Juliet Levesque <julietlevesque@google.com> | Fri Apr 07 20:07:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 07 20:07:28 2023 |
tree | befb767f1c61bcf5dcd79b2dfb8ac5b1b7719027 | |
parent | c975913524ac13b0c75329e206d0e19b0c8a1790 [diff] |
[Nearby Presence] Add Nearby Presence RPC proto library Based on Nearby Presence Server RPC protos located at //google3/google/internal/locatio/nearby/presence/v1, copies the protos to the C++ code to be used by the NearbyServerClient to construct RPC requests and handle responses to/from the Nearby Server. Unlike the credential protos which are imported via //third_party, these protos need to be copied and stay up to date. Bug: b/276307539 Test: N/A Change-Id: Ib174768abc88b33c993ae826ac34826c0d91880f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4390003 Commit-Queue: Juliet Lévesque <julietlevesque@google.com> Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/main@{#1127735}
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.