Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
..
plugin_registry 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
template 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
third_party 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
generate_gn.sh 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
grpc_library.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
grpc_shared_lib.map 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому

README.chromium

Name: grpc
URL: https://github.com/grpc/grpc
License: Apache 2.0
Version: v1.49.0-dev
Revision: dd77c67217b10ffeaf766e25eb8b46d2d59de4ff
Security Critical: yes

Please note that that the use of gRPC is not generally allowed within Chromium.
Before integrating with this library, consult with the security team.
See go/chrome-grpc-advice for more details.

Steps to upgrade to a new version of GRPC, all relative to //third_party/grpc:
1. Update ../../DEPS to pull origin/grpc/master.
NOTE: Tagged "official releases" do not work on the buildbots. The master
branch must be used.
2. Update revision and version information in this file. Version can be found
in the root BUILD file in gRPC repo.
3. Checkout GRPC submodules by running from the src/ directory:
git submodule update --init
4. Copy template/BUILD.chromium.gn.template to src/templates.
5. Rebuild BUILD.gn by running from the src/ directory:
tools/buildgen/generate_projects.sh
(make sure mako_templates python module is installed in your system using
command "apt-get install python3-mako")
This will use the template in templates/BUILD.chromium.gn.template to
generate src/BUILD.chromium.gn file.
6. Run: mv third_party/grpc/src/BUILD.chromium.gn third_party/grpc/BUILD.gn
7. Run: gn format --in-place BUILD.gn

We have a helper script `generate_gn.sh` does step (4), (5), (6), and (7).

Note: Please also remember to check if `plugin_registry/grpc_plugin_registry.cc`
needs update! Upstream sometimes introduces new plugins and we may need to update
our custom `grpc_plugin_registry.cc`.