commit | 438fcf135e5b636079b356dd6edc878dfe869b6f | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Wed Feb 26 16:42:08 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 16:42:08 2025 |
tree | f81f2b4fdfe75f471da439c04f98dcde6d8c946a | |
parent | d997871f61439eef471ee304bd39fd24f9dfb621 [diff] |
Fix crash in fast_local_dev_server when building without a tty File "/usr/local/google/code/clankium1/src/build/android/gyp/util/server_utils.py", line 59, in MaybeRunCommand if not os.path.exists(stdout_name): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType Bug: None Change-Id: I1c56a8d3b1d912435271138b04080680f26b1dde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306002 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425179}
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.