commit | 1bff302526315d72c06d8147514d40d4ab4c1ad7 | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tvignatti@igalia.com> | Fri Feb 09 11:30:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 09 11:30:10 2024 |
tree | cded7f02bcb22d4009c219895c505a1189ff462f | |
parent | 224055f0b220cf1fcbdfd8687d291b08ab03092f [diff] |
Rename //net/base/mac directory to //net/base/apple (5/5) 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. 3. Remove the temporary forwarding headers in net/base/mac, so that we’re only left with net/base/apple. The changes here are performing this step, which is the final of this series. Bug: 1519486 Change-Id: Id26c756d621a5352baaa25cc4f0fe531adf9838e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5280346 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1258440}
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.