commit | 15a9e88a168b48963d74654cd7c10778895d2679 | [log] [tgz] |
---|---|---|
author | Shimi Zhang <[email protected]> | Fri Jan 21 23:53:16 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 21 23:53:16 2022 |
tree | e515bfd8ac34b25afa0ff5ac9dbcd684f9bd407f | |
parent | 10fb704544af0522602a2c7e48c8276c61870ce1 [diff] |
PRESUBMIT: Fix file path issue for the security OWNERS check We should use AbsoluteLocalPath() instead of LocalPath() for actual file access. See comment https://source.chromium.org/chromium/chromium/tools/depot_tools/+/main:presubmit_support.py;drc=7592e0a6234db98620e4243802da7d16fd2aadde;l=935 See more analysis in the attached crbug. Bug: 1289770 Change-Id: I266b633368651ae5b4a05a2a2b616b7cd5a8efe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3405424 Reviewed-by: Dirk Pranke <[email protected]> Reviewed-by: Xiaohan Wang <[email protected]> Commit-Queue: Shimi Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#962153}
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.