commit | df692aca1dcc37743221ba5f3dc3c87c2df0c6b1 | [log] [tgz] |
---|---|---|
author | Theresa Sullivan <twellington@chromium.org> | Thu Apr 20 17:29:46 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 20 17:29:46 2023 |
tree | 229c50da1dce03d9656dd732aacea964d93925e5 | |
parent | 17ffaeb17ce00a8c228b6b58d06d2537ae1e0c95 [diff] |
Revert "[TrustedVault] Move TrustedVault protos away from c/sync/protocol" This reverts commit 0337a2c01f5b4cd596b8740cb04e1c96a7e82ac4. Reason for revert: Breaking internal Clank compilation Original change's description: > [TrustedVault] Move TrustedVault protos away from c/sync/protocol > > TrustedVault is being decoupled from Sync. This CL moves relevant protos > under components/trusted_vault. > > There are small changes in proto files: > 1. Removed java options, since these protos needed only to generate C++ > code. > 2. Package renamed: sync_pb -> trusted_vault_pb. > > Bug: 1423343 > Change-Id: I8c65be813c3b7828f8c7ef12b5cd6656f1999c37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4454710 > Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> > Cr-Commit-Position: refs/heads/main@{#1133151} Bug: 1423343, 1435036 Change-Id: I58904d0765f475a1a006555e7ea01a4227233fc5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4455492 Owners-Override: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Theresa Sullivan <twellington@chromium.org> Auto-Submit: Theresa Sullivan <twellington@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1133202}
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.