commit | 6c05e8506cd4493c40bb4d47270302fdc24260b3 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <[email protected]> | Thu Jul 21 15:48:51 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jul 21 15:48:51 2022 |
tree | 62eb12a98495e40bc9701f9cd8c99778494a5b20 | |
parent | 5d6120a48f68f893165f9d6c6fc9b6879ffce09b [diff] |
Fix MdpiAssetLocation check for Windows _CheckAndroidNewMdpiAssetLocation assumes that path separators are '/' so it fails to detect errors on Windows. This change changes the '/' characters to path.sep to resolve this. Bug: 1309977 Change-Id: Ib5ae333da7e58189cbf8cb8b042b22775f34e633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3777285 Commit-Queue: Bruce Dawson <[email protected]> Reviewed-by: Theresa Sullivan <[email protected]> Cr-Commit-Position: refs/heads/main@{#1026787}
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.