commit | dd0987bda0b6447f6a196fd8497ef9ce8f64c8ff | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tvignatti@igalia.com> | Thu Jan 25 14:56:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 14:56:46 2024 |
tree | 4f004a377e92930666e5599f49ceb5f963ac3942 | |
parent | dd043ece6f68cb06bab6729e9073d98b67f92270 [diff] |
Rename //net/base/mac directory to //net/base/apple (4/n) This renames the remaining directory in //net/base used both by macOS and iOS, following the naming convention and changing it something more suggestive. Like suggested by mark@, this renaming process will be carried on in three steps: 1. Rename net/base/mac to net/base/apple, creating new temporary forwarding headers in net/base/mac that #include net/base/apple. 2. Convert all of the use sites from net/base/mac to net/base/apple. This can be done across multiple ch anges if desirable, which could make things more manageable for reviewers. The changes here are performing this step in the remaining of the //ios directory, using the following command: LC_CTYPE=C find . -type f -exec sed -i "" "s:net/base/mac/:net/base/apple/:g" {} \; 3. Remove the temporary forwarding headers in net/base/mac, so that we’re only left with net/base/apple. Bug: 1519486 Change-Id: Ifcf51d1ae3645001495bfec579d0f6be85966b55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5217726 Reviewed-by: David Roger <droger@chromium.org> Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Tiago Vignatti <tvignatti@igalia.com> Cr-Commit-Position: refs/heads/main@{#1252076}
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.