commit | be0761d307cab950a7126aab4043d491476aff65 | [log] [tgz] |
---|---|---|
author | Zijie He <zijiehe@google.com> | Fri Sep 29 23:51:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 23:51:06 2023 |
tree | bd162e049a58021ea48de89a1ec85e7950967d28 | |
parent | 7076869e4f1bb93f9d755ab78a87052c14008ea6 [diff] |
[Fuchsia] Missing brackets for the optional extra_inits The pair of brackets ensures extra_inits can be treated as an empty list if it's None. Otherwise python would consider a list + a None is unsupported. Bug: https://github.com/dart-lang/sdk/issues/38752 Change-Id: I27ab1d3c4f90fd31ab939836d9593da23f9cd721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4906290 Reviewed-by: Chong Gu <chonggu@google.com> Commit-Queue: Chong Gu <chonggu@google.com> Auto-Submit: Zijie He <zijiehe@google.com> Commit-Queue: Zijie He <zijiehe@google.com> Cr-Commit-Position: refs/heads/main@{#1203527}
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.