commit | 13b50b69a8b4e4d79fec99e453c72cc32ec824e5 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Wed Oct 08 17:00:59 2025 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 08 17:07:44 2025 |
tree | 674f79f03b514e96fe5b5dbabe9de667143707ea | |
parent | f0da7cf28cae98b6dac5941a92b9fba7fb78db89 [diff] |
android: update usesCleartextTraffic usage. Remove usage of the legacy usesCleartextTraffic attribute in Android manifests with a network security config that has the same effect. Bug: 444485852 Change-Id: I5efd23442c7a23500a31f73af518fe518004b69c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7022790 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Richard (Torne) Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1526983} NOKEYCHECK=True GitOrigin-RevId: a4af46dc54eb0174cc5291669f42aafaea91fe73
//build
contains:
Since this directory is DEPS'ed in by some other repositories (webrtc, pdfium, v8, etc), it should be kept as self-contained as possible by not referring to files outside of it. Some exceptions exist (//testing
, select //third_party
subdirectories), but new dependencies tend to break these other projects, and so should be avoided.
Changes to //build
should be landed in the Chromium repo. They will then be replicated to the stand-alone build repo by the gsubtreed tool. Note: You can find all directories already available through gsubtreed in the list of all chromium repos.
//build/config
- Common templates via .gni
files.//build/toolchain
- GN toolchain definitions.Other .py files
- Some are used by GN/Ninja. Some by gclient hooks, some are just random utilities.Files referenced by //.gn
:
//build/BUILDCONFIG.gn
- Included by all BUILD.gn
files.//build/secondary
- An overlay for BUILD.gn
files. Enables adding BUILD.gn
to directories that live in sub-repositories.//build_overrides
- Refer to //build_overrides/README.md.